|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.problets.lib.io.output.state.Transition
public class Transition
Holds information about one state transition
Constructor Summary | |
---|---|
Transition(java.util.Vector contentVector)
|
Method Summary | |
---|---|
java.lang.String |
getEvent()
Returns the event for this transition |
int |
getNextStateId()
Returns the next state that must be visited for this transition |
static void |
main(java.lang.String[] args)
|
java.lang.String |
toString()
Returns string version of this transition |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Transition(java.util.Vector contentVector)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getEvent()
public int getNextStateId()
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |