| Package | Description |
|---|---|
| org.jscsi.state |
| Modifier and Type | Field and Description |
|---|---|
static StatePattern |
StatePattern.intial
This state is the initial state in the process
|
| Modifier and Type | Method and Description |
|---|---|
static StatePattern[] |
StatePattern.nextState(StatePattern s)
This method returns the following state(s)
Multiple states mean that there is more than one
state possible for the follow up.
|
static StatePattern |
StatePattern.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatePattern[] |
StatePattern.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static StatePattern[] |
StatePattern.nextState(StatePattern s)
This method returns the following state(s)
Multiple states mean that there is more than one
state possible for the follow up.
|
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.