public class StateDescriptorGraph extends Object
Modifier and Type | Class and Description |
---|---|
static class |
StateDescriptorGraph.GraphVertex<E> |
Constructor and Description |
---|
StateDescriptorGraph() |
Modifier and Type | Method and Description |
---|---|
static StateDescriptorGraph.GraphVertex<StateDescriptor> |
constructStateDescriptorGraph(Set<Class<? extends StateDescriptor>> backwardEdgeStateDescriptors) |
static <E> void |
stateDescriptorGraphToDot(Collection<StateDescriptorGraph.GraphVertex<StateDescriptor>> vertexes,
PrintWriter dotOut,
boolean breakStateName) |
public StateDescriptorGraph()
public static StateDescriptorGraph.GraphVertex<StateDescriptor> constructStateDescriptorGraph(Set<Class<? extends StateDescriptor>> backwardEdgeStateDescriptors) throws InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException, NoSuchMethodException, SecurityException
public static <E> void stateDescriptorGraphToDot(Collection<StateDescriptorGraph.GraphVertex<StateDescriptor>> vertexes, PrintWriter dotOut, boolean breakStateName)