| Package | Description |
|---|---|
| org.protempa.proposition.value |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NumericalValue
Represents numerical values.
|
interface |
OrderedValue
A marker interface for indicating that an implementation of
Value
represents values that have an intrinsic order. |
interface |
Value
A value (number, string, category, etc.).
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanValue
A boolean value.
|
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 |
NominalValue
Represents a
String value. |
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.
|
class |
ValueList<V extends Value>
Represents lists of values.
|
Copyright © 2012–2016 Emory University. All rights reserved.