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

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


Uses of Interface
org.drools.spi.Evaluator

Packages that use Evaluator
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.util   
 

Uses of Evaluator in org.drools.base
 

Classes in org.drools.base that implement Evaluator
 class BaseEvaluator
          BaseEvaluator is an Object Comparator that is operator aware
 

Methods in org.drools.base that return Evaluator
 Evaluator ValueType.getEvaluator(Operator operator)
           
 

Uses of Evaluator in org.drools.base.evaluators
 

Classes in org.drools.base.evaluators that implement Evaluator
 class BaseMemberOfEvaluator
          This is a base class for MemberOf Evaluators
 class BaseNotMemberOfEvaluator
          This is a base class for Not MemberOf Evaluators
 

Methods in org.drools.base.evaluators that return Evaluator
 Evaluator StringFactory.getEvaluator(Operator operator)
           
 Evaluator ShortFactory.getEvaluator(Operator operator)
           
 Evaluator ObjectFactory.getEvaluator(Operator operator)
           
 Evaluator LongFactory.getEvaluator(Operator operator)
           
 Evaluator IntegerFactory.getEvaluator(Operator operator)
           
 Evaluator FloatFactory.getEvaluator(Operator operator)
           
 Evaluator FactTemplateFactory.getEvaluator(Operator operator)
           
 Evaluator EvaluatorFactory.getEvaluator(Operator operator)
           
 Evaluator DoubleFactory.getEvaluator(Operator operator)
           
 Evaluator DateFactory.getEvaluator(Operator operator)
           
 Evaluator CharacterFactory.getEvaluator(Operator operator)
           
 Evaluator ByteFactory.getEvaluator(Operator operator)
           
 Evaluator BooleanFactory.getEvaluator(Operator operator)
           
 Evaluator BigIntegerFactory.getEvaluator(Operator operator)
           
 Evaluator BigDecimalFactory.getEvaluator(Operator operator)
           
 Evaluator ArrayFactory.getEvaluator(Operator operator)
           
 

Uses of Evaluator in org.drools.rule
 

Methods in org.drools.rule that return Evaluator
 Evaluator VariableRestriction.getEvaluator()
           
 Evaluator VariableConstraint.getEvaluator()
           
 Evaluator ReturnValueRestriction.getEvaluator()
           
 Evaluator ReturnValueConstraint.getEvaluator()
           
 Evaluator LiteralRestriction.getEvaluator()
           
 Evaluator LiteralConstraint.getEvaluator()
           
 

Constructors in org.drools.rule with parameters of type Evaluator
LiteralConstraint(FieldExtractor extractor, Evaluator evaluator, FieldValue field)
           
LiteralRestriction(FieldValue field, Evaluator evaluator, FieldExtractor fieldExtractor)
           
ReturnValueRestriction(FieldExtractor fieldExtractor, Declaration[] previousDeclarations, Declaration[] localDeclarations, String[] requiredGlobals, Evaluator evaluator)
           
ReturnValueRestriction(FieldExtractor fieldExtractor, ReturnValueExpression returnValueExpression, Declaration[] previousDeclarations, Declaration[] localDeclarations, String[] requiredGlobals, Evaluator evaluator)
           
VariableConstraint(FieldExtractor fieldExtractor, Declaration declaration, Evaluator evaluator)
           
VariableRestriction(FieldExtractor fieldExtractor, Declaration declaration, Evaluator evaluator)
           
 

Uses of Evaluator in org.drools.util
 

Fields in org.drools.util declared as Evaluator
 Evaluator AbstractHashTable.FieldIndex.evaluator
           
 

Methods in org.drools.util that return Evaluator
 Evaluator AbstractHashTable.FieldIndex.getEvaluator()
           
 

Constructors in org.drools.util with parameters of type Evaluator
AbstractHashTable.FieldIndex(FieldExtractor extractor, Declaration declaration, Evaluator evaluator)
           
 



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