Class AfterPredicate
java.lang.Object
org.drools.model.functions.temporal.AbstractTemporalPredicate<AfterPredicate>
org.drools.model.functions.temporal.AfterPredicate
- All Implemented Interfaces:
TemporalPredicate,ModelComponent
-
Field Summary
Fields inherited from class org.drools.model.functions.temporal.AbstractTemporalPredicate
negated, thisOnRight -
Constructor Summary
ConstructorsConstructorDescriptionAfterPredicate(long dev, TimeUnit devUnit) AfterPredicate(long startDev, TimeUnit startDevUnit, long endDev, TimeUnit endDevUnit) -
Method Summary
Methods inherited from class org.drools.model.functions.temporal.AbstractTemporalPredicate
isEqualTo, isNegated, isThisOnRight, negate, setNegated, thisOnRight
-
Constructor Details
-
AfterPredicate
public AfterPredicate() -
AfterPredicate
-
AfterPredicate
-
-
Method Details
-
toString
-
evaluate
public boolean evaluate(long start1, long duration1, long end1, long start2, long duration2, long end2) -
getInterval
-
isTemporalPredicateEqualTo
- Specified by:
isTemporalPredicateEqualToin classAbstractTemporalPredicate<AfterPredicate>
-