com.monad.homerun.model.state
Class StateModelCore

java.lang.Object
  extended by com.monad.homerun.model.ModelCore
      extended by com.monad.homerun.model.state.StateModelCore
All Implemented Interfaces:
java.io.Serializable

public class StateModelCore
extends ModelCore

StateModelCore extends ModelCore to describe the volatile/persistable portion of a State model runtime.

See Also:
Serialized Form

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

StateModelCore

public StateModelCore()

StateModelCore

public StateModelCore(int curIndex)
Method Detail

getCurIndex

public int getCurIndex()


Copyright © 2006-2009 Richard Rodgers. All Rights Reserved.