Class UML 2.4.1::GeneralOrdering
Description:
A general ordering represents a binary relation between two occurrence
specifications, to describe that one occurrence specification must occur
before the other in a valid trace. This mechanism provides the ability
to define partial orders of occurrence cpecifications that may otherwise
not have a specified order.
Direct Superclasses: NamedElementDirect Subclasses: Class Precedence List: GeneralOrdering,
NamedElement,
ElementProperties:
![](/se-interop/image/down-arrow.png?hunchentoot-session=5516%3AD078A7CE02EAE02C01B73B3341854326)
after :
OccurrenceSpecification (1 1); -- source
GeneralOrdering![](/se-interop/image/down-arrow.png?hunchentoot-session=5516%3AD078A7CE02EAE02C01B73B3341854326)
before :
OccurrenceSpecification (1 1); -- source
GeneralOrdering![](/se-interop/image/down-arrow.png?hunchentoot-session=5516%3AD078A7CE02EAE02C01B73B3341854326)
clientDependency :
Dependency (0 *); -- source
NamedElement![](/se-interop/image/down-arrow.png?hunchentoot-session=5516%3AD078A7CE02EAE02C01B73B3341854326)
name : String (0 1); -- source
NamedElement![](/se-interop/image/down-arrow.png?hunchentoot-session=5516%3AD078A7CE02EAE02C01B73B3341854326)
nameExpression :
StringExpression (0 1); -- source
NamedElement![](/se-interop/image/down-arrow.png?hunchentoot-session=5516%3AD078A7CE02EAE02C01B73B3341854326)
namespace :
Namespace (0 1); -- source
NamedElement![](/se-interop/image/right-arrow.png?hunchentoot-session=5516%3AD078A7CE02EAE02C01B73B3341854326)
qualifiedName : String (0 1); -- source
NamedElementA name which allows the NamedElement to be identified within a hierarchy
of nested Namespaces. It is constructed from the names of the containing
namespaces starting at the root of the hierarchy and ending with the name
of the NamedElement itself.
{
readonly,
derived}
![](/se-interop/image/right-arrow.png?hunchentoot-session=5516%3AD078A7CE02EAE02C01B73B3341854326)
visibility :
VisibilityKind (0 1); -- source
NamedElementDetermines where the NamedElement appears within different Namespaces within
the overall model, and its accessibility.
![](/se-interop/image/down-arrow.png?hunchentoot-session=5516%3AD078A7CE02EAE02C01B73B3341854326)
ownedComment :
Comment (0 *); -- source
Element![](/se-interop/image/down-arrow.png?hunchentoot-session=5516%3AD078A7CE02EAE02C01B73B3341854326)
ownedElement :
Element (0 *); -- source
Element![](/se-interop/image/down-arrow.png?hunchentoot-session=5516%3AD078A7CE02EAE02C01B73B3341854326)
owner :
Element (0 1); -- source
ElementConstraints:
Signature: irreflexsive_transitive_closure() : Boolean;
Description: An occurrence specification must not be ordered relative to itself through
a series of general orderings. (In other words, the transitive closure
of the general orderings is irreflexive.)
Expression: start.lifeline = finish.lifeline
Operations:
No additional operations.
Send questions or comments to
[email protected].