public interface GeneralOrdering extends NamedElement
A GeneralOrdering represents a binary relation between two OccurrenceSpecifications, to describe that one OccurrenceSpecification must occur before the other in a valid trace. This mechanism provides the ability to define partial orders of OccurrenceSpecifications that may otherwise not have a specified order.
The following features are supported:
UMLPackage.getGeneralOrdering()| Modifier and Type | Method and Description |
|---|---|
InteractionFragment |
get_interactionFragmentOfGeneralOrdering()
Returns the value of the 'interaction Fragment Of General Ordering' container reference.
|
OccurrenceSpecification |
getAfter()
Returns the value of the 'After' reference.
|
OccurrenceSpecification |
getBefore()
Returns the value of the 'Before' reference.
|
void |
set_interactionFragmentOfGeneralOrdering(InteractionFragment value)
Sets the value of the '
interaction Fragment Of General Ordering' container reference. |
void |
setAfter(OccurrenceSpecification value)
Sets the value of the '
After' reference. |
void |
setBefore(OccurrenceSpecification value)
Sets the value of the '
Before' reference. |
get_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, refOutermostComposite@CheckForNull OccurrenceSpecification getBefore()
To After'.
The OccurrenceSpecification referenced comes before the OccurrenceSpecification referenced by after.
setBefore(OccurrenceSpecification),
UMLPackage.getGeneralOrdering_Before(),
OccurrenceSpecification.getToAfter()void setBefore(@CheckForNull
OccurrenceSpecification value)
Before' reference.
value - the new value of the 'Before' reference.getBefore()@CheckForNull OccurrenceSpecification getAfter()
To Before'.
The OccurrenceSpecification referenced comes after the OccurrenceSpecification referenced by before.
setAfter(OccurrenceSpecification),
UMLPackage.getGeneralOrdering_After(),
OccurrenceSpecification.getToBefore()void setAfter(@CheckForNull
OccurrenceSpecification value)
After' reference.
value - the new value of the 'After' reference.getAfter()@CheckForNull InteractionFragment get_interactionFragmentOfGeneralOrdering()
General Ordering'.
If the meaning of the 'interaction Fragment Of General Ordering' container reference isn't clear, there really should be more of a description here...
set_interactionFragmentOfGeneralOrdering(InteractionFragment),
UMLPackage.getGeneralOrdering__interactionFragmentOfGeneralOrdering(),
InteractionFragment.getGeneralOrdering()void set_interactionFragmentOfGeneralOrdering(@CheckForNull
InteractionFragment value)
interaction Fragment Of General Ordering' container reference.
value - the new value of the 'interaction Fragment Of General Ordering' container reference.get_interactionFragmentOfGeneralOrdering()