| Interface | Description |
|---|---|
| Granularity |
The units for a proposition's temporal or spatial position, represented as
the distance from some origin.
|
| GranularityFactory |
Access to the granularity of data provided by a data source.
|
| NumericalValue |
Represents numerical values.
|
| NumericalValueBuilder | |
| OrderedValue |
A marker interface for indicating that an implementation of
Value
represents values that have an intrinsic order. |
| OrderedValueBuilder | |
| Unit |
The units for a length.
|
| UnitFactory |
Access to the length units of data provided by a data source.
|
| Value |
A value (number, string, category, etc.).
|
| ValueBuilder<V extends Value> | |
| ValueVisitable |
Interface for accepting a value.
|
| ValueVisitor |
Interface for classes that do processing on propositions.
|
| Class | Description |
|---|---|
| AbsoluteTimeGranularity |
Defines absolute time temporal granularities.
|
| AbsoluteTimeGranularityFactory |
Access to
AbsoluteTimeGranularity objects. |
| AbsoluteTimeGranularityUtil | |
| AbsoluteTimeUnit |
Defines units of absolute time.
|
| AbsoluteTimeUnitFactory |
Access to
AbsoluteTimeUnit objects. |
| AbstractRelativeTimeUnit |
Base class for relative time units.
|
| AbstractTimeUnit |
Base class for defining time units.
|
| BooleanValue |
A boolean value.
|
| BooleanValueBuilder | |
| DateValue |
Represents dates and datetimes.
|
| DateValueBuilder | |
| 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.
|
| InequalityNumberValueBuilder | |
| NominalValue |
Represents a
String value. |
| NominalValueBuilder | |
| NumberValue |
Represents a number, either integral or floating point, with unbounded upper
and lower limit (subject to available memory).
|
| NumberValueBuilder | |
| OrdinalValue |
Represents ordinal string values.
|
| OrdinalValueBuilder | |
| RelativeDayGranularity |
Defines units of relative time.
|
| RelativeDayGranularityFactory |
Access to
RelativeDayGranularity objects. |
| RelativeDayUnit |
Defines units of relative time.
|
| RelativeDayUnitFactory |
Access to
RelativeDayUnit objects. |
| RelativeHourGranularity |
Defines units of relative time.
|
| RelativeHourGranularityFactory |
Access to
RelativeHourGranularity objects. |
| RelativeHourUnit |
Defines units of relative time.
|
| RelativeHourUnitFactory |
Access to
RelativeHourUnit objects. |
| Util | |
| ValueList<V extends Value> |
Represents lists of values.
|
| ValueListBuilder<V extends Value> |
| Enum | Description |
|---|---|
| ValueComparator |
Represents the possible valid comparisons between two
Value objects. |
| ValueType |
Represents types of values of propositions and properties, and provides a
method for parsing them from strings.
|
| Exception | Description |
|---|---|
| ValueComparatorFormatException |
Copyright © 2012–2017 Emory University. All rights reserved.