Class SwitchoverTimesExamples

java.lang.Object
jline.examples.java.advanced.SwitchoverTimesExamples

public class SwitchoverTimesExamples extends Object
Examples demonstrating switchover times in queueing systems. This class provides Java implementations corresponding to the Kotlin notebooks in jline.examples.kotlin.advanced.switchoverTimes package.
  • Constructor Details

    • SwitchoverTimesExamples

      public SwitchoverTimesExamples()
  • Method Details

    • switchover_basic

      public static void switchover_basic() throws Exception
      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
      Throws:
      Exception - if the solver encounters an error
    • main

      public static void main(String[] args)
      Main method to run all switchover time examples.
      Parameters:
      args - command line arguments (not used)