21 #ifndef __ANTARES_LIBS_STUDY_ACTION_HANDLER_ANTARES_PLANT_ROOT_NODE_H__
22 #define __ANTARES_LIBS_STUDY_ACTION_HANDLER_ANTARES_PLANT_ROOT_NODE_H__
24 #include <yuni/yuni.h>
25 #include <action/action.h>
27 namespace Antares::Action::AntaresStudy::ThermalCluster
43 explicit RootNode(
const AnyString& areaname);
48 virtual bool allowUpdate()
const;
56 Data::AreaName pOriginalAreaName;
62 #include "root-node.hxx"
Definition: root-node.h:30
RootNode(const AnyString &areaname)
Default constructor.
Definition: root-node.cpp:26
virtual bool prepareWL(Context &ctx)
Prepare the execution.
Definition: root-node.cpp:42
IAction::ThreadingPolicy ThreadingPolicy
The threading policy.
Definition: root-node.h:35
virtual bool performWL(Context &ctx)
Perform the action.
Definition: root-node.cpp:72
virtual ~RootNode()
Destructor.
Definition: root-node.cpp:33
IAction::Ptr Ptr
The most suitable smart ptr for the class.
Definition: root-node.h:33
virtual void prepareSkipWL(Context &ctx)
Prepare the execution (when the behavior says that the action should be skipped)
Definition: root-node.cpp:37
AncestorType::Ptr Ptr
The most suitable smart ptr for the class.
Definition: action.h:41
AncestorType::ThreadingPolicy ThreadingPolicy
The threading policy.
Definition: action.h:43