Uses of Interface
de.mid.innovator.srv2api.icw2be.BEEvent
-
Packages that use BEEvent Package Description de.mid.innovator.srv2api.icw2ac Activity modeling emphasizes the sequence and conditions for coordinating lower-level behaviors, rather than which classifiers own those behaviors.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 BEEvent in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac with type parameters of type BEEvent Modifier and Type Method Description <T extends BEEvent>
java.util.List<T>ANAcceptEvent. getAcceptedEvents(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
<T extends BEEvent>
java.util.List<T>ANAcceptEvent. getAcceptedEvents(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getAcceptedEvents and filters its return values according to the given stereotype value. -
Uses of BEEvent in de.mid.innovator.srv2api.icw2be
Subinterfaces of BEEvent 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
BEChangeEvent
A change event occurs when a Boolean-valued expression becomes true, for example, as a result of a change in the value held in a slot corresponding to an attribute.interface
BEMessageEvent
A message event specifies the receipt by an object of either a call or a signal.interface
BESignalEvent
A signal event represents the receipt of an asynchronous signal.interface
BETimeEvent
A time event specifies a point in time by an expression.Methods in de.mid.innovator.srv2api.icw2be that return BEEvent Modifier and Type Method Description BEEvent
BETrigger. getEvent()
Returns the event of the trigger. -
Uses of BEEvent in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class with type parameters of type BEEvent Modifier and Type Method Description <T extends BEEvent>
java.util.List<T>CLOperation. getEvent(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All occurrences where this operation is used as event.
-