21#ifndef __ANTARES_LIBS_STUDY_ACTION_HANDLER_ANTARES_AREA_TS_NODE_H__
22#define __ANTARES_LIBS_STUDY_ACTION_HANDLER_ANTARES_AREA_TS_NODE_H__
25#include <action/action.h>
26#include <antares/study/fwd.h>
55 virtual bool allowUpdate()
const;
63 const Data::TimeSeriesType pType;
Definition antares-study.h:28
virtual bool performWL(Context &ctx)
Perform the action.
Definition ts-node.cpp:81
virtual bool prepareWL(Context &ctx)
Prepare the execution.
Definition ts-node.cpp:66
IAction::ThreadingPolicy ThreadingPolicy
The threading policy.
Definition ts-node.h:42
virtual ~NodeTimeseries()
Destructor.
Definition ts-node.cpp:62
IAction::Ptr Ptr
The most suitable smart ptr for the class.
Definition ts-node.h:40
NodeTimeseries(Data::TimeSeriesType ts)
Default constructor.
Definition ts-node.cpp:35
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