Uses of Class
de.cau.cs.kieler.klodd.hierarchical.structures.slimgraph.KSlimFace.BorderEntry

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

Uses of KSlimFace.BorderEntry 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 KSlimFace.BorderEntry
 List<List<KSlimFace.BorderEntry>> KSlimFace.getBorders()
          Returns the borders.
 ListIterator<KSlimFace.BorderEntry> KSlimFace.getIterator(KSlimEdge edge, boolean forward)
          Gets a list iterator with the current position at the given edge.
 

Constructors in de.cau.cs.kieler.klodd.hierarchical.structures.slimgraph with parameters of type KSlimFace.BorderEntry
KSlimFace.BorderEntry(KSlimFace.BorderEntry entry)
          Creates a border entry copying an existing one.