info.aduna.linkmap.transform
Class ConnectivityTransform
java.lang.Object
info.aduna.linkmap.transform.ConnectivityTransform
- All Implemented Interfaces:
- Transform
public class ConnectivityTransform
- extends Object
- implements Transform
ConnectivityTransform implements a graph transformation algorithm that
recalculates the weight of every Vertex as the sum of the weights of the
Edges connected to the Vertex.
|
Method Summary |
Graph |
transform(Graph graph)
Transform the specified Graph and return the transformed Graph. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectivityTransform
public ConnectivityTransform()
transform
public Graph transform(Graph graph)
- Description copied from interface:
Transform
- Transform the specified Graph and return the transformed Graph.
- Specified by:
transform in interface Transform
Copyright © 1997-2008 Aduna. All Rights Reserved.