public class Status extends Object implements Serializable
Constructor and Description |
---|
Status(StateConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
Set<EnterableState> |
getActiveStates()
Get the active states configuration.
|
Final |
getFinalState() |
Set<EnterableState> |
getStates()
Get the atomic states configuration (leaf only).
|
boolean |
isFinal() |
boolean |
isInState(String state) |
public Status(StateConfiguration configuration)
public boolean isFinal()
public Final getFinalState()
public Set<EnterableState> getStates()
public Set<EnterableState> getActiveStates()
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.