Package infovis.graph.algorithm

Implements algorithms for manipulating graphs.

See:
          Description

Interface Summary
BreadthFirst.Visitor  
DepthFirst.Visitor  
 

Class Summary
Algorithm Class Algorithm
BFSVisitor Basic implementation of the BreathFirst.Visitor interface
BreadthFirst Breadth first search algorithm for Graphs.
DepthFirst Depth first search algorithm for Graphs.
DFSVisitor Basic implementation of the DepthFirst.Visitor interface
DijkstraShortestPath Class DijkstraShortestPath
DijkstraShortestPath.Predecessor  
KCoreDecomposition Computes the "coreness" of graph vertices.
Laplacian Computes the Laplacian of a graph
 

Package infovis.graph.algorithm Description

Implements algorithms for manipulating graphs.



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