JTP API Documentation

Uses of Class
jtp.func.EvaluableFunctionReasoner

Packages that use EvaluableFunctionReasoner
jtp.time.func   
 

Uses of EvaluableFunctionReasoner in jtp.time.func
 

Subclasses of EvaluableFunctionReasoner 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 TimePointFunctionReasoner
          Abstract class of reasoners that deal with evaluable functions whose arguments are TimePoints.
 class TimePointToInteger
          Functional reasoner that converts a CalendarTimePoint to an integer value.
 


JTP API Documentation