Interface BoundNode
-
- All Known Subinterfaces:
ConstraintNode,TypeNode
- All Known Implementing Classes:
BaseBoundNodeImpl,ConstraintNodeImpl,TypeNodeImpl
public interface BoundNode extends Node
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBinding()booleanisBound()voidsetBinding(String 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
-
-