21#ifndef __ANTARES_LIBS_STUDY_ACTION_HANDLER_ANTARES_PLANT_ROOT_NODE_H__
22#define __ANTARES_LIBS_STUDY_ACTION_HANDLER_ANTARES_PLANT_ROOT_NODE_H__
25#include <action/action.h>
33namespace ThermalCluster
49 explicit RootNode(
const AnyString& areaname);
54 virtual bool allowUpdate()
const;
62 Data::AreaName pOriginalAreaName;
71#include "root-node.hxx"
Definition antares-study.h:28
Definition root-node.h:36
RootNode(const AnyString &areaname)
Default constructor.
Definition root-node.cpp:32
virtual bool prepareWL(Context &ctx)
Prepare the execution.
Definition root-node.cpp:47
IAction::ThreadingPolicy ThreadingPolicy
The threading policy.
Definition root-node.h:41
virtual bool performWL(Context &ctx)
Perform the action.
Definition root-node.cpp:77
virtual ~RootNode()
Destructor.
Definition root-node.cpp:38
IAction::Ptr Ptr
The most suitable smart ptr for the class.
Definition root-node.h:39
virtual void prepareSkipWL(Context &ctx)
Prepare the execution (when the behavior says that the action should be skipped)
Definition root-node.cpp:42
AncestorType::Ptr Ptr
The most suitable smart ptr for the class.
Definition action.h:43
AncestorType::ThreadingPolicy ThreadingPolicy
The threading policy.
Definition action.h:45