Uses of Class
de.cau.cs.kieler.klighd.kgraph.util.SelectionIterator
Packages that use SelectionIterator
-
Uses of SelectionIterator in de.cau.cs.kieler.klighd.kgraph.util
Subclasses of SelectionIterator in de.cau.cs.kieler.klighd.kgraph.utilModifier and TypeClassDescriptionclassThe defaultSelectionIteratorfor usage inKGraphUtil.getConnectedElements(...).Methods in de.cau.cs.kieler.klighd.kgraph.util with parameters of type SelectionIteratorModifier and TypeMethodDescriptionstatic Iterator<KGraphElement>KGraphUtil.getConnectedElements(KEdge kedge, SelectionIterator sourceIterator, SelectionIterator targetIterator) Determines theKEdgesthat are (transitively) connected tokedgeacross hierarchy boundaries via common ports.