|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BoundaryPoint | |
com.ptc.core.query.common | Describes the interfaces and relationships for specifying type based queries of Windchill persistent data. |
wt.util.range |
Uses of BoundaryPoint in com.ptc.core.query.common |
Methods in com.ptc.core.query.common with parameters of type BoundaryPoint | |
static AttributeContainerSet |
CriteriaHelper.newCriteria(Identifier a_identifier,
BoundaryPoint a_lowerValue,
BoundaryPoint a_upperValue)
Creates an AttributeContainerSet for inclusion of the specified AttributeType in the range. |
Uses of BoundaryPoint in wt.util.range |
Subclasses of BoundaryPoint in wt.util.range | |
class |
InclusiveAboveBoundaryPoint
Supported API: false Extendable: false |
class |
InclusiveBelowBoundaryPoint
Supported API: false Extendable: false |
class |
InfiniteBoundaryPoint
Supported API: false Extendable: false |
Fields in wt.util.range declared as BoundaryPoint | |
private BoundaryPoint |
Range.lowerBound_
|
private BoundaryPoint |
Range.upperBound_
|
private BoundaryPoint |
Range.lowerBound_
|
private BoundaryPoint |
Range.upperBound_
|
Constructors in wt.util.range with parameters of type BoundaryPoint | |
Range(BoundaryPoint lower_bound,
BoundaryPoint upper_bound)
Create an instance of a range from two boundary points. |
|
Range(BoundaryPoint lower_bound,
BoundaryPoint upper_bound)
Create an instance of a range from two boundary points. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |