Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

/home/pauldt/projects/IDEA/IDEA-ALL/IDEA-DEV/Core/Agent/Includes/AgentCommandLineParser.hh

Go to the documentation of this file.
00001 // -*- Mode: C++ -*-
00002 //      CVS: $Id: AgentCommandLineParser.hh,v 1.3 2005/12/30 22:05:30 rijsman Exp $
00003 //      Tag: $name$
00004 //     Info: $CVSROOT/COPYRIGHT
00005 
00006 #ifndef AGENT_COMMANDLINE_IMPLEMENTATION_HEADER_
00007 #define AGENT_COMMANDLINE_IMPLEMENTATION_HEADER_
00008 
00009 #include "CommandLineParser.hh"
00010 
00011 namespace IDEA
00012 {
00022   class AgentCommandLineParser:
00023     public CommandLineParser
00024   {
00025   public:
00029     AgentCommandLineParser();
00033     virtual ~AgentCommandLineParser();
00037     bool getModulesFiles( StringList& name ) const;
00042     bool getModulesFilesPostInit( StringList& names ) const;
00047     bool getInitialStateFileName( std::string& name )  const;
00052     bool getOutputLevel( Trace::OutputLevel& level) const;
00057     bool getPoolName( std::string& name )  const;
00062     bool getXIDDLFileName( std::string& name ) const;
00068     bool getOutputFilterFileName(std::string& name ) const;
00069   };
00070 
00071 }
00072 
00073 #endif // COMMANDLINE_IMPLEMENTATION_HEADER_

Contact information
© IDEA
Generated on Fri Feb 3 17:09:39 2006 for IDEA.