| Interface | Description |
|---|---|
| TemporalExpression |
Interface for expressions that resolve to temporal objects.
|
| Class | Description |
|---|---|
| After |
Predicate that passes when the first operand takes place after the second operand.
|
| Before |
Predicate that passes when the first operand takes place before the second operand.
|
| BeforeOrDuring |
Predicate that passes when the first operand takes place before or during the second operand.
|
| BinaryTemporalPredicate |
Abstract class for comparing two temporal expressions.
|
| During |
Predicate that passes when the first operand takes place during the second operand.
|
| DuringOrAfter |
Predicate that passes when the first operand takes place during or after the second operand.
|
| TemporalBetween |
Predicate that passes when the first operand is between the provided lower and upper bound
operands.
|
| TemporalEqualTo |
Predicate that passes when the first operand is equal to the second operand.
|
| TemporalFieldValue |
A field value implementation for temporal adapter fields.
|
| TemporalLiteral |
A temporal implementation of literal, representing temporal literal objects.
|
| TemporalNotEqualTo |
Predicate that passes when the first operand is not equal to the second operand.
|
| TimeOverlaps |
Predicate that passes when the first operand overlaps the second operand at any point in time.
|
Copyright © 2013–2021. All rights reserved.