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