Package org.drools.model.index
Class BetaIndexImpl<A,B,V>
- java.lang.Object
-
- org.drools.model.index.AbstractIndex<A,V>
-
- org.drools.model.index.AbstractBetaIndex<A,V>
-
- org.drools.model.index.BetaIndexImpl<A,B,V>
-
- All Implemented Interfaces:
BetaIndex<A,B,V>,BetaIndexN<A,V>,Index<A,V>
public class BetaIndexImpl<A,B,V> extends AbstractBetaIndex<A,V> implements BetaIndex<A,B,V>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.drools.model.Index
Index.ConstraintType, Index.IndexType
-
-
Constructor Summary
Constructors Constructor Description BetaIndexImpl(java.lang.Class<V> indexedClass, Index.ConstraintType constraintType, int indexId, Function1<A,V> leftOperandExtractor, Function1<B,?> rightOperandExtractor)BetaIndexImpl(java.lang.Class<V> indexedClass, Index.ConstraintType constraintType, int indexId, Function1<A,V> leftOperandExtractor, Function1<B,?> rightOperandExtractor, java.lang.Class<?> rightReturnType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Function1<B,?>getRightOperandExtractor()java.lang.StringtoString()-
Methods inherited from class org.drools.model.index.AbstractBetaIndex
getIndexType, getRightReturnType
-
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.BetaIndexN
getRightReturnType
-
Methods inherited from interface org.drools.model.Index
getConstraintType, getIndexedClass, getIndexId, getIndexType, getLeftOperandExtractor, negate
-
-