public interface InteractionUse extends InteractionFragment
An InteractionUse refers to an Interaction. The InteractionUse is a shorthand for copying the contents of the referenced Interaction where the InteractionUse is. To be accurate the copying must take into account substituting parameters with arguments and connect the formal Gates with the actual ones.
The following features are supported:
UMLPackage.getInteractionUse()
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Gate> |
getActualGate()
Returns the value of the 'Actual Gate' containment reference list.
|
java.util.List<ValueSpecification> |
getArgument()
Returns the value of the 'Argument' containment reference list.
|
Interaction |
getRefersTo()
Returns the value of the 'Refers To' reference.
|
ValueSpecification |
getReturnValue()
Returns the value of the 'Return Value' containment reference.
|
Property |
getReturnValueRecipient()
Returns the value of the 'Return Value Recipient' reference.
|
boolean |
hasActualGate() |
boolean |
hasArgument() |
void |
setRefersTo(Interaction value)
Sets the value of the '
Refers To ' reference. |
void |
setReturnValue(ValueSpecification value)
Sets the value of the '
Return Value ' containment reference. |
void |
setReturnValueRecipient(Property value)
Sets the value of the '
Return Value Recipient '
reference. |
getCovered, getEnclosingInteraction, getEnclosingOperand, getGeneralOrdering, hasCovered, hasGeneralOrdering, setEnclosingInteraction, setEnclosingOperand
get_considerIgnoreFragmentOfMessage, get_durationObservationOfEvent, get_informationFlowOfInformationSource, get_informationFlowOfInformationTarget, get_messageOfSignature, get_namespaceOfMember, get_timeObservationOfEvent, getClientDependency, getName, getNameExpression, getNamespace, getQualifiedName, getSupplierDependency, getVisibility, has_considerIgnoreFragmentOfMessage, has_durationObservationOfEvent, has_informationFlowOfInformationSource, has_informationFlowOfInformationTarget, has_messageOfSignature, has_namespaceOfMember, has_timeObservationOfEvent, hasClientDependency, hasSupplierDependency, setName, setNameExpression, setNamespace, setVisibility
get_activityPartitionOfRepresents, get_commentOfAnnotatedElement, get_constraintOfConstrainedElement, get_diagramOfContext, get_directedRelationshipOfSource, get_directedRelationshipOfTarget, get_elementOfSyncElement, get_elementValueOfElement, get_relationshipOfRelatedElement, getAppliedStereotypeInstance, getOwnedComment, getOwnedElement, getOwner, getSyncElement, has_activityPartitionOfRepresents, has_commentOfAnnotatedElement, has_constraintOfConstrainedElement, has_diagramOfContext, has_directedRelationshipOfSource, has_directedRelationshipOfTarget, has_elementOfSyncElement, has_elementValueOfElement, has_relationshipOfRelatedElement, hasOwnedComment, hasOwnedElement, setAppliedStereotypeInstance, setOwner, setSyncElement
get_representationText, getLocalID, isInvalid, set_representationText, setLocalID, sGetLocalID
getID, getMDExtension, getMdExtensions, setID
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
accept, addPropertyChangeListener, canAdd, canAdd, canAddChild, canBeDeleted, firePropertyChange, getClassType, getHumanName, getHumanType, getObjectParent, isEditable, removePropertyChangeListener, sGetID
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
@CheckForNull Interaction getRefersTo()
interaction Use Of Refers To
'.
Refers to the Interaction that defines its meaning.
setRefersTo(Interaction)
,
UMLPackage.getInteractionUse_RefersTo()
,
Interaction.get_interactionUseOfRefersTo()
void setRefersTo(@CheckForNull Interaction value)
Refers To
' reference.
value
- the new value of the 'Refers To' reference.getRefersTo()
java.util.List<ValueSpecification> getArgument()
ValueSpecification
.
It is bidirectional and its opposite is
'interaction Use Of Argument
'.
The actual arguments of the Interaction.
UMLPackage.getInteractionUse_Argument()
,
ValueSpecification.get_interactionUseOfArgument()
@CheckForNull ValueSpecification getReturnValue()
interaction Use Of Return Value
'.
The value of the executed Interaction.
setReturnValue(ValueSpecification)
,
UMLPackage.getInteractionUse_ReturnValue()
,
ValueSpecification.get_interactionUseOfReturnValue()
void setReturnValue(@CheckForNull ValueSpecification value)
Return Value
' containment reference.
value
- the new value of the 'Return Value' containment reference.getReturnValue()
@CheckForNull Property getReturnValueRecipient()
interaction
Use Of Return Value Recipient
'.
The recipient of the return value.
setReturnValueRecipient(Property)
,
UMLPackage.getInteractionUse_ReturnValueRecipient()
,
Property.get_interactionUseOfReturnValueRecipient()
void setReturnValueRecipient(@CheckForNull Property value)
Return Value Recipient
'
reference.
value
- the new value of the 'Return Value Recipient' reference.getReturnValueRecipient()
java.util.Collection<Gate> getActualGate()
Gate
.
It is bidirectional and its opposite is
'interaction Use Of Actual Gate
'.
The actual gates of the InteractionUse.
UMLPackage.getInteractionUse_ActualGate()
,
Gate.get_interactionUseOfActualGate()
boolean hasArgument() throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException
boolean hasActualGate() throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException