|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.scxml.Status
public class Status
The encapsulation of the current state of a state machine.
Constructor Summary | |
---|---|
Status()
Constructor. |
Method Summary | |
---|---|
Set |
getAllStates()
Get the complete states configuration. |
Collection |
getEvents()
Get the events that are currently queued. |
Set |
getStates()
Get the states configuration (leaf only). |
boolean |
isFinal()
Have we reached a final configuration for this state machine. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Status()
Method Detail |
---|
public boolean isFinal()
public Set getStates()
public Collection getEvents()
public Set getAllStates()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |