Class AbstractComposedNodeImpl<NodeType>
- java.lang.Object
 - 
- tools.mdsd.somde.services.node.impl.AbstractComposedNodeImpl<NodeType>
 
 
- 
- All Implemented Interfaces:
 Node<NodeType>,NodeVisitor.NodeVisitorAcceptor<NodeType>
- Direct Known Subclasses:
 ConditionGuardNodeImpl,ConditionTestNodeImpl
public abstract class AbstractComposedNodeImpl<NodeType> extends Object implements Node<NodeType>
 
- 
- 
Constructor Summary
Constructors Constructor Description AbstractComposedNodeImpl() 
- 
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidaddAllChildren(List<? extends Node<NodeType>> nodes)voidaddChild(Node<NodeType> node)protected abstract voiddoAddChild(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 
 - 
 
 -