
Metamodel user guide
Class | Summary |
---|---|
Behavior | Implementation of a behavioral Feature or of a Classifier. |
BehaviorParameter | Parameter of a behavior. |
Event | Specification of a significant occurrence that has a location in time and space. |
OpaqueBehavior | A behavior with implementation-specific semantics. |
Signal | Specification of an asynchronous stimulus communicated between Instances. |
Enumeration | Values | Description |
---|---|---|
EventType | SignalEvent CallEvent TimeEvent ChangeEvent | Definition of each possible type of Event, which can be receiving a signal, receiving or sending a message, time event (clock), change defined by a boolean expression. |
ParameterEffectKind | CreateEffect ReadEffect UpdateEffect DeleteEffect | The ParameterEffectKind datatype is an enumeration that indicates the effect of a behavior on values passed in or out of its parameters. |