public interface InteractionOperand extends Namespace, InteractionFragment
An InteractionOperand is contained in a CombinedFragment. An InteractionOperand represents one operand of the expression given by the enclosing CombinedFragment.
The following features are supported:
UMLPackage.getInteractionOperand()| Modifier and Type | Method and Description |
|---|---|
CombinedFragment |
get_combinedFragmentOfOperand()
Returns the value of the 'combined Fragment Of Operand' container reference.
|
java.util.List<InteractionFragment> |
getFragment()
Returns the value of the 'Fragment' containment reference list.
|
InteractionConstraint |
getGuard()
Returns the value of the 'Guard' containment reference.
|
boolean |
hasFragment() |
void |
set_combinedFragmentOfOperand(CombinedFragment value)
Sets the value of the
'
combined Fragment Of Operand'
container reference. |
void |
setGuard(InteractionConstraint value)
Sets the value of the '
Guard' containment reference. |
getElementImport, getImportedMember, getMember, getOwnedDiagram, getOwnedMember, getOwnedRule, getPackageImport, hasElementImport, hasImportedMember, hasMember, hasOwnedDiagram, hasOwnedMember, hasOwnedRule, hasPackageImportgetCovered, getEnclosingInteraction, getEnclosingOperand, getGeneralOrdering, hasCovered, hasGeneralOrdering, setEnclosingInteraction, setEnclosingOperandget_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, setVisibilityget_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, setSyncElementget_representationText, getLocalID, isInvalid, set_representationText, setLocalID, sGetLocalIDgetID, getMDExtension, getMdExtensions, setIDeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliveraccept, addPropertyChangeListener, canAdd, canAdd, canAddChild, canBeDeleted, firePropertyChange, getClassType, getHumanName, getHumanType, getObjectParent, isEditable, removePropertyChangeListener, sGetIDrefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite@CheckForNull InteractionConstraint getGuard()
interaction Operand Of Guard'.
Constraint of the operand.
setGuard(InteractionConstraint),
UMLPackage.getInteractionOperand_Guard(),
InteractionConstraint.get_interactionOperandOfGuard()void setGuard(@CheckForNull
InteractionConstraint value)
Guard' containment reference.
value - the new value of the 'Guard' containment reference.getGuard()@CheckForNull CombinedFragment get_combinedFragmentOfOperand()
Operand'.
If the meaning of the 'combined Fragment Of Operand' container reference isn't clear, there really should be more of a description here...
set_combinedFragmentOfOperand(CombinedFragment),
UMLPackage.getInteractionOperand__combinedFragmentOfOperand(),
CombinedFragment.getOperand()void set_combinedFragmentOfOperand(@CheckForNull
CombinedFragment value)
combined Fragment Of Operand'
container reference.
value - the new value of the 'combined Fragment Of Operand' container reference.get_combinedFragmentOfOperand()java.util.List<InteractionFragment> getFragment()
InteractionFragment.
It is bidirectional and its opposite is
'Enclosing Operand'.
The fragments of the operand.
UMLPackage.getInteractionOperand_Fragment(),
InteractionFragment.getEnclosingOperand()boolean hasFragment()
throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException