Interface ActionUpdateNode
-
- All Superinterfaces:
HasFieldValues,Iterable<Node>,Node
- All Known Implementing Classes:
ActionUpdateNodeImpl
public interface ActionUpdateNode extends Node, HasFieldValues
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypeNodegetBoundNode()booleanisModify()voidsetBoundNode(TypeNode binding)voidsetModify(boolean isModify)-
Methods inherited from interface org.drools.workbench.models.guided.dtree.shared.model.nodes.HasFieldValues
getFieldValues
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Methods inherited from interface org.drools.workbench.models.guided.dtree.shared.model.nodes.Node
addChild, getChildren, getParent, removeChild, setParent
-
-