IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.

IG::Lib::NeuralApplicationInterpreter Class Reference

Command line application interpreter that contains some neural networks - related commands. More...

Inheritance diagram for IG::Lib::NeuralApplicationInterpreter:
Collaboration diagram for IG::Lib::NeuralApplicationInterpreter:

List of all members.

Public Member Functions

 NeuralApplicationInterpreter ()
 NeuralApplicationInterpreter (bool caseSensitive)

Protected Member Functions

override string CmdAbout (ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args)
 Execution method that prints some information about the application.

Detailed Description

Command line application interpreter that contains some neural networks - related commands.


Constructor & Destructor Documentation

IG::Lib::NeuralApplicationInterpreter::NeuralApplicationInterpreter ( ) [inline]
IG::Lib::NeuralApplicationInterpreter::NeuralApplicationInterpreter ( bool  caseSensitive) [inline]

Member Function Documentation

override string IG::Lib::NeuralApplicationInterpreter::CmdAbout ( ICommandLineApplicationInterpreter  interpreter,
string  cmdName,
string[]  args 
) [inline, protected, virtual]

Execution method that prints some information about the application.

Parameters:
interpreterInterpreter on which commad is run.
cmdNameCommand name.
argsCommand arguments.

Reimplemented from IG::Lib::CommandLineApplicationInterpreter.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties Events