Class BaseNodeImpl
- java.lang.Object
-
- org.drools.workbench.models.guided.dtree.shared.model.nodes.impl.BaseNodeImpl
-
- Direct Known Subclasses:
ActionInsertNodeImpl,ActionRetractNodeImpl,ActionUpdateNodeImpl,BaseBoundNodeImpl
public abstract class BaseNodeImpl extends Object implements Node
-
-
Constructor Summary
Constructors Constructor Description BaseNodeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddChild(Node node)booleanequals(Object o)List<Node>getChildren()NodegetParent()inthashCode()Iterator<Node>iterator()voidremoveChild(Node node)voidsetParent(Node node)-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
removeChild
public void removeChild(Node node)
- Specified by:
removeChildin interfaceNode
-
getChildren
public List<Node> getChildren()
- Specified by:
getChildrenin interfaceNode
-
-