18 #ifndef OPAL_PSystem_HH
19 #define OPAL_PSystem_HH
The base class for all OPAL actions.
virtual void parse(Statement &)
Parse command (special for one-attribute command).
virtual void execute()
Execute the command.
void operator=(const PSystem &)
PSystem()
Exemplar constructor.
virtual PSystem * clone(const std::string &name)
Make clone.
Interface for statements.