public class AfterPredicate extends AbstractTemporalPredicate<AfterPredicate>
negated
Constructor and Description |
---|
AfterPredicate() |
AfterPredicate(long dev,
TimeUnit devUnit) |
AfterPredicate(long startDev,
TimeUnit startDevUnit,
long endDev,
TimeUnit endDevUnit) |
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate(long start1,
long duration1,
long end1,
long start2,
long duration2,
long end2) |
Interval |
getInterval() |
protected boolean |
isTemporalPredicateEqualTo(AfterPredicate other) |
String |
toString() |
isEqualTo, isNegated, setNegated
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
areEqualInModel, areEqualInModel, areEqualInModel, areEqualInModel
public AfterPredicate()
public AfterPredicate(long dev, TimeUnit devUnit)
public boolean evaluate(long start1, long duration1, long end1, long start2, long duration2, long end2)
public Interval getInterval()
protected boolean isTemporalPredicateEqualTo(AfterPredicate other)
isTemporalPredicateEqualTo
in class AbstractTemporalPredicate<AfterPredicate>
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.