Uses of Interface
com.tensegrity.graph.algorithm.TransformAlgorithm

Packages that use TransformAlgorithm
com.tensegrity.graph.algorithm   
 

Uses of TransformAlgorithm in com.tensegrity.graph.algorithm
 

Classes in com.tensegrity.graph.algorithm that implement TransformAlgorithm
 class MinimumSpanningTree
           This algorithm computes a minimum spanning tree for a given (connected) graph.
 class TransitiveClosure
           Takes a graph and outputs a new (and probably more dense) graph which has direct edges for transitive connectivity information that was originally only reachable by traversing multiple nodes.
 



Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.