Package jline.examples.java.advanced
Class SwitchoverTimesModel
java.lang.Object
jline.examples.java.advanced.SwitchoverTimesModel
Examples of models with switchover times
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidMain method for testing and demonstrating switchover times examples.static NetworkDemonstrates switchover times between job classes in a multi-class queueing system.
-
Constructor Details
-
SwitchoverTimesModel
public SwitchoverTimesModel()
-
-
Method Details
-
switchover_basic
Demonstrates switchover times between job classes in a multi-class queueing system. This example shows: - Open queueing network with 2 job classes - FCFS scheduling strategy with setup/changeover times - Different arrival and service rates for each class - Switchover times when server switches between serving different classes Note: The Java implementation uses the available switchover functionality: - Uses single-parameter setSwitchover for POLLING scheduling strategy - Demonstrates both Exponential and Erlang distributions for switchover times - Shows realistic modeling of setup/changeover times in multi-class systems- Returns:
- network model demonstrating switchover times concept
-
main
Main method for testing and demonstrating switchover times examples.- Parameters:
args- command line arguments (not used)- Throws:
Exception- if solver encounters an error
-