Uses of Interface
de.mid.innovator.srv2api.icw2sm.SMTransExt
Packages that use SMTransExt
Package
Description
The StateMachine package defines a set of concepts that can be used for
modeling discrete behavior through finite statetransition systems.
-
Uses of SMTransExt in de.mid.innovator.srv2api.icw2sm
Methods in de.mid.innovator.srv2api.icw2sm that return SMTransExtModifier and TypeMethodDescriptionstatic SMTransExtSMTransExtHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Transition with template from source to target element.static SMTransExtSMTransExtHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Transition with stereotype from source to target element.SMTransExt.reconnect(ADClientAble ohNew, K_SIDE side, Point pos) Reconnects the selectedSMTransExton source or target side.Methods in de.mid.innovator.srv2api.icw2sm that return types with arguments of type SMTransExtModifier and TypeMethodDescriptionSMVertex.getComesFromVertex(MMStereotype stereotype, SMVertex refObj) The method calls getComesFromVertex and filters its return values according to the given stereotype value.SMVertex.getComesFromVertex(SMVertex refObj) All transitions which come from the state given byargument refObjto the state given state.SMVertex.getGoesToVertex(MMStereotype stereotype, SMVertex refObj) The method calls getGoesToVertex and filters its return values according to the given stereotype value.SMVertex.getGoesToVertex(SMVertex refObj) All transitions which go from the given vertex to the vertex given byargument refObj.SMVertex.getIncoming()The target vertex of the transition.SMVertex.getOutgoing()The source vertex of the transition.SMRegion.getTransition(K_CONTROL_OPTION... behaviourFlags) The set of transitions owned by the region.