44 #ifndef DESIGN_FLOW_STEP_FACTORY_HPP 45 #define DESIGN_FLOW_STEP_FACTORY_HPP 82 virtual const std::string
GetPrefix()
const = 0;
const ParameterConstRef parameters
The set of input parameters.
virtual DesignFlowStepRef CreateFlowStep(const std::string &signature) const
Return a step given the signature.
virtual ~DesignFlowStepFactory()
Destructor.
The base class for design step.
CONSTREF_FORWARD_DECL(DesignFlowManager)
virtual const std::string GetPrefix() const =0
Return the prefix of the steps created by the factory.
REF_FORWARD_DECL(DesignFlowStep)
Template definition of refcount.
DesignFlowStepFactory(const DesignFlowManagerConstRef &design_flow_manager, const ParameterConstRef ¶meters)
Constructor.
const Wrefcount< const DesignFlowManager > design_flow_manager
The design flow manager.
int debug_level
The debug level.
Template borrowed from the ANTLR library by Terence Parr (http://www.jGuru.com - Software rights: htt...