Uses of Interface
de.mid.innovator.srv2api.icw2ac.ANAcceptEvent
-
Packages that use ANAcceptEvent 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. -
-
Uses of ANAcceptEvent in de.mid.innovator.srv2api.icw2ac
Subinterfaces of ANAcceptEvent in de.mid.innovator.srv2api.icw2ac Modifier and Type Interface Description interfaceANAcceptCallAcceptCallAction 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 ANAcceptEvent Modifier and Type Method Description <T extends ANAcceptEvent>
java.util.List<T>ANBroadcastSignal. getAcceptedBy(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Returns allANAcceptEventactions that are triggerd by the signal ofANBroadcastSignalactions.<T extends ANAcceptEvent>
java.util.List<T>ANBroadcastSignal. getAcceptedBy(java.lang.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>
java.util.List<T>ANSendObject. getAcceptedBy(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Returns allANAcceptEventactions that are triggerd by the signal of the targetANInputPinof theANSendObject.<T extends ANAcceptEvent>
java.util.List<T>ANSendObject. getAcceptedBy(java.lang.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>
java.util.List<T>ANSendSignal. getAcceptedBy(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Returns allANAcceptEventactions that are triggerd by the signal ofANSendSignalactions.<T extends ANAcceptEvent>
java.util.List<T>ANSendSignal. getAcceptedBy(java.lang.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 ANAcceptEvent Modifier and Type Method Description static 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.ANAcceptEventANOutputPin. 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 ANAcceptEvent Modifier and Type Method Description <T extends ANAcceptEvent>
java.util.List<T>BETrigger. getAcceptedByAction(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)ANAcceptEventthat accepts thisBETrigger.Methods in de.mid.innovator.srv2api.icw2be that return ANAcceptEvent Modifier and Type Method Description ANAcceptEventBETrigger. getAcceptEventAction()ANAcceptEventthat waits for the occurrence of the event triggered by this trigger.
-