public interface TemporalPredicate
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(long start1,
long duration1,
long end1,
long start2,
long duration2,
long end2) |
Interval |
getInterval() |
boolean |
isNegated() |
boolean |
isThisOnRight() |
TemporalPredicate |
negate() |
TemporalPredicate |
thisOnRight() |
boolean evaluate(long start1,
long duration1,
long end1,
long start2,
long duration2,
long end2)
Interval getInterval()
boolean isNegated()
TemporalPredicate negate()
boolean isThisOnRight()
TemporalPredicate thisOnRight()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.