intervals
ï
This library provides an intervalp
protocol and an interval
object that implement basic temporal interval relations protocol (based
on the James F. Allen Interval Algebra work).
API documentationï
Open the ../../docs/library_index.html#intervals link in a web browser.
Loadingï
To load all entities in this library, load the loader.lgt
file:
| ?- logtalk_load(intervals(loader)).
Testingï
To test this library predicates, load the tester.lgt
file:
| ?- logtalk_load(intervals(tester)).