|
|||||||||
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.numeric.NumericModelCore
public class NumericModelCore
NumericModelCore extends ModelCore to describe the volatile/persistable portion of a Numeric model runtime.
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 |
---|
public NumericModelCore()
public NumericModelCore(Value theValue)
Method Detail |
---|
public void setValue(Value theValue)
public Value getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |