|
|||||||||
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.set.SetModelCore
public class SetModelCore
SetModelCore extends ModelCore to describe the volatile/persistable portion of a set model runtime.
Constructor Summary | |
---|---|
SetModelCore()
|
|
SetModelCore(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 SetModelCore()
public SetModelCore(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 |