41 #ifndef DESIGN_FLOW_HPP 42 #define DESIGN_FLOW_HPP 86 static std::string ComputeSignature(
const DesignFlow_Type design_flow_type);
91 std::string GetSignature()
const override;
97 std::string GetName()
const override;
104 static const std::string EnumToKindText(
const DesignFlow_Type design_flow_type);
110 DesignFlowStepFactoryConstRef CGetDesignFlowStepFactory()
const override;
123 bool HasToBeExecuted()
const override;
RelationshipType
The relationship type.
The base class for design step.
Base class for step of design flow.
const DesignFlow_Type design_flow_type
The type of this design flow.
Template borrowed from the ANTLR library by Terence Parr (http://www.jGuru.com - Software rights: htt...