|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
java.util.Set |
getAllStates()
Get the complete states configuration. |
java.util.Collection |
getEvents()
Get the events that are currently queued. |
java.util.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 java.util.Set getStates()
public java.util.Collection getEvents()
public java.util.Set getAllStates()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||