JTP API Documentation

Uses of Class
jtp.time.func.TimePointFunctionReasoner

Packages that use TimePointFunctionReasoner
jtp.time.func   
 

Uses of TimePointFunctionReasoner in jtp.time.func
 

Subclasses of TimePointFunctionReasoner in jtp.time.func
 class 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.
 class MinusTimePoint
          Functional reasoner that takes two CalendarTimePoints and returns the number of milliseconds separating the points.
 class 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.
 class TimePointToInteger
          Functional reasoner that converts a CalendarTimePoint to an integer value.
 


JTP API Documentation