Package ca.phon.app.opgraph.report.tree
Class ReportTreePath
java.lang.Object
ca.phon.app.opgraph.report.tree.ReportTreePath
- All Implemented Interfaces:
Iterable<ReportTreeNode>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPath()
iterator()
pathWithNewParent
(ReportTreeNode parent) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
ReportTreePath
-
-
Method Details
-
getPath
-
lastChild
-
pathByAppendingChild
-
pathWithNewParent
-
pathByRemovingRoot
-
toString
-
iterator
- Specified by:
iterator
in interfaceIterable<ReportTreeNode>
-