Uses of Interface
de.mid.innovator.srv2api.icw2sm.SMTransition
-
Packages that use SMTransition Package Description 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.icw2model This packagage contains elements representing the logical model.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 SMTransition in de.mid.innovator.srv2api.icw2be
Methods in de.mid.innovator.srv2api.icw2be that return SMTransition Modifier and Type Method Description SMTransition
BEBehavior. getOwningTransition()
The transition which owns the behavior.SMTransition
BETrigger. getOwningTransition()
The transition which owns the trigger. -
Uses of SMTransition in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return SMTransition Modifier and Type Method Description SMTransition
MESimpleConstraint. getGuardOwningTransition()
SMTransition
MESimpleConstraint. getOwningTransition()
SMTransition
MESimpleConstraint. getPostconditionOwningTransition()
SMTransition
MESimpleConstraint. getPreconditionOwningTransition()
-
Uses of SMTransition in de.mid.innovator.srv2api.icw2sm
Subinterfaces of SMTransition in de.mid.innovator.srv2api.icw2sm Modifier and Type Interface Description interface
SMTransExt
kind=external implies that the transition, if triggered, will exit the composite (source) state.interface
SMTransInt
kind=internal implies that the transition, if triggered, occurs without exiting or entering the source state.
-