站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

Uses of Interface org.drools.spi.Tuple (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


Uses of Interface
org.drools.spi.Tuple

Packages that use Tuple
org.drools This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory 
org.drools.base   
org.drools.base.dataproviders   
org.drools.base.mvel   
org.drools.common   
org.drools.reteoo   
org.drools.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. 
org.drools.spi   
 

Uses of Tuple in org.drools
 

Fields in org.drools declared as Tuple
protected  Tuple QueryResult.tuple
           
 

Constructors in org.drools with parameters of type Tuple
QueryResult(Tuple tuple, WorkingMemory workingMemory, QueryResults queryResults)
           
 

Uses of Tuple in org.drools.base
 

Methods in org.drools.base that return Tuple
 Tuple DefaultKnowledgeHelper.getTuple()
           
 

Methods in org.drools.base with parameters of type Tuple
 long BaseDuration.getDuration(Tuple tuple)
          Retrieves the duration for which the conditions of this Tuple must remain true before the rule will fire.
 

Uses of Tuple in org.drools.base.dataproviders
 

Methods in org.drools.base.dataproviders with parameters of type Tuple
 Iterator MVELDataProvider.getResults(Tuple tuple, WorkingMemory wm, PropagationContext ctx)
           
 

Uses of Tuple in org.drools.base.mvel
 

Methods in org.drools.base.mvel with parameters of type Tuple
 FieldValue MVELReturnValueExpression.evaluate(Object object, Tuple tuple, Declaration[] previousDeclarations, Declaration[] requiredDeclarations, WorkingMemory workingMemory)
           
 boolean MVELPredicateExpression.evaluate(Object object, Tuple tuple, Declaration[] previousDeclarations, Declaration[] requiredDeclarations, WorkingMemory workingMemory)
           
 boolean MVELEvalExpression.evaluate(Tuple tuple, Declaration[] requiredDeclarations, WorkingMemory workingMemory)
           
 void DroolsMVELFactory.setContext(Tuple tuple, Object object, WorkingMemory workingMemory)
           
 

Uses of Tuple in org.drools.common
 

Methods in org.drools.common that return Tuple
 Tuple ScheduledAgendaItem.getTuple()
          Retrieve the tuple.
 Tuple AgendaItem.getTuple()
          Retrieve the tuple.
 

Constructors in org.drools.common with parameters of type Tuple
AgendaItem(long activationNumber, Tuple tuple, PropagationContext context, Rule rule, GroupElement subrule)
          Construct.
ScheduledAgendaItem(long activationNumber, Tuple tuple, InternalAgenda agenda, PropagationContext context, Rule rule, GroupElement subrule)
          Construct.
 

Uses of Tuple in org.drools.reteoo
 

Classes in org.drools.reteoo that implement Tuple
 class ReteTuple
           
 

Uses of Tuple in org.drools.rule
 

Methods in org.drools.rule with parameters of type Tuple
 Object Accumulate.accumulate(Tuple leftTuple, List matchingObjects, WorkingMemory workingMemory)
           
 long FixedDuration.getDuration(Tuple tuple)
           
 boolean ReturnValueRestriction.isAllowed(Extractor extractor, Object object, Tuple tuple, WorkingMemory workingMemory)
           
 boolean EvalCondition.isAllowed(Tuple tuple, WorkingMemory workingMemory)
           
 

Uses of Tuple in org.drools.spi
 

Methods in org.drools.spi that return Tuple
 Tuple KnowledgeHelper.getTuple()
           
 Tuple Activation.getTuple()
          Retrieve the Tuple that was activated.
 

Methods in org.drools.spi with parameters of type Tuple
 Object Accumulator.accumulate(Tuple leftTuple, List matchingObjects, Declaration[] declarations, Declaration[] innerDeclarations, WorkingMemory workingMemory)
           
 FieldValue ReturnValueExpression.evaluate(Object object, Tuple tuple, Declaration[] previousDeclarations, Declaration[] localDeclarations, WorkingMemory workingMemory)
           
 boolean PredicateExpression.evaluate(Object object, Tuple tuple, Declaration[] previousDeclarations, Declaration[] localDeclarations, WorkingMemory workingMemory)
           
 boolean EvalExpression.evaluate(Tuple tuple, Declaration[] requiredDeclarations, WorkingMemory workingMemory)
           
 long Duration.getDuration(Tuple tuple)
           Retrieve the duration for which the conditions of this Tuple must remain true before the rule will fire.
 Iterator DataProvider.getResults(Tuple tuple, WorkingMemory wm, PropagationContext ctx)
           
 



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