Class SwitchoverTimesModel

java.lang.Object
jline.examples.java.advanced.SwitchoverTimesModel

public class SwitchoverTimesModel extends Object
Examples of models with switchover times
  • Constructor Details

    • SwitchoverTimesModel

      public SwitchoverTimesModel()
  • Method Details

    • switchover_basic

      public 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
    • main

      public static void main(String[] args) throws Exception
      Main method for testing and demonstrating switchover times examples.
      Parameters:
      args - command line arguments (not used)
      Throws:
      Exception - if solver encounters an error