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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      Env(String name, int numStages)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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)
    • Method Detail