Uses of Interface
de.mid.innovator.srv2api.icw2be.BETrigger
Packages that use BETrigger
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.
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 BETriggerModifier and TypeMethodDescriptionANReply.getTrigger()BETriggerthat specifies the operation whose call is being replied to.Methods in de.mid.innovator.srv2api.icw2ac that return types with arguments of type BETriggerModifier and TypeMethodDescriptionANAcceptEvent.getAcceptedTrigger()ANAcceptEvent.getAcceptedTrigger(MMStereotype stereotype) The method calls getAcceptedTrigger and filters its return values according to the given stereotype value.ANAcceptEvent.getTrigger(K_CONTROL_OPTION... behaviourFlags) Methods in de.mid.innovator.srv2api.icw2ac with parameters of type BETriggerModifier and TypeMethodDescriptionvoidANReply.setTrigger(BETrigger value) Set the value of Foreign Key Trigger. -
Uses of BETrigger in de.mid.innovator.srv2api.icw2be
Methods in de.mid.innovator.srv2api.icw2be that return BETriggerModifier and TypeMethodDescriptionstatic BETriggerBETriggerHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Trigger with template and container with requirement.static BETriggerBETriggerHelper.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 -
Uses of BETrigger in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type BETriggerModifier and TypeMethodDescriptionCLBehavioredClassifier.getOwnedTrigger()References trigger descriptions owned by a classifier.CLBehavioredClassifier.getOwnedTrigger(MMStereotype stereotype) 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 BETriggerModifier and TypeMethodDescriptionSMRegularState.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).SMTransition.getTrigger(K_CONTROL_OPTION... behaviourFlags) Specifies an optional trigger that may fire the transition.