Package org.drools.model
Interface BetaIndex2<A,B,C,V>
-
- All Superinterfaces:
BetaIndexN<A,V>,Index<A,V>
- All Known Implementing Classes:
BetaIndex2Impl
public interface BetaIndex2<A,B,C,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()Function2<B,C,?>getRightOperandExtractor()-
Methods inherited from interface org.drools.model.BetaIndexN
getRightReturnType
-
Methods inherited from interface org.drools.model.Index
getConstraintType, getIndexedClass, getIndexId, getIndexType, getLeftOperandExtractor, negate
-
-