Uses of Interface
de.mid.innovator.srv2api.icw2sm.SMVertex
Packages that use SMVertex
Package
Description
The StateMachine package defines a set of concepts that can be used for
modeling discrete behavior through finite statetransition systems.
-
Uses of SMVertex in de.mid.innovator.srv2api.icw2sm
Subinterfaces of SMVertex in de.mid.innovator.srv2api.icw2smModifier and TypeInterfaceDescriptioninterfaceinterfaceDeepHistory represents the most recent active configuration of the composite state that directly contains this pseudostate - the state configuration that was active when the composite state was last exited.interfaceAn entry point pseudostate is an entry point of a state machine or composite state.interfaceAn exit point pseudostate is an exit point of a state machine or composite state.interfaceinterfaceAn initial pseudostate represents a default vertex that is the source for a single transition to the default state of a composite state.interfaceJoins vertices serve to merge several transitions emanating from source vertices in different orthogonal regions.interfaceJunction vertices are semantic-free vertices that are used to chain multiple transitions together.interfaceA pseudostate is an abstraction that encompasses different types of transient vertices in the state machine graph.interfaceinterfaceshallowHistory represents the most recent active substate of its containing state (but not the substates of that substate).interfaceA state model is a situation which an invariant condition (usually implicit) usually holds in.interfaceEntering a terminate pseudostate implies that the execution of this state machine by means of its context object is terminated.Methods in de.mid.innovator.srv2api.icw2sm with type parameters of type SMVertexModifier and TypeMethodDescriptionSMVertex.getReachedVertex(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All vertices which are reached transitive via transitions starting from the given vertex.SMVertex.getReachedVertex(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getReachedVertex and filters its return values according to the given stereotype value.SMRegion.getSubvertex(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The set of vertices that are owned by the region.Methods in de.mid.innovator.srv2api.icw2sm that return SMVertexModifier and TypeMethodDescriptionSMTransExt.getSource()The source vertex of the transition.SMTransExt.getTarget()The target vertex of the transition.Methods in de.mid.innovator.srv2api.icw2sm with parameters of type SMVertexModifier 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.booleanSMVertex.isBetweenOrthogonalRegions(SMVertex refObj) True, if an existing or possible transition which connects the given vertex and the vertex given byargument refObjis a transition between orthogonal regions.