public interface InteractionFragment extends NamedElement
InteractionFragment is an abstract notion of the most general interaction unit. An InteractionFragment is a piece of an Interaction. Each InteractionFragment is conceptually like an Interaction by itself.
The following features are supported:
UMLPackage.getInteractionFragment()
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Lifeline> |
getCovered()
Returns the value of the 'Covered' reference list.
|
Interaction |
getEnclosingInteraction()
Returns the value of the 'Enclosing Interaction' container reference.
|
InteractionOperand |
getEnclosingOperand()
Returns the value of the 'Enclosing Operand' container reference.
|
java.util.Collection<GeneralOrdering> |
getGeneralOrdering()
Returns the value of the 'General Ordering' containment reference list.
|
boolean |
hasCovered() |
boolean |
hasGeneralOrdering() |
void |
setEnclosingInteraction(Interaction value)
Sets the value of the
'
Enclosing Interaction ' container
reference. |
void |
setEnclosingOperand(InteractionOperand value)
Sets the value of the
'
Enclosing Operand ' container reference. |
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
java.util.Collection<Lifeline> getCovered()
Lifeline
.
It is bidirectional and its opposite is 'Covered By
'.
References the Lifelines that the InteractionFragment involves.
UMLPackage.getInteractionFragment_Covered()
,
Lifeline.getCoveredBy()
@CheckForNull Interaction getEnclosingInteraction()
Fragment
'.
The Interaction enclosing this InteractionFragment.
setEnclosingInteraction(Interaction)
,
UMLPackage.getInteractionFragment_EnclosingInteraction()
,
Interaction.getFragment()
void setEnclosingInteraction(@CheckForNull Interaction value)
Enclosing Interaction
' container
reference.
value
- the new value of the 'Enclosing Interaction' container reference.getEnclosingInteraction()
java.util.Collection<GeneralOrdering> getGeneralOrdering()
GeneralOrdering
.
It is bidirectional and its opposite is '.GeneralOrdering#get_interactionFragmentOfGeneralOrdering interaction Fragment Of General Ordering
'.
The general ordering relationships contained in this fragment.
UMLPackage.getInteractionFragment_GeneralOrdering()
,
GeneralOrdering.get_interactionFragmentOfGeneralOrdering()
@CheckForNull InteractionOperand getEnclosingOperand()
Fragment
'.
The operand enclosing this InteractionFragment (they may nest recursively).
setEnclosingOperand(InteractionOperand)
,
UMLPackage.getInteractionFragment_EnclosingOperand()
,
InteractionOperand.getFragment()
void setEnclosingOperand(@CheckForNull InteractionOperand value)
Enclosing Operand
' container reference.
value
- the new value of the 'Enclosing Operand' container reference.getEnclosingOperand()
boolean hasCovered() throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException
boolean hasGeneralOrdering() throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException