
Metamodel user guide
Class | Summary |
|---|---|
| CombinedFragment | Defines an expression of interaction fragments. |
| DurationConstraint | Defines a Constraint that refers to a duration interval. |
| ExecutionOccurenceSpecification | Specifies the occurrence of signal sending and receiving or operation calls. |
| ExecutionSpecification | Specifies the execution of a unit of behavior or action within the Lifeline. |
| Gate | Connection point for relating a Message outside an InteractionFragment with a Message inside the InteractionFragment. |
| GeneralOrdering | (not implemented) Describes that one OccurrenceSpecification must occur before the other. |
| Interaction | Unit of behavior that focuses on the observable exchange of information between Instances. |
| InteractionFragment | Piece of an interaction. |
| InteractionOperand | Represents one operand of the enclosing CombinedFragment. |
| InteractionUse | Reference to an Interaction. |
| Lifeline | Represents an individual participant in the Interaction. |
| Message | Occurrence of an Operation, processed by Instances. |
| MessageEnd | Represents what can occur at the end of a Message. |
| OccurrenceSpecification | Basic semantic unit of Interaction. |
| PartDecomposition | Description of the internal interactions of one Lifeline relative to an Interaction. |
| StateInvariant | Runtime constraint on the participants of the interaction. |
| TerminateSpecification |
Enumeration | Values | Description |
|---|---|---|
InteractionOperator | SeqOp AltOp OptOp BreakOp ParOp StrictOp LoopOp CriticalOp NegOp AssertOp IgnoreOp ConsiderOp | |
MessageKind | CompleteKind LostKind FoundKind UnknownKind | MessageKind is an enumeration of the following values: |
MessageSort | SyncCall ASyncCall ASyncSignal CreateMessage DestroyMessage ReturnMessage | MessageSort is an enumeration of the following values: |
RelativeTime | Before During After On |