org.drools.rule
Interface IndexableConstraint

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

public interface IndexableConstraint
extends Constraint


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.drools.spi.Constraint
Constraint.ConstraintType
 
Method Summary
 FieldValue getField()
           
 InternalReadAccessor getFieldExtractor()
           
 AbstractHashTable.FieldIndex getFieldIndex()
           
 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()

getField

FieldValue getField()

getFieldIndex

AbstractHashTable.FieldIndex getFieldIndex()

getFieldExtractor

InternalReadAccessor getFieldExtractor()


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