C# Class Encog.App.Analyst.Commands.Cmd

Base class for Encog Analyst commands. This class defines the properties sent to a command.
Mostrar archivo Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
ExecuteCommand ( String args ) : bool

Execute this command.

ToString ( ) : String

Protected Methods

Method Description
Cmd ( EncogAnalyst theAnalyst ) : System

Construct this command.

Method Details

Cmd() protected method

Construct this command.
protected Cmd ( EncogAnalyst theAnalyst ) : System
theAnalyst EncogAnalyst The analyst that this command belongs to.
return System

ExecuteCommand() public abstract method

Execute this command.
public abstract ExecuteCommand ( String args ) : bool
args String The arguments for this command.
return bool

ToString() public final method

public final ToString ( ) : String
return String