Package org.drools.model.view
Class ExistentialExprViewItem<T>
- java.lang.Object
-
- org.drools.model.view.AbstractExprViewItem<T>
-
- org.drools.model.view.ExistentialExprViewItem<T>
-
- All Implemented Interfaces:
RuleItem,RuleItemBuilder<ViewItem<T>>,ExprViewItem<T>,ViewItem<T>,ViewItemBuilder<T>
public class ExistentialExprViewItem<T> extends AbstractExprViewItem<T>
-
-
Constructor Summary
Constructors Constructor Description ExistentialExprViewItem(Condition.Type type, ViewItem expression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ViewItemgetExpression()Condition.TypegetType()Variable<?>[]getVariables()-
Methods inherited from class org.drools.model.view.AbstractExprViewItem
getExprId, getFirstVariable, getReactivitySpecs, getWatchedProps, isQueryExpression, reactOn, setQueryExpression, watch
-
-
-
-
Constructor Detail
-
ExistentialExprViewItem
public ExistentialExprViewItem(Condition.Type type, ViewItem expression)
-
-
Method Detail
-
getExpression
public ViewItem getExpression()
-
getVariables
public Variable<?>[] getVariables()
-
getType
public Condition.Type getType()
-
-