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)
|