Class ReportTreePath
java.lang.Object
ca.phon.app.opgraph.report.tree.ReportTreePath
- All Implemented Interfaces:
Iterable<ReportTreeNode>
-
Constructor Summary
Constructors -
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, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
ReportTreePath
-
-
Method Details
-
getPath
-
lastChild
-
pathByAppendingChild
-
pathWithNewParent
-
pathByRemovingRoot
-
toString
-
iterator
- Specified by:
iteratorin interfaceIterable<ReportTreeNode>
-