Uses of Interface
de.mid.innovator.srv2api.icw2be.BEMessageEvent
-
Packages that use BEMessageEvent Package Description de.mid.innovator.srv2api.icw2be The Common Behaviors package specifies the core concepts required for dynamic elements and provides the infrastructure to support more detailed definitions of behavior.de.mid.innovator.srv2api.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships. -
-
Uses of BEMessageEvent in de.mid.innovator.srv2api.icw2be
Subinterfaces of BEMessageEvent in de.mid.innovator.srv2api.icw2be Modifier and Type Interface Description interface
BEAnyReceiveEvent
A transition trigger associated with AnyReceiveEvent specifies that the transition is to be triggered by the receipt of any message that is not explicitly referenced in another transition from the same vertex.interface
BECallEvent
A call event represents the reception of a request to invoke a specific operation.interface
BESignalEvent
A signal event represents the receipt of an asynchronous signal. -
Uses of BEMessageEvent in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class with type parameters of type BEMessageEvent Modifier and Type Method Description <T extends BEMessageEvent>
java.util.List<T>CLSignal. getEvent(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All occurrences where this signal is used as an event.
-