Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]() |
Uranie / DataServer
v4.10.0
|
TDataSpecification.h
Go to the documentation of this file.
TString _relationName
Relation name.
Definition: TDataSpecification.h:71
void changeLog()
Definition: TDataSpecification.h:178
Bool_t isAttribute(TString name) const
Checks if the attribute given by a name exists.
TString getRelationName() const
Defines the realtion name.
Definition: TDataSpecification.h:102
TAttribute * getAttribute(TString name) const
Returns the attribute given by the name.
void setRelationName(TString name)
Definition: TDataSpecification.h:106
TString getVariablesNamesTypes(TString separator=":", bool noIterator=false)
void addAttribute(TAttribute *, bool dontAddSizeOne=false)
Adds an attribute in the TList.
TString getVariablesNames(TString separator=":", bool noIterator=false)
virtual ~TDataSpecification()
Default Desctructor.
void printLog()
void delAttribute(TString name)
Deletes an attribute given by this name.
TString GetClassName() const
Definition: TDataSpecification.h:96
TList * getListOfAttributes(const char *sListOfAttributes="*", bool onlyAttribute=false)
Gets the list of attributes from a string.
The collection of attributes specifying how to interpret the input data attributes.
Definition: TDataSpecification.h:63
Int_t getNOutputAttributes() const
Int_t getNAttributes(bool onlyAttribute=false) const
Gets the number of Attributes.
Int_t getAttributeIndex(TAttribute *att, bool onlyAttribute=false) const
Returns the index of an attribute.
bool isComparableToTDSP(TDataSpecification *tdsp, bool isJustContained=false)
Check that content is equivalent (the boolean is for partial)
Int_t getNInputAttributes() const
Bool_t _blog
Log printing.
Definition: TDataSpecification.h:70
TString getVariablesTypes(TString separator=":", bool noIterator=false)
Interface file for the class URANIE::DataServer::TAttribute.
TList * _listOfAttributes
Definition: TDataSpecification.h:72