Package | Description |
---|---|
net.sourceforge.anotherfsm |
AnotherFSM is yet another implementation of state machines,
a library for Java programming language.
|
Modifier and Type | Method and Description |
---|---|
State.Type |
State.getType()
Get type of the state.
|
static State.Type |
State.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static State.Type[] |
State.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
State(java.lang.String name,
State.Type type)
Create the object.
|
Copyright 2012-2013 Michal Turek, AnotherFSM.