Package org.drools.model.index
Class AlphaIndexImpl<A,V>
- java.lang.Object
-
- org.drools.model.index.AbstractIndex<A,V>
-
- org.drools.model.index.AlphaIndexImpl<A,V>
-
- All Implemented Interfaces:
AlphaIndex<A,V>,Index<A,V>
public class AlphaIndexImpl<A,V> extends AbstractIndex<A,V> implements AlphaIndex<A,V>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.drools.model.Index
Index.ConstraintType, Index.IndexType
-
-
Constructor Summary
Constructors Constructor Description AlphaIndexImpl(java.lang.Class<V> indexedClass, Index.ConstraintType constraintType, int indexId, Function1<A,V> leftOperandExtractor, V rightValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Index.IndexTypegetIndexType()VgetRightValue()java.lang.StringtoString()-
Methods inherited from class org.drools.model.index.AbstractIndex
getConstraintType, getIndexedClass, getIndexId, getLeftOperandExtractor, negate
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.drools.model.Index
getConstraintType, getIndexedClass, getIndexId, getLeftOperandExtractor, negate
-
-
-
-
Method Detail
-
getRightValue
public V getRightValue()
- Specified by:
getRightValuein interfaceAlphaIndex<A,V>
-
getIndexType
public Index.IndexType getIndexType()
- Specified by:
getIndexTypein interfaceIndex<A,V>
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-