Uses of Class
de.cau.cs.kieler.klodd.hierarchical.structures.slimgraph.KSlimNode.IncEntry

Packages that use KSlimNode.IncEntry
de.cau.cs.kieler.klodd.hierarchical.structures.slimgraph Slim graph representation for undirected graphs, used in many graph algorithms. 
 

Uses of KSlimNode.IncEntry in de.cau.cs.kieler.klodd.hierarchical.structures.slimgraph
 

Methods in de.cau.cs.kieler.klodd.hierarchical.structures.slimgraph that return types with arguments of type KSlimNode.IncEntry
 List<KSlimNode.IncEntry> KSlimNode.getIncidence()
          Returns the incidence.
 ListIterator<KSlimNode.IncEntry> KSlimNode.getIterator(KSlimEdge edge, boolean outgoing)
          Gets a list iterator for this node's incidence list, with the current position at the given edge.