Uses of Class
org.drools.time.Interval

Packages that use Interval
org.drools.base   
org.drools.base.evaluators   
org.drools.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. 
org.drools.spi   
org.drools.time   
 

Uses of Interval in org.drools.base
 

Methods in org.drools.base that return Interval
 Interval EvaluatorWrapper.getInterval()
           
 Interval BaseEvaluator.getInterval()
           
 

Uses of Interval in org.drools.base.evaluators
 

Methods in org.drools.base.evaluators that return Interval
 Interval OverlapsEvaluatorDefinition.OverlapsEvaluator.getInterval()
           
 Interval OverlappedByEvaluatorDefinition.OverlappedByEvaluator.getInterval()
           
 Interval BeforeEvaluatorDefinition.BeforeEvaluator.getInterval()
           
 Interval DuringEvaluatorDefinition.DuringEvaluator.getInterval()
           
 Interval StartsEvaluatorDefinition.StartsEvaluator.getInterval()
           
 Interval IncludesEvaluatorDefinition.IncludesEvaluator.getInterval()
           
 Interval StartedByEvaluatorDefinition.StartedByEvaluator.getInterval()
           
 Interval FinishedByEvaluatorDefinition.FinishedByEvaluator.getInterval()
           
 Interval MeetsEvaluatorDefinition.MeetsEvaluator.getInterval()
           
 Interval AfterEvaluatorDefinition.AfterEvaluator.getInterval()
           
 Interval MetByEvaluatorDefinition.MetByEvaluator.getInterval()
           
 Interval CoincidesEvaluatorDefinition.CoincidesEvaluator.getInterval()
           
 Interval FinishesEvaluatorDefinition.FinishesEvaluator.getInterval()
           
 

Uses of Interval in org.drools.rule
 

Methods in org.drools.rule that return Interval
 Interval VariableRestriction.getInterval()
           
 Interval UnificationRestriction.getInterval()
           
 Interval VariableConstraint.getInterval()
           
 

Uses of Interval in org.drools.spi
 

Methods in org.drools.spi that return Interval
 Interval Evaluator.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.time
 

Methods in org.drools.time that return 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.
 Interval Interval.clone()
           
 Interval[][] TemporalDependencyMatrix.getMatrix()
           
 

Methods in org.drools.time with parameters of type Interval
 void Interval.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.
 void Interval.intersect(Interval another)
          Calculates the value of the intersection between this Interval and another interval.
 void TemporalDependencyMatrix.setMatrix(Interval[][] matrix)
           
 

Constructors in org.drools.time with parameters of type Interval
TemporalDependencyMatrix(Interval[][] matrix, List<Pattern> events)
           
 



Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.