Package org.drools.model
Interface BetaIndexN<A,V>
-
- All Superinterfaces:
Index<A,V>
- All Known Subinterfaces:
BetaIndex<A,B,V>,BetaIndex2<A,B,C,V>,BetaIndex3<A,B,C,D,V>,BetaIndex4<A,B,C,D,E,V>
- All Known Implementing Classes:
AbstractBetaIndex,BetaIndex2Impl,BetaIndex3Impl,BetaIndex4Impl,BetaIndexImpl
public interface BetaIndexN<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 intgetArity()java.lang.Class<?>getRightReturnType()-
Methods inherited from interface org.drools.model.Index
getConstraintType, getIndexedClass, getIndexId, getIndexType, getLeftOperandExtractor, negate
-
-