53 std::string what(
"ServerNode::load : a load operation requested on ServerNode called \"");
54 what+=
_name; what+=
"\" with no container specified.";
Base class for all composed nodes.
virtual void start(const Task *askingNode)=0
virtual bool isAlreadyStarted(const Task *askingNode) const =0
Class for calculation node (function) inlined (and executed) in the schema.
std::string _errorDetails
void accept(Visitor *visitor)
ServerNode(const std::string &name)
bool isDeployable() const
By definition of ServerNode class.
virtual void visitServerNode(ServerNode *node)=0
const char * what(void) const noexcept