Package cool.klass.model.reladomo.tree
Class AbstractReladomoTreeNode
java.lang.Object
cool.klass.model.reladomo.tree.AbstractReladomoTreeNode
- All Implemented Interfaces:
ReladomoTreeNode
- Direct Known Subclasses:
DataTypePropertyReladomoTreeNode,ReferencePropertyReladomoTreeNode,ReferenceReladomoTreeNode,RootReladomoTreeNode,SubClassReladomoTreeNode,SuperClassReladomoTreeNode
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.eclipse.collections.api.map.MutableMap<String,ReladomoTreeNode> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomputeChild(String childName, ReladomoTreeNode childNode) org.eclipse.collections.api.map.MapIterable<String,ReladomoTreeNode> getName()toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface cool.klass.model.reladomo.tree.ReladomoTreeNode
getDeepFetchStrings, getNodeString, getOwningClassifier, getShortString, getType, isLeaf, toManyAwareWalk, visit, walk
-
Field Details
-
children
-
-
Constructor Details
-
AbstractReladomoTreeNode
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceReladomoTreeNode
-
getChildren
- Specified by:
getChildrenin interfaceReladomoTreeNode
-
computeChild
- Specified by:
computeChildin interfaceReladomoTreeNode
-
toString
-
toString
- Specified by:
toStringin interfaceReladomoTreeNode
-