Method | Description | |
---|---|---|
ExecuteCommand ( String args ) : bool |
Execute this command.
|
|
ToString ( ) : String |
Method | Description | |
---|---|---|
Cmd ( EncogAnalyst theAnalyst ) : System |
Construct this command.
|
protected Cmd ( EncogAnalyst theAnalyst ) : System | ||
theAnalyst | EncogAnalyst | The analyst that this command belongs to. |
return | System |
public abstract ExecuteCommand ( String args ) : bool | ||
args | String | The arguments for this command. |
return | bool |