21#ifndef __ANTARES_LIBS_STUDY_ACTION_HANDLER_ANTARES_AREA_TIMESERIES_H__
22#define __ANTARES_LIBS_STUDY_ACTION_HANDLER_ANTARES_AREA_TIMESERIES_H__
25#include <action/action.h>
26#include <antares/study/fwd.h>
50 DataTimeseries(Data::TimeSeriesType ts,
const AnyString& areaname);
55 DataTimeseries(Data::TimeSeriesType ts,
const AnyString& areaname,
const AnyString& clustername);
61 virtual void datagridCaption(YString& title);
63 virtual void behaviorToText(Behavior
behavior, YString& out);
71 Data::TimeSeriesType pType;
72 Data::AreaName pOriginalAreaName;
73 Data::ClusterName pOriginalPlantName;
Definition antares-study.h:28
Definition timeseries.h:37
DataTimeseries(Data::TimeSeriesType ts, const AnyString &areaname)
Default constructor.
Definition timeseries.cpp:34
virtual void registerViewsWL(Context &ctx)
Register all views.
Definition timeseries.cpp:81
virtual bool prepareWL(Context &ctx)
Prepare the execution.
Definition timeseries.cpp:105
virtual ~DataTimeseries()
Destructor.
Definition timeseries.cpp:70
virtual bool performWL(Context &ctx)
Perform the action.
Definition timeseries.cpp:120
IAction::Ptr Ptr
The most suitable smart ptr for the class.
Definition timeseries.h:40
IAction::ThreadingPolicy ThreadingPolicy
The threading policy.
Definition timeseries.h:42
AncestorType::Ptr Ptr
The most suitable smart ptr for the class.
Definition action.h:43
Behavior behavior() const
Get the behavior.
Definition action.hxx:38
AncestorType::ThreadingPolicy ThreadingPolicy
The threading policy.
Definition action.h:45