Class KGraphIterators
java.lang.Object
de.cau.cs.kieler.klighd.kgraph.util.KGraphIterators
Collection of Iterators for KGraphs.
- Author:
- nbw
-
Method Summary
Modifier and TypeMethodDescriptionstatic Iterator<KGraphElement>getKGraphElementIterator(KGraphElement root, boolean includeRoot) Iterator that returns allKGraphElements contained below the givenKGraphElement.getKNodeIterator(KNode root, boolean includeRoot)
-
Method Details
-
getKGraphElementIterator
public static Iterator<KGraphElement> getKGraphElementIterator(KGraphElement root, boolean includeRoot) Iterator that returns allKGraphElements contained below the givenKGraphElement.- Parameters:
root- The startingKGraphElementof the iteration.includeRoot- Flag to indicate whether the rootKGraphElementshould be included in the iteration.- Returns:
- The iterator for all
KGraphElements
-
getKNodeIterator
-