Simpatico
v1.10
|
CommandFactory for an MdSimulation.
Definition at line 28 of file MdCommandFactory.h.
#include <MdCommandFactory.h>
Public Member Functions | |
MdCommandFactory (MdSimulation &simulation, MdSystem &system) | |
Constructor. More... | |
virtual Command * | factory (const std::string &className) const |
Return pointer to a new Command object. More... | |
![]() | |
Factory () | |
Constructor. More... | |
virtual | ~Factory () |
Destructor. More... | |
void | addSubfactory (Factory< Command > &subfactory) |
Add a new subfactory to the list. More... | |
Command * | readObject (std::istream &in, ParamComposite &parent, std::string &className, bool &isEnd) |
Read a class name, instantiate an object, and read its parameters. More... | |
Command * | loadObject (Serializable::IArchive &ar, ParamComposite &parent, std::string &className) |
Load a class name, instantiate an object, and load the object. More... | |
Protected Member Functions | |
MdSystem & | system () const |
Return reference to parent MdSystem. More... | |
MdSimulation & | simulation () const |
Return reference to parent MdSimulation. More... | |
![]() | |
Command * | trySubfactories (const std::string &className) const |
Search through subfactories for match. More... | |
void | setIoCommunicator (MPI::Intracomm &communicator) |
Set associated Mpi communicator. More... | |
bool | hasIoCommunicator () const |
Does this factory have a param communicator? More... | |
McMd::MdCommandFactory::MdCommandFactory | ( | MdSimulation & | simulation, |
MdSystem & | system | ||
) |
Constructor.
simulation | parent MdSimulation |
system | parent MdSystem |
Definition at line 24 of file MdCommandFactory.cpp.
|
virtual |
Return pointer to a new Command object.
className | name of a subclass of Command. |
Implements Util::Factory< Command >.
Definition at line 33 of file MdCommandFactory.cpp.
References system(), and Util::Factory< Command >::trySubfactories().
|
inlineprotected |
Return reference to parent MdSystem.
Definition at line 54 of file MdCommandFactory.h.
Referenced by factory().
|
inlineprotected |
Return reference to parent MdSimulation.
Definition at line 60 of file MdCommandFactory.h.