public class Status extends Object implements Serializable
Constructor and Description |
---|
Status()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public boolean isFinal()
public Set getStates()
public Collection getEvents()
public Set getAllStates()
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.