org.drools.workbench.models.guided.dtree.shared.model.nodes.impl
Class BaseNodeImpl
java.lang.Object
org.drools.workbench.models.guided.dtree.shared.model.nodes.impl.BaseNodeImpl
- All Implemented Interfaces:
- Iterable<Node>, Node
- Direct Known Subclasses:
- ActionInsertNodeImpl, ActionRetractNodeImpl, ActionUpdateNodeImpl, BaseBoundNodeImpl
public abstract class BaseNodeImpl
- extends Object
- implements Node
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseNodeImpl
public BaseNodeImpl()
getParent
public Node getParent()
- Specified by:
getParent in interface Node
setParent
public void setParent(Node node)
- Specified by:
setParent in interface Node
addChild
public void addChild(Node node)
- Specified by:
addChild in interface Node
removeChild
public void removeChild(Node node)
- Specified by:
removeChild in interface Node
getChildren
public List<Node> getChildren()
- Specified by:
getChildren in interface Node
iterator
public Iterator<Node> iterator()
- Specified by:
iterator in interface Iterable<Node>
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.