Uses of Interface
de.mid.innovator.srv2api.icw2be.BETrigger
-
Packages that use BETrigger 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.de.mid.innovator.srv2api.icw2sm The StateMachine package defines a set of concepts that can be used for modeling discrete behavior through finite statetransition systems. -
-
Uses of BETrigger in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac that return BETrigger Modifier and Type Method Description BETrigger
ANReply. getTrigger()
BETrigger
that specifies the operation whose call is being replied to.Methods in de.mid.innovator.srv2api.icw2ac that return types with arguments of type BETrigger Modifier and Type Method Description java.util.List<BETrigger>
ANAcceptEvent. getAcceptedTrigger(K_CONTROL_OPTION... behaviourFlags)
java.util.List<BETrigger>
ANAcceptEvent. getAcceptedTrigger(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getAcceptedTrigger and filters its return values according to the given stereotype value.java.util.List<BETrigger>
ANAcceptEvent. getTrigger(K_CONTROL_OPTION... behaviourFlags)
Methods in de.mid.innovator.srv2api.icw2ac with parameters of type BETrigger Modifier and Type Method Description void
ANReply. setTrigger(BETrigger value)
Set the value of Foreign Key Trigger.Method parameters in de.mid.innovator.srv2api.icw2ac with type arguments of type BETrigger Modifier and Type Method Description void
ANAcceptEvent. setTrigger(java.util.List<? extends BETrigger> values)
Set the value of Primary Key Trigger. -
Uses of BETrigger in de.mid.innovator.srv2api.icw2be
Methods in de.mid.innovator.srv2api.icw2be that return BETrigger Modifier and Type Method Description static BETrigger
BETriggerHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Trigger with template and container with requirement.static BETrigger
BETriggerHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Trigger with stereotype and container with requirement.Methods in de.mid.innovator.srv2api.icw2be that return types with arguments of type BETrigger Modifier and Type Method Description java.util.List<BETrigger>
BEEvent. getTrigger(K_CONTROL_OPTION... behaviourFlags)
All triggers of the event. -
Uses of BETrigger in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type BETrigger Modifier and Type Method Description java.util.List<BETrigger>
CLBehavioredClassifier. getOwnedTrigger(K_CONTROL_OPTION... behaviourFlags)
References trigger descriptions owned by a classifier.java.util.List<BETrigger>
CLBehavioredClassifier. getOwnedTrigger(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getOwnedTrigger and filters its return values according to the given stereotype value. -
Uses of BETrigger in de.mid.innovator.srv2api.icw2sm
Methods in de.mid.innovator.srv2api.icw2sm that return types with arguments of type BETrigger Modifier and Type Method Description java.util.List<BETrigger>
SMRegularState. getDeferreableTrigger(K_CONTROL_OPTION... behaviourFlags)
A list of triggers that are candidates to be retained by the state machine if they trigger no transitions out of the state (not consumed).java.util.List<BETrigger>
SMTransition. getTrigger(K_CONTROL_OPTION... behaviourFlags)
Specifies an optional trigger that may fire the transition.
-