Interface Node
-
- All Known Subinterfaces:
ActionInsertNode,ActionRetractNode,ActionUpdateNode,BoundNode,ConstraintNode,TypeNode
- All Known Implementing Classes:
ActionInsertNodeImpl,ActionRetractNodeImpl,ActionUpdateNodeImpl,BaseBoundNodeImpl,BaseNodeImpl,ConstraintNodeImpl,TypeNodeImpl
public interface Node extends Iterable<Node>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddChild(Node node)List<Node>getChildren()NodegetParent()voidremoveChild(Node node)voidsetParent(Node node)-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-