Package org.drools.model.index
Class BetaIndex3Impl<A,B,C,D,V>
- java.lang.Object
-
- org.drools.model.index.AbstractIndex<A,V>
-
- org.drools.model.index.AbstractBetaIndex<A,V>
-
- org.drools.model.index.BetaIndex3Impl<A,B,C,D,V>
-
- All Implemented Interfaces:
BetaIndex3<A,B,C,D,V>,BetaIndexN<A,V>,Index<A,V>
public class BetaIndex3Impl<A,B,C,D,V> extends AbstractBetaIndex<A,V> implements BetaIndex3<A,B,C,D,V>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.drools.model.Index
Index.ConstraintType, Index.IndexType
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Function3<B,C,D,?>getRightOperandExtractor()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.BetaIndex3
getArity
-
Methods inherited from interface org.drools.model.BetaIndexN
getRightReturnType
-
Methods inherited from interface org.drools.model.Index
getConstraintType, getIndexedClass, getIndexId, getIndexType, getLeftOperandExtractor, negate
-
-