|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.problets.lib.io.output.state.StateDiagramModel
public class StateDiagramModel
Holds all the information about the states in a state diagram
Constructor Summary | |
---|---|
StateDiagramModel(java.lang.String path,
java.lang.String inResourceName)
|
Method Summary | |
---|---|
int |
getFirstState()
Returns the id of the first state to be visited |
java.lang.String |
getResourceName()
Returns the name of this resource, i.e., lesson |
java.util.Vector |
getStateVector()
Returns a clone of the vector holding all the states |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StateDiagramModel(java.lang.String path, java.lang.String inResourceName)
Method Detail |
---|
public java.util.Vector getStateVector()
public int getFirstState()
public java.lang.String getResourceName()
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |