public interface InteractionUse extends AbstractFragment
The following features are supported:
InteractionPackage.getInteractionUse()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Gate> |
getActualGates()
Returns the value of the 'Actual Gates' reference list.
|
Scenario |
getReferencedScenario()
Returns the value of the 'Referenced Scenario' reference.
|
void |
setReferencedScenario(Scenario value)
Sets the value of the '
Referenced Scenario' reference. |
getOwnedGatesgetFinish, getStart, setFinish, setStartgetName, 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, setSidgetOwnedExtensionsScenario getReferencedScenario()
If the meaning of the 'Referenced Scenario' reference isn't clear, there really should be more of a description here...
setReferencedScenario(Scenario),
InteractionPackage.getInteractionUse_ReferencedScenario()void setReferencedScenario(Scenario value)
Referenced Scenario' reference.
value - the new value of the 'Referenced Scenario' reference.getReferencedScenario()org.eclipse.emf.common.util.EList<Gate> getActualGates()
Gate.
If the meaning of the 'Actual Gates' reference list isn't clear, there really should be more of a description here...
InteractionPackage.getInteractionUse_ActualGates()