Package jline.examples.java.advanced
Class SwitchoverTimesModel
-
- All Implemented Interfaces:
public class SwitchoverTimesModel
Examples of models with switchover times
-
-
Constructor Summary
Constructors Constructor Description SwitchoverTimesModel()
-
Method Summary
Modifier and Type Method Description static Network
switchover_basic()
Demonstrates switchover times between job classes in a multi-class queueing system. static void
main(Array<String> args)
Main method for testing and demonstrating switchover times examples. -
-
Method Detail
-
switchover_basic
static Network 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
-
-
-
-