Uses of Class
de.cau.cs.kieler.core.slimgraph.KSlimNode.IncEntry

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

Uses of KSlimNode.IncEntry in de.cau.cs.kieler.core.slimgraph
 

Methods in de.cau.cs.kieler.core.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.
 

Methods in de.cau.cs.kieler.core.slimgraph with parameters of type KSlimNode.IncEntry
 void KGraphSection.removeEdge(KSlimNode.IncEntry edgeEntry)
          Removes the given edge from the incidence lists of its source and target.