Uses of Class
org.drools.base.time.Interval
Packages that use Interval
Package
Description
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
-
Uses of Interval in org.drools.base.rule
Methods in org.drools.base.rule that return Interval -
Uses of Interval in org.drools.base.rule.accessor
Methods in org.drools.base.rule.accessor that return IntervalModifier and TypeMethodDescriptionEvaluator.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 IntervalModifier and TypeMethodDescriptionstatic 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.Interval.clone()Methods in org.drools.base.time with parameters of type IntervalModifier and TypeMethodDescriptionvoidCalculates 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.voidCalculates the value of the intersection between this Interval and another interval.