|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--lnsc.page.AbstractStateGenerator
Optional basis for class implementing StateGenerator
interface.
Derived classes constructor must fill the protected variables and implement
StateGenerator.getStates(lnsc.page.State, lnsc.page.Action)
.
Constructor Summary | |
AbstractStateGenerator()
|
Method Summary | |
boolean |
isDeterministic()
Indicates whether only the resulting state is returned or whether a list of possible next states is returned. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface lnsc.page.StateGenerator |
getStates |
Constructor Detail |
public AbstractStateGenerator()
Method Detail |
public boolean isDeterministic()
StateGenerator
isDeterministic
in interface StateGenerator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |