Package jline.examples.java.advanced
Class SwitchoverTimesExamples
-
- All Implemented Interfaces:
public class SwitchoverTimesExamples
Examples demonstrating switchover times in queueing systems. This class provides Java implementations corresponding to the Kotlin notebooks in jline.examples.kotlin.advanced.switchoverTimes package.
-
-
Constructor Summary
Constructors Constructor Description SwitchoverTimesExamples()
-
Method Summary
Modifier and Type Method Description static void
switchover_basic()
Demonstrates basic switchover time modeling (switchover_basic.ipynb). static void
main(Array<String> args)
Main method to run all switchover time examples. -
-
Method Detail
-
switchover_basic
static void switchover_basic()
Demonstrates basic switchover time modeling (switchover_basic.ipynb). This example shows how to model systems where there is a time penalty when switching between different types of work or when a server moves between queues. Switchover times are common in manufacturing, computer systems, and communication networks. Features: - Switchover time between job classes - Setup time modeling - Impact on system throughput and response time - Optimization of switching policies
-
-
-
-