Uses of Interface
de.mid.innovator.srv2api.icw2be.BEEvent
Packages that use BEEvent
Package
Description
Activity modeling emphasizes the sequence and conditions for coordinating
lower-level behaviors, rather than which classifiers own those behaviors.
The Common Behaviors package specifies the core concepts required for dynamic
elements and provides the infrastructure to support more detailed definitions of
behavior.
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 BEEventModifier and TypeMethodDescriptionANAcceptEvent.getAcceptedEvents(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) ANAcceptEvent.getAcceptedEvents(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.icw2beModifier and TypeInterfaceDescriptioninterfaceA 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.interfaceA call event represents the reception of a request to invoke a specific operation.interfaceA 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.interfaceA message event specifies the receipt by an object of either a call or a signal.interfaceA signal event represents the receipt of an asynchronous signal.interfaceA time event specifies a point in time by an expression.Methods in de.mid.innovator.srv2api.icw2be that return BEEvent -
Uses of BEEvent in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class with type parameters of type BEEvent