Package | Description |
---|---|
org.bbaw.pdr.utils |
Common resources for the access to instances of the PDR.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<IDRange> |
IDRange.applyLimitsToRanges(java.util.List<IDRange> ranges,
int lowerBound,
int upperBound)
Returns a subset of ranges which fit the provided bounds.
|
org.bbaw.pdr.padre.request.PadreID |
Identifier.toPadreID()
Converts this PDR identifier to a PaDRe identifier.
|
static void |
Validator.validate(PDRObject object)
Validates the provided PDR object against XMLSchema and expected content
and its format.
|
Constructor and Description |
---|
Identifier(PDRType type,
int instance,
int project,
int object)
Constructor with separated components.
|
Identifier(java.lang.String id)
Constructor with ID as
java.lang.String . |
IDRange(PDRType type,
int instance,
int project,
int lowerBound,
int upperBound)
Range of identifiers.
|
PDRObject(java.lang.String xmlContent)
Constructor with XML formatted PDR object.
|