public interface CombinedFragment extends InteractionFragment
The following features are supported:
UMLPackage.getCombinedFragment()
SEPARATOR
Modifier and Type | Method and Description |
---|---|
Gate |
createCfragmentGate(String name)
Creates a new
Gate , with the specified 'Name', and appends it to the '
Cfragment Gate' containment reference list |
InteractionOperand |
createOperand(String name)
Creates a new
InteractionOperand , with the specified 'Name', and appends it to the '
Operand' containment reference list |
Gate |
getCfragmentGate(String name)
Retrieves the first
Gate with the specified 'Name' from the '
Cfragment Gate' containment reference list |
Gate |
getCfragmentGate(String name,
boolean ignoreCase,
boolean createOnDemand)
Retrieves the first
Gate with the specified 'Name' from the '
Cfragment Gate' containment reference list |
MDWEList<Gate> |
getCfragmentGates()
Returns the value of the 'Cfragment Gate' containment reference list.
|
InteractionOperatorKind |
getInteractionOperator()
Returns the value of the 'Interaction Operator' attribute.
|
InteractionOperand |
getOperand(String name)
Retrieves the first
InteractionOperand with the specified 'Name' from the '
Operand' containment reference list |
InteractionOperand |
getOperand(String name,
boolean ignoreCase,
boolean createOnDemand)
Retrieves the first
InteractionOperand with the specified 'Name' from the '
Operand' containment reference list |
MDWEList<InteractionOperand> |
getOperands()
Returns the value of the 'Operand' containment reference list.
|
void |
setInteractionOperator(InteractionOperatorKind value)
Sets the value of the '
Interaction Operator ' attribute |
boolean |
validateBreak(DiagnosticChain diagnostics,
Map context)
If the interactionOperator is break, the corresponding InteractionOperand must cover all Lifelines within the enclosing InteractionFragment.
|
boolean |
validateConsiderAndIgnore(DiagnosticChain diagnostics,
Map context)
The interaction operators 'consider' and 'ignore' can only be used for the CombineIgnoreFragment subtype of CombinedFragment
((interactionOperator = #consider) or (interactionOperator = #ignore)) implies oclsisTypeOf(CombineIgnoreFragment)
|
boolean |
validateMinintAndMaxint(DiagnosticChain diagnostics,
Map context)
The InteractionConstraint with minint and maxint only apply when attached to an InteractionOperand where the interactionOperator is loop.
|
boolean |
validateOptLoopBreakNeg(DiagnosticChain diagnostics,
Map context)
If the interactionOperator is opt, loop, break, or neg there must be exactly one operand
true
|
createGeneralOrdering, getCovered, getCovered, getCovereds, getEnclosingInteraction, getEnclosingOperand, getGeneralOrdering, getGeneralOrdering, getGeneralOrderings, setEnclosingInteraction, setEnclosingOperand
allNamespaces, allOwningPackages, createDependency, createNameExpression, getClientDependencies, getClientDependency, getClientDependency, getLabel, getLabel, getName, getNameExpression, getNamespace, getQualifiedName, getVisibility, isDistinguishableFrom, isSetName, isSetVisibility, separator, setName, setNameExpression, setVisibility, unsetName, unsetVisibility, validateHasNoQualifiedName, validateHasQualifiedName, validateVisibilityNeedsOwnership
addKeyword, allOwnedElements, applyStereotype, createEAnnotation, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedSubstereotype, getAppliedSubstereotypes, getKeywords, getModel, getNearestPackage, getOwnedComments, getOwnedElements, getOwner, getRelationships, getRelationships, getRequiredStereotype, getRequiredStereotypes, getSourceDirectedRelationships, getSourceDirectedRelationships, getStereotypeApplication, getStereotypeApplications, getTargetDirectedRelationships, getTargetDirectedRelationships, getValue, hasKeyword, hasValue, isStereotypeApplicable, isStereotypeApplied, isStereotypeRequired, mustBeOwned, removeKeyword, setValue, unapplyStereotype, validateHasOwner, validateNotOwnSelf
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
InteractionOperatorKind getInteractionOperator()
"seq"
.
The literals are from the enumeration InteractionOperatorKind
.
Specifies the operation which defines the semantics of this combination of InteractionFragments.
InteractionOperatorKind
,
setInteractionOperator(InteractionOperatorKind)
,
UMLPackage.getCombinedFragment_InteractionOperator()
void setInteractionOperator(InteractionOperatorKind value)
Interaction Operator
' attribute.
value
- the new value of the 'Interaction Operator' attribute.InteractionOperatorKind
,
getInteractionOperator()
MDWEList<InteractionOperand> getOperands()
InteractionOperand
.
The set of operands of the combined fragment.
UMLPackage.getCombinedFragment_Operand()
InteractionOperand createOperand(String name)
InteractionOperand
, with the specified 'Name', and appends it to the '
Operand' containment reference list.
name
- The 'Name' for the new InteractionOperand
, or null
.InteractionOperand
.getOperands()
InteractionOperand getOperand(String name)
InteractionOperand
with the specified 'Name' from the '
Operand' containment reference list.
name
- The 'Name' of the InteractionOperand
to retrieve, or null
.InteractionOperand
with the specified 'Name', or null
.getOperands()
InteractionOperand getOperand(String name, boolean ignoreCase, boolean createOnDemand)
InteractionOperand
with the specified 'Name' from the '
Operand' containment reference list.
name
- The 'Name' of the InteractionOperand
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.createOnDemand
- Whether to create a InteractionOperand
on demand if not found.InteractionOperand
with the specified 'Name', or null
.getOperands()
MDWEList<Gate> getCfragmentGates()
Gate
.
Specifies the gates that form the interface between this CombinedFragment and its surroundings
UMLPackage.getCombinedFragment_CfragmentGate()
Gate createCfragmentGate(String name)
Gate
, with the specified 'Name', and appends it to the '
Cfragment Gate' containment reference list.
name
- The 'Name' for the new Gate
, or null
.Gate
.getCfragmentGates()
Gate getCfragmentGate(String name)
Gate
with the specified 'Name' from the '
Cfragment Gate' containment reference list.
name
- The 'Name' of the Gate
to retrieve, or null
.Gate
with the specified 'Name', or null
.getCfragmentGates()
Gate getCfragmentGate(String name, boolean ignoreCase, boolean createOnDemand)
Gate
with the specified 'Name' from the '
Cfragment Gate' containment reference list.
name
- The 'Name' of the Gate
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.createOnDemand
- Whether to create a Gate
on demand if not found.Gate
with the specified 'Name', or null
.getCfragmentGates()
boolean validateOptLoopBreakNeg(DiagnosticChain diagnostics, Map context)
boolean validateMinintAndMaxint(DiagnosticChain diagnostics, Map context)
boolean validateBreak(DiagnosticChain diagnostics, Map context)
boolean validateConsiderAndIgnore(DiagnosticChain diagnostics, Map context)