Uses of Interface
de.cau.cs.kieler.core.slimgraph.alg.ICycleRemover

Packages that use ICycleRemover
de.cau.cs.kieler.core.slimgraph.alg Algorithms for the slim graph data structure. 
 

Uses of ICycleRemover in de.cau.cs.kieler.core.slimgraph.alg
 

Classes in de.cau.cs.kieler.core.slimgraph.alg that implement ICycleRemover
 class AbstractCycleRemover
          Abstract superclass that can be used for implementations of cycle remover algorithms which operate by reversing edges.
 class DFSCycleRemover
          Cycle remover that uses a depth first search to remove cycles.
 class GreedyCycleRemover
          Cycle remover implementation that uses a greedy algorithm.
 class InteractiveCycleRemover
          A cycle remover that allows interactive layout by considering the node positions given by the user.