Class ContainerNodeImpl<NodeType>
- java.lang.Object
-
- tools.mdsd.somde.services.node.impl.ContainerNodeImpl<NodeType>
-
- All Implemented Interfaces:
Node<NodeType>
,NodeVisitor.NodeVisitorAcceptor<NodeType>
public class ContainerNodeImpl<NodeType> extends Object implements Node<NodeType>
-
-
Constructor Summary
Constructors Constructor Description ContainerNodeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAllChildren(List<? extends Node<NodeType>> nodes)
void
addChild(Node<NodeType> node)
List<Node<NodeType>>
getChildren()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface tools.mdsd.somde.services.node.Node
accept, equalsWithoutChildren
-
-