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 interface
ANAcceptCall
AcceptCallAction 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 allANAcceptEvent
actions that are triggerd by the signal ofANBroadcastSignal
actions.<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 allANAcceptEvent
actions that are triggerd by the signal of the targetANInputPin
of 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 allANAcceptEvent
actions that are triggerd by the signal ofANSendSignal
actions.<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 ANAcceptEvent
ANAcceptEventHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Accept Event Action with template and container.static ANAcceptEvent
ANAcceptEventHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Accept Event Action with template and container with requirement.static ANAcceptEvent
ANAcceptEventHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Accept Event Action with stereotype and container.static ANAcceptEvent
ANAcceptEventHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Accept Event Action with stereotype and container with requirement.ANAcceptEvent
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 ANAcceptEvent Modifier and Type Method Description <T extends ANAcceptEvent>
java.util.List<T>BETrigger. getAcceptedByAction(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
ANAcceptEvent
that accepts thisBETrigger
.Methods in de.mid.innovator.srv2api.icw2be that return ANAcceptEvent Modifier and Type Method Description ANAcceptEvent
BETrigger. getAcceptEventAction()
ANAcceptEvent
that waits for the occurrence of the event triggered by this trigger.
-