info.aduna.linkmap.transform
Interface Transform
- All Known Implementing Classes:
- AbstractWeightFilterTransform, ClusteringTransform, CompoundTransform, ConnectivityTransform, ConstantWeightTransform, EdgeWeightFilterTransform, VertexCountFilterTransform, VertexWeightFilterTransform
public interface Transform
A Transform transforms a Graph into another Graph with different structural
properties based on some implementation-specific strategy. A Transform can
for example filter Vertices or Edges or alter weights.
|
Method Summary |
Graph |
transform(Graph graph)
Transform the specified Graph and return the transformed Graph. |
transform
Graph transform(Graph graph)
- Transform the specified Graph and return the transformed Graph.
Copyright © 1997-2008 Aduna. All Rights Reserved.