|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jminor.common.model.States
public final class States
A factory class for State objects.
State
Method Summary | |
---|---|
static State.AggregateState |
aggregateState(Conjunction conjunction,
StateObserver... stateObservers)
Instantiates a new State.AggregateState object. |
static State |
state()
Instantiates a new State object. |
static State |
state(boolean initialState)
Instantiates a new State object. |
static State.StateGroup |
stateGroup()
Instantiates a new State.StateGroup object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static State state()
public static State state(boolean initialState)
initialState
- the initial state
public static State.AggregateState aggregateState(Conjunction conjunction, StateObserver... stateObservers)
conjunction
- the conjunction to usestateObservers
- the state observers to base this aggregate state on
public static State.StateGroup stateGroup()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |