Package jline.examples.java.advanced
Class SwitchoverTimesExamples
java.lang.Object
jline.examples.java.advanced.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 -
Method Summary
Modifier and TypeMethodDescriptionstatic voidMain method to run all switchover time examples.static voidDemonstrates basic switchover time modeling (switchover_basic.ipynb).
-
Constructor Details
-
SwitchoverTimesExamples
public SwitchoverTimesExamples()
-
-
Method Details
-
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- Throws:
Exception- if the solver encounters an error
-
main
Main method to run all switchover time examples.- Parameters:
args- command line arguments (not used)
-