Package org.drools.model
Interface BetaIndex<A,B,V>
-
- All Superinterfaces:
BetaIndexN<A,V>,Index<A,V>
- All Known Implementing Classes:
BetaIndexImpl
public interface BetaIndex<A,B,V> extends BetaIndexN<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 Default Methods Modifier and Type Method Description default intgetArity()Function1<B,?>getRightOperandExtractor()-
Methods inherited from interface org.drools.model.BetaIndexN
getRightReturnType
-
Methods inherited from interface org.drools.model.Index
getConstraintType, getIndexedClass, getIndexId, getIndexType, getLeftOperandExtractor, negate
-
-