public interface InteractionState extends InteractionFragment
The following features are supported:
InteractionPackage.getInteractionState()| Modifier and Type | Method and Description |
|---|---|
InstanceRole |
getCovered()
Returns the value of the 'Covered' reference.
|
AbstractFunction |
getRelatedAbstractFunction()
Deprecated.
: relatedAbstractFunction shall not be used anymore
|
AbstractState |
getRelatedAbstractState()
Deprecated.
: relatedAbstractState shall not be used anymore
|
void |
setRelatedAbstractFunction(AbstractFunction value)
Sets the value of the '
Related Abstract Function' reference. |
void |
setRelatedAbstractState(AbstractState value)
Sets the value of the '
Related Abstract State' 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, setSidgetOwnedExtensionsAbstractState getRelatedAbstractState()
setRelatedAbstractState(AbstractState),
InteractionPackage.getInteractionState_RelatedAbstractState()void setRelatedAbstractState(AbstractState value)
Related Abstract State' reference.
value - the new value of the 'Related Abstract State' reference.getRelatedAbstractState()AbstractFunction getRelatedAbstractFunction()
setRelatedAbstractFunction(AbstractFunction),
InteractionPackage.getInteractionState_RelatedAbstractFunction()void setRelatedAbstractFunction(AbstractFunction value)
Related Abstract Function' reference.
value - the new value of the 'Related Abstract Function' reference.getRelatedAbstractFunction()InstanceRole getCovered()
If the meaning of the 'Covered' reference isn't clear, there really should be more of a description here...
InteractionPackage.getInteractionState_Covered()