infovis.graph.algorithm
Class Algorithm
java.lang.Object
infovis.graph.algorithm.Algorithm
- Direct Known Subclasses:
- BreadthFirst, DepthFirst, DijkstraShortestPath, Laplacian
public abstract class Algorithm
- extends Object
Class Algorithm
- Version:
- $Revision: 1.1 $
- Author:
- Jean-Daniel Fekete
WHITE
public static final int WHITE
- See Also:
- Constant Field Values
GREY
public static final int GREY
- See Also:
- Constant Field Values
BLACK
public static final int BLACK
- See Also:
- Constant Field Values
Algorithm
public Algorithm(Graph graph)
Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.