Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

TimeModule Class Reference

#include <time_module.h>

Inheritance diagram for TimeModule:

Module List of all members.

Public Methods

 TimeModule ( SuifEnv* suif_env )
virtual ~TimeModule ()
virtual Moduleclone () const
 generates a new copy of the current instance if necessary The implementor of a subclass is responsible for overriding this method if the implementation has a unique state the default implementation returns the current instance.

virtual bool delete_me () const
 tells the system whether an instance of this Module should be deleted after it has been executed the default implementation returns false.

virtual void execute ()
 executes the Module parse_command_line should be called before this method is invoked.


Detailed Description


Constructor & Destructor Documentation

TimeModule::TimeModule ( SuifEnv * suif_env)

TimeModule::~TimeModule () [virtual]


Member Function Documentation

Module * TimeModule::clone ( void) const [virtual]

generates a new copy of the current instance if necessary The implementor of a subclass is responsible for overriding this method if the implementation has a unique state the default implementation returns the current instance.

Reimplemented from Module.

bool TimeModule::delete_me ( void) const [virtual]

tells the system whether an instance of this Module should be deleted after it has been executed the default implementation returns false.

Reimplemented from Module.

void TimeModule::execute ( void) [virtual]

executes the Module parse_command_line should be called before this method is invoked.

Reimplemented from Module.


The documentation for this class was generated from the following files:
Generated at Mon Jul 31 13:44:45 2000 for NCI SUIF by doxygen 1.1.2 written by Dimitri van Heesch, © 1997-2000