Package org.drools.model.view
Class InputViewItemImpl<T>
- java.lang.Object
-
- org.drools.model.view.InputViewItemImpl<T>
-
- All Implemented Interfaces:
RuleItem,RuleItemBuilder<ViewItem<T>>,InputViewItem<T>,ViewItem<T>,ViewItemBuilder<T>
public class InputViewItemImpl<T> extends Object implements InputViewItem<T>
-
-
Constructor Summary
Constructors Constructor Description InputViewItemImpl(Variable<T> var)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VariablegetFirstVariable()Variable<?>[]getVariables()String[]getWatchedProps()InputViewItemImpl<T>watch(String... props)
-
-
-
Method Detail
-
getFirstVariable
public Variable getFirstVariable()
- Specified by:
getFirstVariablein interfaceViewItem<T>
-
getVariables
public Variable<?>[] getVariables()
- Specified by:
getVariablesin interfaceViewItem<T>
-
watch
public InputViewItemImpl<T> watch(String... props)
- Specified by:
watchin interfaceInputViewItem<T>
-
getWatchedProps
public String[] getWatchedProps()
-
-