JTP API Documentation

Uses of Class
jtp.time.tp.TimePoint

Packages that use TimePoint
jtp.time.demod   
jtp.time.tlgraph   
jtp.time.tp   
 

Uses of TimePoint in jtp.time.demod
 

Methods in jtp.time.demod that return TimePoint
 TimePoint TimePointMapper.mapTimePoint(Object obj)
           
 TimePoint TimePointMapper.mapTimePoint(Object obj, boolean mapSymbols)
           
 TimePoint TimePointMapper.getMetricPoint(List datespec)
           
 TimePoint TimePointMapper.getTimePoint(Object tpspec)
           
 TimePoint TimePointMapper.getTimeIntervalFnPoint(List tpspec)
          If funtion element is of the form (starting-point (time-interval-fn A B)), then replace the expression with A.
 

Uses of TimePoint in jtp.time.tlgraph
 

Methods in jtp.time.tlgraph with parameters of type TimePoint
 void Node.addTimePoint(TimePoint tp)
           
 void Node.addEqualReasoningStep(TimePoint tp, ReasoningStep rs)
           
 void Node.addEqualityMap(TimePoint tp, Map equalRS)
           
 byte TLGraph.query(TimePoint a, TimePoint b)
           
 byte TLGraph.query(TimePoint a, TimePoint b)
           
 CalendarTimePoint TLGraph.getMaximumBeforeOrEqualLocation(TimePoint tp)
          Finds the CalendarTimePoint which occurs just before or at the same time as tp.
 CalendarTimePoint TLGraph.getMinimumAfterOrEqualLocation(TimePoint tp)
          Finds the CalendarTimePoint which occurs just after or at the same time as tp.
 Collection TLGraph.getAllPointsAfter(TimePoint tp)
           
 Collection TLGraph.getAllPointsAfterOrEqual(TimePoint tp)
           
 Collection TLGraph.getAllPointsBefore(TimePoint tp)
           
 Collection TLGraph.getAllPointsBeforeOrEqual(TimePoint tp)
           
 Collection TLGraph.getAllPointsAfter(TimePoint tp, int maxDepth)
           
 Collection TLGraph.getAllPointsAfterOrEqual(TimePoint tp, int maxDepth)
           
 Collection TLGraph.getAllPointsBefore(TimePoint tp, int maxDepth)
           
 Collection TLGraph.getAllPointsBeforeOrEqual(TimePoint tp, int maxDepth)
           
 Collection TLGraph.getAllPointsEqual(TimePoint tp)
           
 void TLGraph.update(TimePoint tp1, byte relation, TimePoint tp2)
           
 void TLGraph.update(TimePoint tp1, byte relation, TimePoint tp2)
           
 void TLGraph.update(TimePoint tp1, byte relation, TimePoint tp2, ReasoningStep rs)
           
 void TLGraph.update(TimePoint tp1, byte relation, TimePoint tp2, ReasoningStep rs)
           
 ReasoningStep TLGraph.proveRelation(TimePoint tp1, TimePoint tp2, byte relation)
           
 ReasoningStep TLGraph.proveRelation(TimePoint tp1, TimePoint tp2, byte relation)
           
 

Uses of TimePoint in jtp.time.tp
 

Subclasses of TimePoint in jtp.time.tp
 class CalendarTimePoint
          A representation for time points that is grounded in an instance of GregorianCalendar.
 


JTP API Documentation