![]() |
OTX Reference
|
|
A constructor for QuantityInterval More...

Public Attributes | |
| StringTerm | label |
| Optionally represents the label to categorize the interval. More... | |
| QuantityTerm | lowerLimit |
| Optionally represents the lower limit of the interval. If the lower limit is omitted, the lower limit value is -Infinity. More... | |
| IntervalSemanticTerm | semantic |
| Optionally represents the semantics of how values inside the interval are interpreted. If the type is omitted, the semantic is NONE. More... | |
| QuantityTerm | upperLimit |
| Optionally represents the upper limit of the interval. If the upper limit is omitted, the upper limit value is Infinity. More... | |
Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term | |
| MetaData | metaData |
| Cardinality [0..1] The MetaData type allows tools to store additional, mainly tool-specific data. More... | |
A constructor for QuantityInterval
CreateQuantityInterval is a QuantityIntervalTerm. It is a constructor for QuantityInterval.
| Quantities.Exceptions.InvalidConversionException | If the physical dimension of the lower limit does not match the physical dimensions inside the upper limit. |
| StringTerm OpenTestSystem.Otx.Extensions.Range.Terms.CreateQuantityInterval.label |
Optionally represents the label to categorize the interval.
| QuantityTerm OpenTestSystem.Otx.Extensions.Range.Terms.CreateQuantityInterval.lowerLimit |
Optionally represents the lower limit of the interval. If the lower limit is omitted, the lower limit value is -Infinity.
| IntervalSemanticTerm OpenTestSystem.Otx.Extensions.Range.Terms.CreateQuantityInterval.semantic |
Optionally represents the semantics of how values inside the interval are interpreted. If the type is omitted, the semantic is NONE.
| QuantityTerm OpenTestSystem.Otx.Extensions.Range.Terms.CreateQuantityInterval.upperLimit |
Optionally represents the upper limit of the interval. If the upper limit is omitted, the upper limit value is Infinity.