|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.monad.homerun.model.ModelCore
com.monad.homerun.model.state.StateModelCore
public class StateModelCore
StateModelCore extends ModelCore to describe the volatile/persistable portion of a State model runtime.
Constructor Summary | |
---|---|
StateModelCore()
|
|
StateModelCore(int curIndex)
|
Method Summary | |
---|---|
int |
getCurIndex()
|
Methods inherited from class com.monad.homerun.model.ModelCore |
---|
getGenTime, getStorageKey, setStorageKey |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StateModelCore()
public StateModelCore(int curIndex)
Method Detail |
---|
public int getCurIndex()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |