Interface TemporalPredicate

All Known Implementing Classes:
AbstractTemporalPredicate, AfterPredicate, BeforePredicate, CoincidesPredicate, DuringPredicate, FinishedbyPredicate, FinishesPredicate, IncludesPredicate, MeetsPredicate, MetbyPredicate, OverlappedbyPredicate, OverlapsPredicate, StartedbyPredicate, StartsPredicate

public interface TemporalPredicate
  • Method Details

    • evaluate

      boolean evaluate(long start1, long duration1, long end1, long start2, long duration2, long end2)
    • getInterval

      Interval getInterval()
    • isNegated

      boolean isNegated()
    • negate

    • isThisOnRight

      boolean isThisOnRight()
    • thisOnRight

      TemporalPredicate thisOnRight()