29.12.14 EndpointQualifier
Topic Version | 1 | Published | 12/09/2016 | ||
For Standard | PRODML v2.0 | ||||
Type: | Enumeration | Stereotype: |
Specifies values for the endpoint for min/max query parameters on "growing objects".
Name |
Type |
Notes |
---|---|---|
exclusive |
The value is excluded. |
|
extensive |
The endpoint of the range may be extended to the first encountered value if an exact value match is not found.That is, if a node index value does not match the specified range value then the next smaller value (on minimum end) or larger value (on maximum end) in the index series should be used as the endpoint. Basically, this concept is designed to support interpolation across an undefined point. |
|
inclusive |
The value is included. |
|
overlap extensive |
The endpoint of the range may be extended to the first encountered value if the interval is overlapped with the index interval. That is, if a node index value does not match the specified range value then the next smaller value (on minimum end) or larger value (on maximum end) in the index series should be used as the endpoint. This concept is designed to select ALL nodes whose index interval overlap with the query range. |
Association |
Notes |
---|---|
From: EndpointQualifier. To: TypeEnum Generalization |
|
From: EndpointQualifiedDate. To: EndpointQualifier Dependency |
|
From: EndpointQualifiedDateTime. To: EndpointQualifier Dependency |