Uses of Class
org.drools.base.time.Interval
-
Packages that use Interval Package Description org.drools.base.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.org.drools.base.rule.accessor org.drools.base.time -
-
Uses of Interval in org.drools.base.rule
Methods in org.drools.base.rule that return Interval Modifier and Type Method Description IntervalIntervalProviderConstraint. getInterval() -
Uses of Interval in org.drools.base.rule.accessor
Methods in org.drools.base.rule.accessor that return Interval Modifier and Type Method Description IntervalEvaluator. getInterval()In case this is a temporal evaluator, returns the interval in which this evaluator may match the target fact -
Uses of Interval in org.drools.base.time
Methods in org.drools.base.time that return Interval Modifier and Type Method Description static Interval[][]TimeUtils. calculateTemporalDistance(Interval[][] constraintMatrix)This method calculates the transitive closure of the given adjacency matrix in order to find the temporal distance between each event represented in the adjacency matrix.IntervalInterval. clone()Methods in org.drools.base.time with parameters of type Interval Modifier and Type Method Description voidInterval. add(Interval another)Calculates the path addition of this interval with another interval.static Interval[][]TimeUtils. calculateTemporalDistance(Interval[][] constraintMatrix)This method calculates the transitive closure of the given adjacency matrix in order to find the temporal distance between each event represented in the adjacency matrix.voidInterval. intersect(Interval another)Calculates the value of the intersection between this Interval and another interval.
-