com.monad.homerun.model.numeric
Class NumericModelCore

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

public class NumericModelCore
extends ModelCore

NumericModelCore extends ModelCore to describe the volatile/persistable portion of a Numeric model runtime.

See Also:
Serialized Form

Constructor Summary
NumericModelCore()
           
NumericModelCore(Value theValue)
           
 
Method Summary
 Value getValue()
           
 void setValue(Value theValue)
           
 
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

NumericModelCore

public NumericModelCore()

NumericModelCore

public NumericModelCore(Value theValue)
Method Detail

setValue

public void setValue(Value theValue)

getValue

public Value getValue()


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