public interface GeneralOrdering extends NamedElement
The following features are supported:
UMLPackage.getGeneralOrdering()
SEPARATOR
Modifier and Type | Method and Description |
---|---|
OccurrenceSpecification |
getAfter()
Returns the value of the 'After' reference.
|
OccurrenceSpecification |
getBefore()
Returns the value of the 'Before' reference.
|
void |
setAfter(OccurrenceSpecification value)
Sets the value of the '
After ' reference |
void |
setBefore(OccurrenceSpecification value)
Sets the value of the '
Before ' reference |
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
OccurrenceSpecification getBefore()
To After
'.
The OccurrenceSpecification referenced comes before the OccurrenceSpecification referenced by after.
setBefore(OccurrenceSpecification)
,
UMLPackage.getGeneralOrdering_Before()
,
OccurrenceSpecification.getToAfters()
void setBefore(OccurrenceSpecification value)
Before
' reference.
value
- the new value of the 'Before' reference.getBefore()
OccurrenceSpecification getAfter()
To Before
'.
The OccurrenceSpecification referenced comes after the OccurrenceSpecification referenced by before.
setAfter(OccurrenceSpecification)
,
UMLPackage.getGeneralOrdering_After()
,
OccurrenceSpecification.getToBefores()
void setAfter(OccurrenceSpecification value)
After
' reference.
value
- the new value of the 'After' reference.getAfter()