Package jline.cli

Class LdesCLI

java.lang.Object
jline.cli.LdesCLI

public class LdesCLI extends Object
CLI for the standalone ldes.jar (LINE Discrete Event Simulator).

Usage: java -jar ldes.jar solve model.json -o result.json [OPTIONS]

  • Constructor Details

    • LdesCLI

      public LdesCLI()
  • Method Details

    • handleSolveCommand

      public static int handleSolveCommand(String[] args)
      Handles the 'solve' command for LDES simulation.
      Parameters:
      args - command-line arguments after "solve"
      Returns:
      0 on success, non-zero on error
    • main

      public static void main(String[] args)
      Main entry point for the LDES standalone JAR.
      Parameters:
      args - Command line arguments