Uses of Interface
org.drools.spi.Tuple

Packages that use Tuple
org.drools.rule   
org.drools.semantics.base   
org.drools.semantics.groovy   
org.drools.semantics.java   
org.drools.semantics.python   
org.drools.spi   
 

Uses of Tuple in org.drools.rule
 

Methods in org.drools.rule with parameters of type Tuple
 long FixedDuration.getDuration(Tuple tuple)
           
 

Uses of Tuple in org.drools.semantics.base
 

Methods in org.drools.semantics.base with parameters of type Tuple
 long BaseDuration.getDuration(Tuple tuple)
           
 

Uses of Tuple in org.drools.semantics.groovy
 

Methods in org.drools.semantics.groovy with parameters of type Tuple
 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.
 java.lang.Object Eval.evaluate(Tuple tuple)
          Evaluate.
protected  groovy.lang.ScriptContext Interp.setUpDictionary(Tuple tuple)
          Configure a ScriptContext using a Tuple for variable bindings.
 void Exec.execute(Tuple tuple)
          Execute.
 void BlockConsequence.invoke(Tuple tuple, WorkingMemory workingMemory)
          Execute the consequence for the supplied matching Tuple.
 

Uses of Tuple in org.drools.semantics.java
 

Methods in org.drools.semantics.java with parameters of type Tuple
 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.
 java.lang.Object Interp.evaluate(Tuple tuple)
          Evaluate.
protected  bsh.NameSpace Interp.setUpNameSpace(Tuple tuple)
          Configure a NameSpace using a Tuple for variable bindings.
 void BlockConsequence.invoke(Tuple tuple, WorkingMemory workingMemory)
          Execute the consequence for the supplied matching Tuple.
 

Uses of Tuple in org.drools.semantics.python
 

Methods in org.drools.semantics.python with parameters of type Tuple
 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.
 java.lang.Object Eval.evaluate(Tuple tuple)
          Evaluate.
protected  org.python.core.PyDictionary Interp.setUpDictionary(Tuple tuple)
          Configure a PyDictionary using a Tuple for variable bindings.
 void Exec.execute(Tuple tuple)
          Execute.
 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 that return Tuple
 Tuple Activation.getTuple()
          Retrieve the Tuple that was activated.
 

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