Package jline.lang
Class Env
java.lang.Object
jline.lang.Model
jline.lang.Ensemble
jline.lang.Env
- All Implemented Interfaces:
Serializable
An environment model defined by a collection of network sub-models coupled with an environment transition rule
that selects the active sub-model.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
static interface
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addTransition
(int fromStageIdx, int toStageIdx, Markovian distrib) void
addTransition
(int fromStageIdx, int toStageIdx, Markovian distrib, Env.ResetQueueLengthsFunction resetFun) void
init()
void
Methods inherited from class jline.lang.Ensemble
getEnsemble, getModel, setEnsemble, size
Methods inherited from class jline.lang.Model
getName, getVersion, setName, setVersion
-
Field Details
-
env
-
proc
-
holdTime
-
probEnv
-
probOrig
-
resetQLFun
-
resetEnvRatesFun
-
-
Constructor Details
-
Env
-
-
Method Details
-
addStage
-
addTransition
-
addTransition
public void addTransition(int fromStageIdx, int toStageIdx, Markovian distrib, Env.ResetQueueLengthsFunction resetFun) -
init
public void init() -
printStageTable
public void printStageTable()
-