C# Класс Encog.App.Analyst.Commands.Cmd

Base class for Encog Analyst commands. This class defines the properties sent to a command.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ExecuteCommand ( String args ) : bool

Execute this command.

ToString ( ) : String

Защищенные методы

Метод Описание
Cmd ( EncogAnalyst theAnalyst ) : System

Construct this command.

Описание методов

Cmd() защищенный Метод

Construct this command.
protected Cmd ( EncogAnalyst theAnalyst ) : System
theAnalyst EncogAnalyst The analyst that this command belongs to.
Результат System

ExecuteCommand() публичный абстрактный Метод

Execute this command.
public abstract ExecuteCommand ( String args ) : bool
args String The arguments for this command.
Результат bool

ToString() публичный закрытый Метод

public final ToString ( ) : String
Результат String