|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jorm.api.PStateGraph
This class, which is entirely static, defines the state graphs for various JORM objects.
Constructor Summary | |
PStateGraph()
|
Method Summary | |
static byte |
nextStatePBinding(byte currentstate,
byte action)
It defines the state graph that represents the lifecycle of PBinding objects. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PStateGraph()
Method Detail |
public static byte nextStatePBinding(byte currentstate, byte action)
currentstate
- The state before the execution of the action.action
- The action to be performed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |