org.eclipse.etrice.ui.behavior.commands
Class StateGraphContext
java.lang.Object
org.eclipse.etrice.ui.behavior.commands.StateGraphContext
public class StateGraphContext
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
createContextTree
public static StateGraphContext createContextTree(ActorClass ac)
getParentState
public State getParentState()
getChildren
public java.util.ArrayList<StateGraphContext> getChildren()
getStates
public java.util.ArrayList<State> getStates()
getChPoints
public java.util.ArrayList<ChoicePoint> getChPoints()
getStateGraph
public StateGraph getStateGraph()
getTrPoints
public java.util.ArrayList<TrPoint> getTrPoints()
getTransitions
public java.util.ArrayList<Transition> getTransitions()
getPositionProvider
public IPositionProvider getPositionProvider()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object