Class ModelElementNodeImpl
java.lang.Object
ch.tocco.nice2.dbrefactoring.impl.model.AbstractTreeNode
ch.tocco.nice2.dbrefactoring.impl.model.ModelElementNodeImpl
- All Implemented Interfaces:
ModelElementNode
,TreeNode
- Direct Known Subclasses:
EntityNodeImpl
,RelationNodeImpl
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.dbrefactoring.api.model.ModelElementNode
ModelElementNode.Entity, ModelElementNode.Relation
-
Method Summary
Methods inherited from class ch.tocco.nice2.dbrefactoring.impl.model.AbstractTreeNode
getChildren, 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
getChildren, getName, getParentNode, getShortDescription, visitChildren, visitChildren, visitParents, visitParents
-
Method Details
-
getModel
-
getParent
- Specified by:
getParent
in interfaceModelElementNode
-