|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
ICycleRemover | Interface for algorithms for removal of cycles in a layout graph. |
Class Summary | |
---|---|
AbstractCycleRemover | Abstract superclass that can be used for implementations of cycle remover algorithms which operate by reversing edges. |
DFSCycleRemover | Cycle remover that uses a depth first search to remove cycles. |
GreedyCycleRemover | Cycle remover implementation that uses a greedy algorithm. |
InteractiveCycleRemover | A cycle remover that allows interactive layout by considering the node positions given by the user. |
Algorithms for the slim graph data structure. These are general graph algorithms that are used in various contexts.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |