Expand All Collapse All
Visibility Kind
The set of visibility options for a NamedElement.
The NamedElement is visible to all elements that can access the Namespace.
https://meta.linked.archi/uml/reference-data#Public
The NamedElement is only visible inside the Namespace that owns it.
https://meta.linked.archi/uml/reference-data#Private
The NamedElement is visible to elements that have a generalization relationship to the Namespace.
https://meta.linked.archi/uml/reference-data#Protected
The NamedElement is visible to elements within the same Package.
https://meta.linked.archi/uml/reference-data#Package
Aggregation Kind
The kind of aggregation for a Property that is an association end.
The Property has no aggregation semantics.
https://meta.linked.archi/uml/reference-data#None
The Property has shared aggregation semantics (hollow diamond).
https://meta.linked.archi/uml/reference-data#Shared
The Property has composite aggregation semantics (filled diamond). Deletion of the whole cascades to parts.
https://meta.linked.archi/uml/reference-data#Composite
Parameter Direction Kind
The direction of a Parameter.
An input Parameter (may not be modified).
https://meta.linked.archi/uml/reference-data#In
An output Parameter (may be modified to communicate information to the caller).
https://meta.linked.archi/uml/reference-data#Out
An input Parameter that may be modified.
https://meta.linked.archi/uml/reference-data#InOut
A return Parameter.
https://meta.linked.archi/uml/reference-data#Return
Message Sort
The sort of communication reflected by a Message.
A synchronous call — the sender waits for a reply.
https://meta.linked.archi/uml/reference-data#SynchCall
An asynchronous call — the sender does not wait.
https://meta.linked.archi/uml/reference-data#AsynchCall
An asynchronous signal — a one-way communication.
https://meta.linked.archi/uml/reference-data#AsynchSignal
A message that creates the target lifeline.
https://meta.linked.archi/uml/reference-data#CreateMessage
A message that destroys the target lifeline.
https://meta.linked.archi/uml/reference-data#DeleteMessage
A reply message to a synchronous call.
https://meta.linked.archi/uml/reference-data#Reply
Pseudostate Kind
The kind of a Pseudostate vertex.
The default vertex that is the source for a single Transition to the default State.
https://meta.linked.archi/uml/reference-data#InitialPseudostate
Represents the most recent active configuration of the composite State.
https://meta.linked.archi/uml/reference-data#DeepHistory
Represents the most recent active substate of the composite State (one level).
https://meta.linked.archi/uml/reference-data#ShallowHistory
Merges several transitions emanating from source vertices in different orthogonal Regions.
https://meta.linked.archi/uml/reference-data#JoinPseudostate
Splits an incoming transition into two or more transitions terminating on orthogonal target vertices.
https://meta.linked.archi/uml/reference-data#ForkPseudostate
A common target vertex for merging transitions from different source vertices.
https://meta.linked.archi/uml/reference-data#JunctionPseudostate
A dynamic conditional branch evaluated at runtime.
https://meta.linked.archi/uml/reference-data#ChoicePseudostate
An entry point of a StateMachine or composite State.
https://meta.linked.archi/uml/reference-data#EntryPoint
An exit point of a StateMachine or composite State.
https://meta.linked.archi/uml/reference-data#ExitPoint
Entering a terminate Pseudostate implies that the execution of the StateMachine is terminated.
https://meta.linked.archi/uml/reference-data#Terminate
Transition Kind
The kind of a Transition.
The Transition exits the source State.
https://meta.linked.archi/uml/reference-data#ExternalTransition
The Transition does not exit or enter any State.
https://meta.linked.archi/uml/reference-data#InternalTransition
The Transition does not exit the composite source State but does exit and enter substates.
https://meta.linked.archi/uml/reference-data#LocalTransition
Interaction Operator Kind
The operator of a CombinedFragment.
Alternative — choose one operand whose guard is true.
https://meta.linked.archi/uml/reference-data#Alt
Option — execute the operand if the guard is true.
https://meta.linked.archi/uml/reference-data#Opt
Loop — repeat the operand while the guard is true.
https://meta.linked.archi/uml/reference-data#Loop
Break — if the guard is true, execute the operand and leave the enclosing fragment.
https://meta.linked.archi/uml/reference-data#Break
Parallel — execute operands concurrently.
https://meta.linked.archi/uml/reference-data#Par
Weak sequencing — default ordering.
https://meta.linked.archi/uml/reference-data#Seq
Strict sequencing — operands execute in strict order.
https://meta.linked.archi/uml/reference-data#Strict
Critical region — the operand must execute atomically.
https://meta.linked.archi/uml/reference-data#Critical
Negative — the operand defines invalid traces.
https://meta.linked.archi/uml/reference-data#Neg
Assertion — the operand defines the only valid continuation.
https://meta.linked.archi/uml/reference-data#Assert
Ignore — certain messages are insignificant.
https://meta.linked.archi/uml/reference-data#Ignore
Consider — only certain messages are significant.
https://meta.linked.archi/uml/reference-data#Consider
Connector Kind
The kind of a Connector.
Connects a provided interface to a required interface (ball-and-socket).
https://meta.linked.archi/uml/reference-data#AssemblyConnector
Connects an external Port to an internal part.
https://meta.linked.archi/uml/reference-data#DelegationConnector