|
Class Summary |
| FirstTimePoint |
Functional reasoner that takes a CalendarTimePoint tp and a unit (e.g.,
'week', 'day'), and returns the first time point in the unit that
tp contains. |
| MinusTimePoint |
Functional reasoner that takes two CalendarTimePoints and returns
the number of milliseconds separating the points. |
| PlusTimePoint |
Functional reasoner that takes a CalendarTimePoint and an integer
representing a quantity of milliseconds and returns the timepoint
that results in increasing the former by the latter. |
| TimePointFunctionReasoner |
Abstract class of reasoners that deal with evaluable functions whose
arguments are TimePoints. |
| TimePointToInteger |
Functional reasoner that converts a CalendarTimePoint to an integer
value. |