com.monad.homerun.model.scalar
Class ScalarModelCore

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

public class ScalarModelCore
extends ModelCore

ScalarModelCore extends ModelCore to describe the volatile/persistable portion of a scalar model runtime.

See Also:
Serialized Form

Constructor Summary
ScalarModelCore()
           
ScalarModelCore(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

ScalarModelCore

public ScalarModelCore()

ScalarModelCore

public ScalarModelCore(Value theValue)
Method Detail

setValue

public void setValue(Value theValue)

getValue

public Value getValue()


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