Class RootNodeImpl
java.lang.Object
ch.tocco.nice2.dbrefactoring.impl.model.AbstractTreeNode
ch.tocco.nice2.dbrefactoring.impl.model.RootNodeImpl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addChild
(ModuleNode moduleNode) getModuleNode
(String moduleName) @Nullable String
Methods inherited from class ch.tocco.nice2.dbrefactoring.impl.model.AbstractTreeNode
getName, getParentNode, visitChildren, visitChildren, visitParents, visitParents
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.dbrefactoring.api.model.TreeNode
getName, getParentNode, visitChildren, visitChildren, visitParents, visitParents
-
Constructor Details
-
RootNodeImpl
public RootNodeImpl()
-
-
Method Details
-
getShortDescription
- Specified by:
getShortDescription
in interfaceTreeNode
-
getChildren
- Specified by:
getChildren
in interfaceRootNode
- Specified by:
getChildren
in interfaceTreeNode
- Overrides:
getChildren
in classAbstractTreeNode
-
addChild
-
getModuleNode
-