Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / DataServer v4.9.0
|
TPossibilityAttribute.h
Go to the documentation of this file.
Interface file for the class URANIE::DataServer::TAttribute.
Definition TPossibilityAttribute.h:57
TPossibilityAttribute(TString str, EPossibilityType value, Double_t min, Double_t max, EMonotonousRelationship monotonous)
Constructor setting the name, the law type, and the range (lower and upper bounds)
EPossibilityType
The list of possibility that a TAttribute can follow.
Definition TPossibilityAttribute.h:62
@ kTrapezium
Definition TPossibilityAttribute.h:63
@ kTriangular
Definition TPossibilityAttribute.h:63
@ kPolygonal
Definition TPossibilityAttribute.h:63
int getMonotonousRelationship()
Get the relationship of monotonous.
Definition TPossibilityAttribute.h:114
virtual ~TPossibilityAttribute()
Default Destructor.
EMonotonousRelationship
The list of monotonous relationship
Definition TPossibilityAttribute.h:67
@ kNotDefined
Definition TPossibilityAttribute.h:68
@ kIncreasing
Definition TPossibilityAttribute.h:68
@ kDecreasing
Definition TPossibilityAttribute.h:68
TPossibilityAttribute(TString str)
Constructor setting default possibility by the name.
EPossibilityType _PossibilityType
The possibility type EPossibilityType.
Definition TPossibilityAttribute.h:71
int getLawType()
Returns the law type as an integer.
Definition TPossibilityAttribute.h:135
virtual void printLog()
Display information specific to this class.
Bool_t isDecreasing()
is the relationship of monotonous of the attribute is Decreasing
Definition TPossibilityAttribute.h:124
Bool_t isIncreasing()
is the relationship of monotonous of the attribute is Increasing
Definition TPossibilityAttribute.h:119
TPossibilityAttribute(TString str, EPossibilityType value, EMonotonousRelationship monotonous)
Constructor setting the name and the law type.
EMonotonousRelationship _MonotonousRelationship
The relationship of monotonous.
Definition TPossibilityAttribute.h:72