Interface ActionRetractNode
-
- All Known Implementing Classes:
ActionRetractNodeImpl
public interface ActionRetractNode extends Node
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypeNodegetBoundNode()voidsetBoundNode(TypeNode binding)-
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
-
-