Did you know ... | Search Documentation: |
Pack logtalk -- logtalk-3.85.0/manuals/_sources/libraries/intervals.rst.txt |
.. _library_intervals:
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).
Open the `../../docs/library_index.html#intervals <../../docs/library_index.html#intervals>`__ link in a web browser.
To load all entities in this library, load the loader.lgt
file:
::
| ?- logtalk_load(intervals(loader))
.
To test this library predicates, load the tester.lgt
file:
::
| ?- logtalk_load(intervals(tester))
.