public interface CombinedFragment extends AbstractFragment
The following features are supported:
InteractionPackage.getCombinedFragment()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Gate> |
getExpressionGates()
Returns the value of the 'Expression Gates' reference list.
|
InteractionOperatorKind |
getOperator()
Returns the value of the 'Operator' attribute.
|
org.eclipse.emf.common.util.EList<InteractionOperand> |
getReferencedOperands()
Returns the value of the 'Referenced Operands' reference list.
|
void |
setOperator(InteractionOperatorKind value)
Sets the value of the '
Operator' attribute. |
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, setSidgetOwnedExtensionsInteractionOperatorKind getOperator()
"UNSET".
The literals are from the enumeration InteractionOperatorKind.
If the meaning of the 'Operator' attribute isn't clear, there really should be more of a description here...
InteractionOperatorKind,
setOperator(InteractionOperatorKind),
InteractionPackage.getCombinedFragment_Operator()void setOperator(InteractionOperatorKind value)
Operator' attribute.
value - the new value of the 'Operator' attribute.InteractionOperatorKind,
getOperator()org.eclipse.emf.common.util.EList<InteractionOperand> getReferencedOperands()
InteractionOperand.
If the meaning of the 'Referenced Operands' reference list isn't clear, there really should be more of a description here...
InteractionPackage.getCombinedFragment_ReferencedOperands()org.eclipse.emf.common.util.EList<Gate> getExpressionGates()
Gate.
If the meaning of the 'Expression Gates' reference list isn't clear, there really should be more of a description here...
InteractionPackage.getCombinedFragment_ExpressionGates()