Package org.drools.model.view
Interface InputViewItem<T>
-
- All Superinterfaces:
RuleItem,RuleItemBuilder<ViewItem<T>>,ViewItem<T>,ViewItemBuilder<T>
- All Known Implementing Classes:
InputViewItemImpl
public interface InputViewItem<T> extends ViewItem<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputViewItem<T>watch(java.lang.String... props)-
Methods inherited from interface org.drools.model.view.ViewItem
get, getFirstVariable, getVariables
-
-
-
-
Method Detail
-
watch
InputViewItem<T> watch(java.lang.String... props)
-
-