Uses of Interface
jline.lang.Environment.ResetQueueLengthsFunction
Packages that use Environment.ResetQueueLengthsFunction
-
Uses of Environment.ResetQueueLengthsFunction in jline.lang
Fields in jline.lang declared as Environment.ResetQueueLengthsFunctionMethods in jline.lang with parameters of type Environment.ResetQueueLengthsFunctionModifier and TypeMethodDescriptionvoidEnvironment.addNodeBreakdown(Network baseModel, String nodeName, Markovian breakdownDist, Markovian downServiceDist, Environment.ResetQueueLengthsFunction resetFun) Adds a breakdown stage for a specific node with a custom reset policy.voidEnvironment.addNodeBreakdown(Network baseModel, Node node, Markovian breakdownDist, Markovian downServiceDist, Environment.ResetQueueLengthsFunction resetFun) Adds a breakdown stage for a specific node with a custom reset policy.voidEnvironment.addNodeFailureRepair(Network baseModel, String nodeName, Markovian breakdownDist, Markovian repairDist, Markovian downServiceDist, Environment.ResetQueueLengthsFunction resetBreakdown, Environment.ResetQueueLengthsFunction resetRepair) Adds both breakdown and repair for a node with custom reset policies.voidEnvironment.addNodeFailureRepair(Network baseModel, Node node, Markovian breakdownDist, Markovian repairDist, Markovian downServiceDist, Environment.ResetQueueLengthsFunction resetBreakdown, Environment.ResetQueueLengthsFunction resetRepair) Adds both breakdown and repair for a node with custom reset policies.voidEnvironment.addNodeRepair(String nodeName, Markovian repairDist, Environment.ResetQueueLengthsFunction resetFun) Adds a repair transition with a custom reset policy.voidEnvironment.addNodeRepair(Node node, Markovian repairDist, Environment.ResetQueueLengthsFunction resetFun) Adds a repair transition with a custom reset policy.voidEnvironment.addTransition(int fromStageIdx, int toStageIdx, Markovian distrib, Environment.ResetQueueLengthsFunction resetFun) Adds a transition between two stages with a custom reset function.voidEnvironment.addTransition(int fromStageIdx, int toStageIdx, Markovian distrib, Environment.ResetQueueLengthsFunction resetFun, Environment.ResetEnvRatesFunction resetEnvRatesFun) Adds a transition between two stages with custom reset functions for both queue lengths and environment rates.voidEnvironment.setBreakdownResetPolicy(String nodeName, Environment.ResetQueueLengthsFunction resetFun) Sets the reset policy for queue lengths when a node breaks down.voidEnvironment.setBreakdownResetPolicy(Node node, Environment.ResetQueueLengthsFunction resetFun) Sets the reset policy for queue lengths when a node breaks down.voidEnvironment.setRepairResetPolicy(String nodeName, Environment.ResetQueueLengthsFunction resetFun) Sets the reset policy for queue lengths when a node is repaired.voidEnvironment.setRepairResetPolicy(Node node, Environment.ResetQueueLengthsFunction resetFun) Sets the reset policy for queue lengths when a node is repaired.