RLPark 1.0.0
Reinforcement Learning Framework in Java

rlpark.plugin.rltoys.utils.Command Class Reference

List of all members.

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

Detailed Description

Definition at line 8 of file Command.java.


Constructor & Destructor Documentation

rlpark.plugin.rltoys.utils.Command.Command ( String  label,
String...  commandLine 
)

Definition at line 41 of file Command.java.


Member Function Documentation

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.


Member Data Documentation

final String rlpark.plugin.rltoys.utils.Command.label [protected]

Definition at line 36 of file Command.java.

Definition at line 35 of file Command.java.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations
Zephyr
RLPark