Uses of Interface
org.drools.spi.Tuple

Packages that use Tuple
org.drools.reteoo.impl Implementation of the Rete-OO algorithm. 
org.drools.rule Rule assembly components. 
org.drools.semantics.java Java Semantic Module. 
org.drools.spi Semantic Provider Interface for extending rule semantics. 
 

Uses of Tuple in org.drools.reteoo.impl
 

Classes in org.drools.reteoo.impl that implement Tuple
 class ReteTuple
          Base Rete-OO Tuple implementation.
 

Uses of Tuple in org.drools.rule
 

Methods in org.drools.rule with parameters of type Tuple
 long FixedDuration.getDuration(Tuple tuple)
          Retrieve the truthness duration.
 long Rule.getDuration(Tuple tuple)
          Retrieve the truthness duration.
 

Uses of Tuple in org.drools.semantics.java
 

Methods in org.drools.semantics.java with parameters of type Tuple
 java.lang.Object Interp.evaluate(Tuple tuple)
          Evaluate.
protected  void Interp.setUpInterpreter(Tuple tuple)
          Configure the interpreter using a Tuple for variable bindings.
protected  void Interp.cleanUpInterpreter(Tuple tuple)
          Unconfigure the interpreter using a Tuple for variable bindings.
 java.lang.Object ExprExtractor.extractFact(Tuple tuple)
          Extract a new fact from the incoming Tuple
 boolean ExprCondition.isAllowed(Tuple tuple)
          Determine if the supplied Tuple is allowed by this condition.
 void BlockConsequence.invoke(Tuple tuple, WorkingMemory workingMemory)
          Execute the consequence for the supplied matching Tuple.
 

Uses of Tuple in org.drools.spi
 

Methods in org.drools.spi with parameters of type Tuple
 long Duration.getDuration(Tuple tuple)
          Retrieve the truthness duration.
 java.lang.Object Extractor.extractFact(Tuple tuple)
          Extract a new fact from the incoming Tuple
 void Action.invoke(Tuple tuple, WorkingMemory workingMemory)
          Execute the action for the supplied matching Tuple.
 void Consequence.invoke(Tuple tuple, WorkingMemory workingMemory)
          Execute the consequence for the supplied matching Tuple.
 boolean Condition.isAllowed(Tuple tuple)
          Determine if the supplied Tuple is allowed by this condition.
 



Copyright © 2001-2002 The Werken Company. All Rights Reserved.