Class SwitchoverTimesExamples

  • All Implemented Interfaces:

    
    public class 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.

    • 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 void switchover_basic() Demonstrates basic switchover time modeling (switchover_basic.ipynb).
      static void main(Array<String> args) Main method to run all switchover time examples.
      • Methods inherited from class java.lang.Object

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

      • SwitchoverTimesExamples

        SwitchoverTimesExamples()
    • Method Detail

      • switchover_basic

         static void 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

      • main

         static void main(Array<String> args)

        Main method to run all switchover time examples.

        Parameters:
        args - command line arguments (not used)