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

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

Méthodes publiques

Méthode Description
ExecuteCommand ( String args ) : bool

Execute this command.

ToString ( ) : String

Méthodes protégées

Méthode Description
Cmd ( EncogAnalyst theAnalyst ) : System

Construct this command.

Method Details

Cmd() protected méthode

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

ExecuteCommand() public abstract méthode

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

ToString() public final méthode

public final ToString ( ) : String
Résultat String