public class IncludesPredicate extends AbstractTemporalPredicate<IncludesPredicate>
negated
Constructor and Description |
---|
IncludesPredicate() |
IncludesPredicate(long max,
TimeUnit maxUnit) |
IncludesPredicate(long min,
TimeUnit minUnit,
long max,
TimeUnit maxUnit) |
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(IncludesPredicate other) |
String |
toString() |
isEqualTo, isNegated, negate, setNegated
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
areEqualInModel, areEqualInModel, areEqualInModel, areEqualInModel
public IncludesPredicate()
public IncludesPredicate(long max, TimeUnit maxUnit)
public Interval getInterval()
public boolean evaluate(long start1, long duration1, long end1, long start2, long duration2, long end2)
protected boolean isTemporalPredicateEqualTo(IncludesPredicate other)
isTemporalPredicateEqualTo
in class AbstractTemporalPredicate<IncludesPredicate>
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.