Uses of Interface
org.drools.model.BetaIndex
-
Packages that use BetaIndex Package Description org.drools.model org.drools.model.index org.drools.model.view -
-
Uses of BetaIndex in org.drools.model
Methods in org.drools.model that return BetaIndex Modifier and Type Method Description static <T,U,V>
BetaIndex<T,U,V>PatternDSL. betaIndexedBy(Class<V> indexedClass, Index.ConstraintType constraintType, int indexId, Function1<T,V> leftOperandExtractor, Function1<U,?> rightOperandExtractor)static <T,U,V>
BetaIndex<T,U,V>PatternDSL. betaIndexedBy(Class<V> indexedClass, Index.ConstraintType constraintType, int indexId, Function1<T,V> leftOperandExtractor, Function1<U,?> rightOperandExtractor, Class<?> rightReturnType)Methods in org.drools.model with parameters of type BetaIndex Modifier and Type Method Description <U> PatternDSL.PatternDef<T>PatternDSL.PatternDef. expr(String exprId, Variable<U> var2, Predicate2<T,U> predicate, BetaIndex<T,U,?> index)<U> PatternDSL.PatternDef<T>PatternDSL.PatternDef. expr(String exprId, Variable<U> var2, Predicate2<T,U> predicate, BetaIndex<T,U,?> index, PatternDSL.ReactOn reactOn)<U> PatternDSL.PatternDef<T>PatternDSL.PatternDefImpl. expr(String exprId, Variable<U> var2, Predicate2<T,U> predicate, BetaIndex<T,U,?> index)<U> PatternDSL.PatternDef<T>PatternDSL.PatternDefImpl. expr(String exprId, Variable<U> var2, Predicate2<T,U> predicate, BetaIndex<T,U,?> index, PatternDSL.ReactOn reactOn)Constructors in org.drools.model with parameters of type BetaIndex Constructor Description PatternExpr2(String exprId, Variable<U> var2, Predicate2<T,U> predicate, BetaIndex<T,U,?> index, PatternDSL.ReactOn reactOn) -
Uses of BetaIndex in org.drools.model.index
Classes in org.drools.model.index that implement BetaIndex Modifier and Type Class Description classBetaIndexImpl<A,B,V> -
Uses of BetaIndex in org.drools.model.view
Methods in org.drools.model.view that return BetaIndex Modifier and Type Method Description BetaIndex<T,U,?>Expr2ViewItemImpl. getIndex()
-