infovis.graph.algorithm
Class Algorithm

java.lang.Object
  extended by 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

Field Summary
static int BLACK
           
static int GREY
           
static int WHITE
           
 
Constructor Summary
Algorithm(Graph graph)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Algorithm

public Algorithm(Graph graph)


Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.