Package jline.cli
Class LdesCLI
java.lang.Object
jline.cli.LdesCLI
CLI for the standalone ldes.jar (LINE Discrete Event Simulator).
Usage: java -jar ldes.jar solve model.json -o result.json [OPTIONS]
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic inthandleSolveCommand(String[] args) Handles the 'solve' command for LDES simulation.static voidMain entry point for the LDES standalone JAR.
-
Constructor Details
-
LdesCLI
public LdesCLI()
-
-
Method Details
-
handleSolveCommand
Handles the 'solve' command for LDES simulation.- Parameters:
args- command-line arguments after "solve"- Returns:
- 0 on success, non-zero on error
-
main
Main entry point for the LDES standalone JAR.- Parameters:
args- Command line arguments
-