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

AbstractHashTable.FieldIndex (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.util
Class AbstractHashTable.FieldIndex

java.lang.Object
  extended by org.drools.util.AbstractHashTable.FieldIndex
Enclosing class:
AbstractHashTable

public static class AbstractHashTable.FieldIndex
extends Object


Field Summary
 Evaluator evaluator
           
 
Constructor Summary
AbstractHashTable.FieldIndex(FieldExtractor extractor, Declaration declaration, Evaluator evaluator)
           
 
Method Summary
 Declaration getDeclaration()
           
 Evaluator getEvaluator()
           
 FieldExtractor getExtractor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

evaluator

public Evaluator evaluator
Constructor Detail

AbstractHashTable.FieldIndex

public AbstractHashTable.FieldIndex(FieldExtractor extractor,
                                    Declaration declaration,
                                    Evaluator evaluator)
Method Detail

getDeclaration

public Declaration getDeclaration()

getExtractor

public FieldExtractor getExtractor()

getEvaluator

public Evaluator getEvaluator()


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