Uses of Interface
de.mid.innovator.srv2api.icw2ac.ANAcceptEvent
Packages that use ANAcceptEvent
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.
-
Uses of ANAcceptEvent in de.mid.innovator.srv2api.icw2ac
Subinterfaces of ANAcceptEvent in de.mid.innovator.srv2api.icw2acModifier and TypeInterfaceDescriptioninterfaceAcceptCallAction is an accept event action that represents the receipt of a synchronous call request.Methods in de.mid.innovator.srv2api.icw2ac with type parameters of type ANAcceptEventModifier and TypeMethodDescription<T extends ANAcceptEvent>
List<T> ANBroadcastSignal.getAcceptedBy(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns allANAcceptEventactions that are triggerd by the signal ofANBroadcastSignalactions.<T extends ANAcceptEvent>
List<T> ANBroadcastSignal.getAcceptedBy(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getAcceptedBy and filters its return values according to the given stereotype value.<T extends ANAcceptEvent>
List<T> ANSendObject.getAcceptedBy(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns allANAcceptEventactions that are triggerd by the signal of the targetANInputPinof theANSendObject.<T extends ANAcceptEvent>
List<T> ANSendObject.getAcceptedBy(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getAcceptedBy and filters its return values according to the given stereotype value.<T extends ANAcceptEvent>
List<T> ANSendSignal.getAcceptedBy(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns allANAcceptEventactions that are triggerd by the signal ofANSendSignalactions.<T extends ANAcceptEvent>
List<T> ANSendSignal.getAcceptedBy(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getAcceptedBy and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2ac that return ANAcceptEventModifier and TypeMethodDescriptionstatic ANAcceptEventANAcceptEventHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Accept Event Action with template and container.static ANAcceptEventANAcceptEventHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Accept Event Action with template and container with requirement.static ANAcceptEventANAcceptEventHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Accept Event Action with stereotype and container.static ANAcceptEventANAcceptEventHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Accept Event Action with stereotype and container with requirement.ANOutputPin.getAcceptEventAction()The action that owns this output pin. -
Uses of ANAcceptEvent in de.mid.innovator.srv2api.icw2be
Methods in de.mid.innovator.srv2api.icw2be with type parameters of type ANAcceptEventModifier and TypeMethodDescription<T extends ANAcceptEvent>
List<T> BETrigger.getAcceptedByAction(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) ANAcceptEventthat accepts thisBETrigger.Methods in de.mid.innovator.srv2api.icw2be that return ANAcceptEventModifier and TypeMethodDescriptionBETrigger.getAcceptEventAction()ANAcceptEventthat waits for the occurrence of the event triggered by this trigger.