Package org.drools.model
Interface AlphaIndex<A,V>
-
- All Superinterfaces:
Index<A,V>
- All Known Implementing Classes:
AlphaIndexImpl
public interface AlphaIndex<A,V> extends Index<A,V>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.drools.model.Index
Index.ConstraintType, Index.IndexType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VgetRightValue()-
Methods inherited from interface org.drools.model.Index
getConstraintType, getIndexedClass, getIndexId, getIndexType, getLeftOperandExtractor, negate
-
-
-
-
Method Detail
-
getRightValue
V getRightValue()
-
-