Class SwitchoverTimesModel

  • All Implemented Interfaces:

    
    public class SwitchoverTimesModel
    
                        

    Examples of models with switchover times

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SwitchoverTimesModel

        SwitchoverTimesModel()
    • 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

      • main

         static void main(Array<String> args)

        Main method for testing and demonstrating switchover times examples.

        Parameters:
        args - command line arguments (not used)