org.drools.rule
Interface IndexableConstraint

All Superinterfaces:
Cloneable, Constraint, Externalizable, RuleComponent, Serializable
All Known Implementing Classes:
MvelConstraint, VariableConstraint

public interface IndexableConstraint
extends Constraint


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.drools.spi.Constraint
Constraint.ConstraintType
 
Method Summary
 InternalReadAccessor getFieldExtractor()
           
 IndexEvaluator getIndexEvaluator()
           
 Declaration getIndexingDeclaration()
           
 boolean isIndexable()
           
 boolean isUnification()
           
 
Methods inherited from interface org.drools.spi.Constraint
clone, getRequiredDeclarations, getType, isTemporal, replaceDeclaration
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 

Method Detail

isUnification

boolean isUnification()

isIndexable

boolean isIndexable()

getFieldExtractor

InternalReadAccessor getFieldExtractor()

getIndexEvaluator

IndexEvaluator getIndexEvaluator()

getIndexingDeclaration

Declaration getIndexingDeclaration()


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.