|
bool | DefaultValueDefined |
| Flag indicating whether default value is defined for the input parameter described by the current eleemnt description. More...
|
|
double | DefaultValue |
| Default value for the output data element described by the current definition. More...
|
|
bool | OptimizationIndexSpecified |
| Flag indicating whether optimization parameter index is defined for the input parameter described by the current element description. This index tells which optimization parameter corresponds to the current sampled data input parameter. More...
|
|
int | OptimizationIndex |
| Optimization parameter index of the data element described by the current definition. This index tells which optimization parameter corresponds to the current sampled data input parameter. More...
|
|
double | DiscretizationStep = 0.0 |
| Discretization step that is used in cases where parameter the input parameter has discrete values. Discretization starts at MinValue. More...
|
|
string | Name |
| Unique name of the data element described by the current definition. Considered a kind of variable name that distinguishes between data by short names. More...
|
|
string | NameAlt |
| Alternative name of the data element described by the current definition. More...
|
|
string | Title |
| A title describing what given data element represents. Titles can contain special characters and spaces, but should be shorter than descriptions. More...
|
|
string | Description |
| Describes the meaning of a data element used as part of input or output data. More...
|
|
bool | IsInput |
| Flag specifying whether a data element is input or output element. More...
|
|
bool | ElementIndexSpecified = false |
| Specifies whether element index is specified for the data element described by the current definition. More...
|
|
int | ElementIndex = -1 |
| Specifies the index f the element described by the current definition, within the data vextor (either input or output). More...
|
|
bool | BoundsDefined = false |
| Flag indicating whethe minimal and maximal value are defined for the input data element described by the current definition. More...
|
|
double | MinimalValue |
| Minimal value for the output data element described by the current definition. More...
|
|
double | MaximalValue |
| Maximal value for the output data element described by the current definition. More...
|
|
bool | TargetValueDefined = false |
| Flag indicating whether target value is defined for the data element described by the current definition. More...
|
|
double | TargetValue = 0.0 |
| Target value of the current element. Used for optimization. More...
|
|
bool | ScalingLengthDefined = false |
| Flag indicating whether scaling length is defined for the data element described by the current definition. More...
|
|
double | ScalingLength = 0.0 |
| Scaling length, used for optimization and other tasks where scaling of input or output quantities is important. More...
|
|
DTO (data transfer object) for data input element definition.
$A Ifor Mar11;