SuanShu, a Java numerical and statistical library

com.numericalmethod.suanshu.interval
Interface Algebra


public interface Algebra

Allen's Interval Algebra is a calculus for temporal reasoning that was introduced by James F. Allen in 1983. The calculus defines possible relations between time intervals and provides a composition table that can be used as a basis for reasoning about temporal descriptions of events.

We have implemented the 13 base relations that capture the possible relations between two intervals.

See Also:
Wikipedia: Allen's Interval Algebra

Nested Class Summary
static class Algebra.Relation
           
 


SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.