public interface CombinedFragment extends InteractionFragment
A CombinedFragment defines an expression of InteractionFragments. A CombinedFragment is defined by an interaction operator and corresponding InteractionOperands. Through the use of CombinedFragments the user will be able to describe a number of traces in a compact and concise manner.
The following features are supported:
UMLPackage.getCombinedFragment()| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Gate> |
getCfragmentGate()
Returns the value of the 'Cfragment Gate' containment reference list.
|
InteractionOperatorKind |
getInteractionOperator()
Returns the value of the 'Interaction Operator' attribute.
|
java.util.List<InteractionOperand> |
getOperand()
Returns the value of the 'Operand' containment reference list.
|
boolean |
hasCfragmentGate() |
boolean |
hasOperand() |
void |
setInteractionOperator(InteractionOperatorKind value)
Sets the value of the '
Interaction Operator'
attribute. |
getCovered, getEnclosingInteraction, getEnclosingOperand, getGeneralOrdering, hasCovered, hasGeneralOrdering, setEnclosingInteraction, setEnclosingOperandget_considerIgnoreFragmentOfMessage, get_durationObservationOfEvent, get_informationFlowOfInformationSource, get_informationFlowOfInformationTarget, get_messageOfSignature, get_namespaceOfMember, get_timeObservationOfEvent, getClientDependency, getName, getNameExpression, getNamespace, getQualifiedName, getSupplierDependency, getVisibility, has_considerIgnoreFragmentOfMessage, has_durationObservationOfEvent, has_informationFlowOfInformationSource, has_informationFlowOfInformationTarget, has_messageOfSignature, has_namespaceOfMember, has_timeObservationOfEvent, hasClientDependency, hasSupplierDependency, setName, setNameExpression, setNamespace, setVisibilityget_activityPartitionOfRepresents, get_commentOfAnnotatedElement, get_constraintOfConstrainedElement, get_diagramOfContext, get_directedRelationshipOfSource, get_directedRelationshipOfTarget, get_elementOfSyncElement, get_elementValueOfElement, get_relationshipOfRelatedElement, getAppliedStereotypeInstance, getOwnedComment, getOwnedElement, getOwner, getSyncElement, has_activityPartitionOfRepresents, has_commentOfAnnotatedElement, has_constraintOfConstrainedElement, has_diagramOfContext, has_directedRelationshipOfSource, has_directedRelationshipOfTarget, has_elementOfSyncElement, has_elementValueOfElement, has_relationshipOfRelatedElement, hasOwnedComment, hasOwnedElement, setAppliedStereotypeInstance, setOwner, setSyncElementget_representationText, getLocalID, isInvalid, set_representationText, setLocalID, sGetLocalIDgetID, getMDExtension, getMdExtensions, setIDeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliveraccept, addPropertyChangeListener, canAdd, canAdd, canAddChild, canBeDeleted, firePropertyChange, getClassType, getHumanName, getHumanType, getObjectParent, isEditable, removePropertyChangeListener, sGetIDrefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostCompositejava.util.Collection<Gate> getCfragmentGate()
Gate.
It is bidirectional and its opposite is
'combined Fragment Of Cfragment Gate'.
Specifies the gates that form the interface between this CombinedFragment and its surroundings
UMLPackage.getCombinedFragment_CfragmentGate(),
Gate.get_combinedFragmentOfCfragmentGate()java.util.List<InteractionOperand> getOperand()
InteractionOperand.
It is bidirectional and its opposite is
'combined Fragment Of Operand'.
The set of operands of the combined fragment.
UMLPackage.getCombinedFragment_Operand(),
InteractionOperand.get_combinedFragmentOfOperand()@CheckForNull 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(@CheckForNull
InteractionOperatorKind value)
Interaction Operator'
attribute.
value - the new value of the 'Interaction Operator' attribute.InteractionOperatorKind,
getInteractionOperator()boolean hasCfragmentGate()
throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiExceptionboolean hasOperand()
throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException