PLearn 0.1
|
This is the base class for all PLearn commands (those that can be issued in the plearn program) More...
#include <PLearnCommand.h>
Public Member Functions | |
PLearnCommand (const string &name_, const string &description_, const string &helpmsg_) | |
virtual void | run (const vector< string > &args)=0 |
virtual | ~PLearnCommand () |
Public Attributes | |
string | name |
string | description |
string | helpmsg |
This is the base class for all PLearn commands (those that can be issued in the plearn program)
Definition at line 53 of file PLearnCommand.h.
PLearn::PLearnCommand::PLearnCommand | ( | const string & | name_, |
const string & | description_, | ||
const string & | helpmsg_ | ||
) | [inline] |
Definition at line 60 of file PLearnCommand.h.
: name(name_), description(description_), helpmsg(helpmsg_) {}
virtual PLearn::PLearnCommand::~PLearnCommand | ( | ) | [inline, virtual] |
Definition at line 66 of file PLearnCommand.h.
{}
virtual void PLearn::PLearnCommand::run | ( | const vector< string > & | args | ) | [pure virtual] |
Implemented in PLearn::ConfigParsing, PLearn::AutoRunCommand, PLearn::DiffCommand, PLearn::ExtractOptionCommand, PLearn::FieldConvertCommand, PLearn::FillFeatureSetCommand, PLearn::HelpCommand, PLearn::HTMLHelpCommand, PLearn::JulianDateCommand, PLearn::KolmogorovSmirnovCommand, PLearn::LearnerCommand, PLearn::OutputFeaturesCommand, PLearn::PairwiseDiffsCommand, PLearn::Plide, PLearn::ReadAndWriteCommand, PLearn::RunCommand, PLearn::ServerCommand, PLearn::Stan, PLearn::StatsCommand, PLearn::TestClientCommand, PLearn::TestDependenciesCommand, PLearn::TestDependencyCommand, PLearn::TxtmatCommand, PLearn::VerifyGradientCommand, PLearn::VMatCommand, PLearn::VMatDictionaryCommand, and PLearn::VMatViewCommand.
Definition at line 57 of file PLearnCommand.h.
Referenced by PLearn::HelpSystem::helpCommands(), PLearn::HelpSystem::helpCommandsHTML(), PLearn::HelpSystem::helpOnCommand(), and PLearn::HelpSystem::helpOnCommandHTML().
Definition at line 58 of file PLearnCommand.h.
Referenced by PLearn::HelpSystem::helpOnCommand(), PLearn::HelpSystem::helpOnCommandHTML(), PLearn::FillFeatureSetCommand::run(), PLearn::HTMLHelpCommand::run(), and PLearn::OutputFeaturesCommand::run().
string PLearn::PLearnCommand::name |
Definition at line 56 of file PLearnCommand.h.
Referenced by PLearn::PLearnCommandRegistry::do_register().