Package jline.lang
Class Env
-
- All Implemented Interfaces:
-
java.io.Serializable
@Deprecated() public class Env extends Environment
An environment model defined by a collection of network sub-models coupled with an environment transition rule that selects the active sub-model.
-
-
Field Summary
Fields Modifier and Type Field Description public final Array<Array<ContinuousDistribution>>envpublic Array<Array<MatrixCell>>procpublic Array<MatrixCell>holdTimepublic MatrixprobEnvpublic MatrixprobOrigpublic Array<Array<Environment.ResetQueueLengthsFunction>>resetQLFunpublic Array<Array<Environment.ResetEnvRatesFunction>>resetEnvRatesFunprotected List<Network>ensemble
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class jline.lang.Environment
addNodeBreakdown, addNodeBreakdown, addNodeBreakdown, addNodeBreakdown, addNodeFailureRepair, addNodeFailureRepair, addNodeFailureRepair, addNodeFailureRepair, addNodeRepair, addNodeRepair, addNodeRepair, addNodeRepair, addStage, addTransition, addTransition, addTransition, findStageByName, getNumberOfStages, getRelT, getRelTable, getReliabilityTable, getStageName, init, printStageTable, relT, relTable, setBreakdownResetPolicy, setBreakdownResetPolicy, setRepairResetPolicy, setRepairResetPolicy -
Methods inherited from class jline.lang.Ensemble
getEnsemble, getModel, merge, merge, setEnsemble, size, toNetwork -
Methods inherited from class jline.lang.Model
getName, getVersion, setName, setVersion -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
Env
Env(String name, int numStages)
-
-
-
-