public interface CODAStateIF
Modifier and Type | Method and Description |
---|---|
java.util.EnumSet<CODATransition> |
allowed()
Get the set of allowed transitions from this state.
|
java.lang.String |
getDescription()
Get the description of this state.
|
java.lang.String |
name()
Get the state name.
|
java.lang.String name()
java.lang.String getDescription()
java.util.EnumSet<CODATransition> allowed()