public interface InteractionOperand extends InteractionFragment
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
Constraint |
getGuard()
Returns the value of the 'Guard' reference.
|
org.eclipse.emf.common.util.EList<InteractionFragment> |
getReferencedInteractionFragments()
Returns the value of the 'Referenced Interaction Fragments' reference list.
|
void |
setGuard(Constraint value)
Sets the value of the '
Guard' reference. |
getCoveredInstanceRolesgetName, setNamegetAppliedPropertyValueGroups, getAppliedPropertyValues, getAppliedRequirements, getDescription, getFeatures, getOwnedEnumerationPropertyTypes, getOwnedPropertyValueGroups, getOwnedPropertyValues, getReview, getStatus, getSummary, setDescription, setReview, setStatus, setSummarygetIncomingTraces, getOutgoingTracesisVisibleInDoc, isVisibleInLM, setVisibleInDoc, setVisibleInLMdestroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionsConstraint getGuard()
If the meaning of the 'Guard' attribute isn't clear, there really should be more of a description here...
setGuard(Constraint),
InteractionPackage.getInteractionOperand_Guard()void setGuard(Constraint value)
Guard' reference.
value - the new value of the 'Guard' reference.getGuard()org.eclipse.emf.common.util.EList<InteractionFragment> getReferencedInteractionFragments()
InteractionFragment.
If the meaning of the 'Referenced Interaction Fragments' reference list isn't clear, there really should be more of a description here...
InteractionPackage.getInteractionOperand_ReferencedInteractionFragments()