| Package | Description |
|---|---|
| org.protempa.proposition.value | |
| org.protempa.valueset |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NumericalValue
Represents numerical values.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DateValue
Represents dates and datetimes.
|
class |
InequalityNumberValue
Represents a test result that is outside of the reportable range of the test
and thus is reported prefixed with a greater than or less than sign.
|
class |
NumberValue
Represents a number, either integral or floating point, with unbounded upper
and lower limit (subject to available memory).
|
class |
OrdinalValue
Represents ordinal string values.
|
| Modifier and Type | Method and Description |
|---|---|
OrderedValue |
ValueSet.getLowerBound()
Gets the lower bound of this value set, if specified.
|
OrderedValue |
ValueSet.getUpperBound()
Gets the upper bound of this value set, if specified.
|
| Constructor and Description |
|---|
ValueSet(String id,
String displayName,
OrderedValue lowerBound,
OrderedValue upperBound,
SourceId sourceId) |
Copyright © 2012–2017 Emory University. All rights reserved.