![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Quantitative_conformance_measure from Quality Procedures.
Renamed to remove implied use limitation
OCL – result is type specified by valueDomain result.tupleType = valueDomain
Public Member Functions | |
TSLDQQuantitativeResult () | |
TSLDQQuantitativeResult (const TSLDQQuantitativeResult &right) | |
virtual | ~TSLDQQuantitativeResult () |
TSLDQQuantitativeResult & | operator= (const TSLDQQuantitativeResult &right) |
void | valueType (const TSLRecordType &input) |
void | valueUnit (TSLUnitOfMeasure *input, bool assumeOwnership=true) |
void | errorStatistic (TSLCharacterString *input, bool assumeOwnership=true) |
void | errorStatistic (const char *input) |
bool | insertValue (const TSLRecord &obj, int position=-1) |
bool | removeValue (int position=-1) |
virtual TSLDQQuantitativeResult * | clone () const |
virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
const TSLRecordType & | valueType () const |
TSLRecordType & | valueType () |
const TSLUnitOfMeasure * | valueUnit () const |
TSLUnitOfMeasure * | valueUnit () |
const TSLCharacterString * | errorStatistic () const |
TSLCharacterString * | errorStatistic () |
const TSLMDCollection< TSLRecord > & | value () const |
TSLMDCollection< TSLRecord > & | value () |
const TSLRecord * | valueAt (int position) const |
TSLRecord * | valueAt (int position) |
![]() | |
TSLDQResult () | |
TSLDQResult (const TSLDQResult &right) | |
virtual | ~TSLDQResult ()=0 |
TSLDQResult & | operator= (const TSLDQResult &right) |
Static Public Member Functions | |
static TSLDQQuantitativeResult * | create () |
TSLDQQuantitativeResult::TSLDQQuantitativeResult | ( | ) |
The default constructor.
TSLDQQuantitativeResult::TSLDQQuantitativeResult | ( | const TSLDQQuantitativeResult & | right | ) |
The copy constructor.
|
virtual |
The destructor.
|
virtual |
Clone method for derived or derived from classes. Creates object on the heap, so the pointer must be deleted
Implements TSLDQResult.
|
static |
|
inline |
Returns the errorStatistic attribute.
|
inline |
Returns the errorStatistic attribute.
void TSLDQQuantitativeResult::errorStatistic | ( | const char * | input | ) |
Overload to allow assignment of string as a literal.
void TSLDQQuantitativeResult::errorStatistic | ( | TSLCharacterString * | input, |
bool | assumeOwnership = true ) |
Sets the errorStatistic attribute.
bool TSLDQQuantitativeResult::insertValue | ( | const TSLRecord & | obj, |
int | position = -1 ) |
TSLDQQuantitativeResult & TSLDQQuantitativeResult::operator= | ( | const TSLDQQuantitativeResult & | right | ) |
Assignment operator.
bool TSLDQQuantitativeResult::removeValue | ( | int | position = -1 | ) |
|
virtual |
Reimplemented from TSLDQResult.
|
inline |
Returns the value attribute.
|
inline |
Returns the value attribute.
|
inline |
Returns the TSLRecord at the given position. If the given position is not in range a null pointer is returned.
|
inline |
Returns the TSLRecord at the given position. If the given position is not in range a null pointer is returned.
|
inline |
Returns the valueType attribute.
|
inline |
Returns the valueType attribute.
void TSLDQQuantitativeResult::valueType | ( | const TSLRecordType & | input | ) |
Sets the valueType attribute.
|
inline |
Returns the valueUnit attribute.
|
inline |
Returns the valueUnit attribute.
void TSLDQQuantitativeResult::valueUnit | ( | TSLUnitOfMeasure * | input, |
bool | assumeOwnership = true ) |
Sets the valueUnit attribute.