Class Gallery

java.lang.Object
jline.examples.java.models.Gallery

public class Gallery extends Object
Gallery of simple and classical queueing models
  • Constructor Details

    • Gallery

      public Gallery()
  • Method Details

    • main

      public static void main(String[] args) throws IllegalAccessException, ParserConfigurationException
      Main method for testing and demonstrating gallery examples.

      Currently configured to: - Run gallery_replayerm1() with trace-driven arrivals - Solve using JMT solver with debug verbosity - Display model visualization

      Parameters:
      args - command line arguments (not used)
      Throws:
      IllegalAccessException - if model access is restricted
      ParserConfigurationException - if XML parsing fails