The following commands can are provided by the shell application in the _Main.java_ class. To use a command, the command simply has to be entered and confirmed with the return key. Options (mandatory or not) have to be added after the command and a blank space, with the option name (starting with "--") and followed by a blank space and the option value. Within the tool, an overview of all commands can be requested with the command **help**.
The following commands can are provided by the shell application in the _Main.java_ class. To use a command, the command simply has to be entered and confirmed with the return key. Options (mandatory or not) have to be added after the command and a blank space, with the option name (starting with "--") and followed by a blank space and the option value.
Within the tool, an overview of all commands can be requested with the command **help**.
1. Read in an HPnG model file in XML format: **read**
- Mandatory option **--p** _filepath_: String containing the file path of the xml file.
...
...
@@ -15,7 +17,9 @@ The following commands can are provided by the shell application in the _Main.ja
- The command is only available after a model has been read in.
5. Change the path of the application log file: **change logfile**
- mandatory option **--n** _path_: String containing the new file path for the log file.
- Mandatory option **--n** _path_: String containing the new file path for the log file.
6. Change a simulation parameter: **change _parametername_**