Package org.drools.model.index
Class AbstractBetaIndex<A,V>
- java.lang.Object
-
- org.drools.model.index.AbstractIndex<A,V>
-
- org.drools.model.index.AbstractBetaIndex<A,V>
-
- All Implemented Interfaces:
BetaIndexN<A,V>,Index<A,V>
- Direct Known Subclasses:
BetaIndex2Impl,BetaIndex3Impl,BetaIndex4Impl,BetaIndexImpl
public abstract class AbstractBetaIndex<A,V> extends AbstractIndex<A,V> implements BetaIndexN<A,V>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.drools.model.Index
Index.ConstraintType, Index.IndexType
-
-
Constructor Summary
Constructors Constructor Description AbstractBetaIndex(java.lang.Class<V> indexedClass, Index.ConstraintType constraintType, int indexId, Function1<A,V> leftOperandExtractor, java.lang.Class<?> rightReturnType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Index.IndexTypegetIndexType()java.lang.Class<?>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, toString, wait, wait, wait
-
Methods inherited from interface org.drools.model.BetaIndexN
getArity
-
Methods inherited from interface org.drools.model.Index
getConstraintType, getIndexedClass, getIndexId, getLeftOperandExtractor, negate
-
-
-
-
Constructor Detail
-
AbstractBetaIndex
public AbstractBetaIndex(java.lang.Class<V> indexedClass, Index.ConstraintType constraintType, int indexId, Function1<A,V> leftOperandExtractor, java.lang.Class<?> rightReturnType)
-
-
Method Detail
-
getIndexType
public Index.IndexType getIndexType()
- Specified by:
getIndexTypein interfaceIndex<A,V>
-
getRightReturnType
public java.lang.Class<?> getRightReturnType()
- Specified by:
getRightReturnTypein interfaceBetaIndexN<A,V>
-
-