Package org.drools.model.view
Class Expr3ViewItemImpl<A,B,C>
- java.lang.Object
-
- org.drools.model.view.AbstractExprViewItem<A>
-
- org.drools.model.view.Expr3ViewItemImpl<A,B,C>
-
- All Implemented Interfaces:
RuleItem,RuleItemBuilder<ViewItem<A>>,Expr3ViewItem<A,B,C>,ExprNViewItem<A>,ExprViewItem<A>,ViewItem<A>,ViewItemBuilder<A>
public class Expr3ViewItemImpl<A,B,C> extends AbstractExprViewItem<A> implements Expr3ViewItem<A,B,C>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BetaIndex2<A,B,C,?>getIndex()Predicate3<A,B,C>getPredicate()Condition.TypegetType()Variable<B>getVar2()Variable<C>getVar3()Variable<?>[]getVariables()<V> Expr3ViewItemImpl<A,B,C>indexedBy(java.lang.Class<V> indexedClass, Index.ConstraintType constraintType, int indexId, Function1<A,V> leftOperandExtractor, Function2<B,C,?> rightOperandExtractor)<V> Expr3ViewItemImpl<A,B,C>indexedBy(java.lang.Class<V> indexedClass, Index.ConstraintType constraintType, int indexId, Function1<A,V> leftOperandExtractor, Function2<B,C,?> rightOperandExtractor, java.lang.Class<?> rightReturnType)-
Methods inherited from class org.drools.model.view.AbstractExprViewItem
getExprId, getFirstVariable, getReactivitySpecs, getWatchedProps, isQueryExpression, reactOn, setQueryExpression, watch
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.drools.model.view.ExprViewItem
getExprId, reactOn, watch
-
Methods inherited from interface org.drools.model.view.ViewItem
get, getFirstVariable
-
-
-
-
Method Detail
-
getPredicate
public Predicate3<A,B,C> getPredicate()
-
getVariables
public Variable<?>[] getVariables()
- Specified by:
getVariablesin interfaceViewItem<A>
-
getType
public Condition.Type getType()
- Specified by:
getTypein interfaceExprViewItem<A>
-
getIndex
public BetaIndex2<A,B,C,?> getIndex()
-
indexedBy
public <V> Expr3ViewItemImpl<A,B,C> indexedBy(java.lang.Class<V> indexedClass, Index.ConstraintType constraintType, int indexId, Function1<A,V> leftOperandExtractor, Function2<B,C,?> rightOperandExtractor)
- Specified by:
indexedByin interfaceExpr3ViewItem<A,B,C>
-
indexedBy
public <V> Expr3ViewItemImpl<A,B,C> indexedBy(java.lang.Class<V> indexedClass, Index.ConstraintType constraintType, int indexId, Function1<A,V> leftOperandExtractor, Function2<B,C,?> rightOperandExtractor, java.lang.Class<?> rightReturnType)
- Specified by:
indexedByin interfaceExpr3ViewItem<A,B,C>
-
-