Uses of Class
de.cau.cs.kieler.klodd.hierarchical.structures.slimgraph.alg.AbstractCycleRemover

Packages that use AbstractCycleRemover
de.cau.cs.kieler.klodd.hierarchical.structures.slimgraph.alg Algorithms for the slim graph data structure. 
 

Uses of AbstractCycleRemover in de.cau.cs.kieler.klodd.hierarchical.structures.slimgraph.alg
 

Subclasses of AbstractCycleRemover in de.cau.cs.kieler.klodd.hierarchical.structures.slimgraph.alg
 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.