Package org.drools.model.view
Class TemporalExprViewItem<T>
java.lang.Object
org.drools.model.view.AbstractExprViewItem<T>
org.drools.model.view.TemporalExprViewItem<T>
- All Implemented Interfaces:
RuleItem,RuleItemBuilder<ViewItem<T>>,ExprViewItem<T>,ViewItem<T>,ViewItemBuilder<T>
- Direct Known Subclasses:
FixedTemporalExprViewItem,VariableTemporalExprViewItem
-
Constructor Summary
ConstructorsConstructorDescriptionTemporalExprViewItem(String exprId, Variable<T> var1, TemporalPredicate temporalPredicate) TemporalExprViewItem(Variable<T> var1, Object arg, TemporalPredicate temporalPredicate) -
Method Summary
Methods inherited from class org.drools.model.view.AbstractExprViewItem
getExprId, getFirstVariable, getReactivitySpecs, getWatchedProps, isQueryExpression, reactOn, setQueryExpression, watchMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.drools.model.view.ViewItem
get, getVariables
-
Constructor Details
-
TemporalExprViewItem
-
TemporalExprViewItem
-
-
Method Details
-
getTemporalPredicate
-
getType
-