RLPark 1.0.0
Reinforcement Learning Framework in Java
|
Classes | |
class | StreamReader |
Public Member Functions | |
Command (String label, String...commandLine) | |
void | start () throws IOException |
void | waitFor () throws InterruptedException |
void | kill () |
Protected Attributes | |
Process | process |
final String | label |
Definition at line 8 of file Command.java.
rlpark.plugin.rltoys.utils.Command.Command | ( | String | label, |
String... | commandLine | ||
) |
Definition at line 41 of file Command.java.
void rlpark.plugin.rltoys.utils.Command.kill | ( | ) |
Definition at line 59 of file Command.java.
void rlpark.plugin.rltoys.utils.Command.start | ( | ) | throws IOException |
Definition at line 46 of file Command.java.
void rlpark.plugin.rltoys.utils.Command.waitFor | ( | ) | throws InterruptedException |
Definition at line 54 of file Command.java.
final String rlpark.plugin.rltoys.utils.Command.label [protected] |
Definition at line 36 of file Command.java.
Process rlpark.plugin.rltoys.utils.Command.process [protected] |
Definition at line 35 of file Command.java.