C# 클래스 Encog.App.Analyst.Commands.Cmd

Base class for Encog Analyst commands. This class defines the properties sent to a command.
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
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