info.aduna.linkmap.transform
Class VertexWeightFilterTransform
java.lang.Object
info.aduna.linkmap.transform.AbstractWeightFilterTransform
info.aduna.linkmap.transform.VertexWeightFilterTransform
- All Implemented Interfaces:
- Transform
public class VertexWeightFilterTransform
- extends AbstractWeightFilterTransform
VertexWeightFilterTransform filters all Vertices from a Graph whose weights
are above or below a certain threshold. All Edges connecting at least one
filtered Vertex are also filtered.
|
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 |
VertexWeightFilterTransform
public VertexWeightFilterTransform()
transform
public Graph transform(Graph graph)
- Description copied from interface:
Transform
- Transform the specified Graph and return the transformed Graph.
Copyright © 1997-2008 Aduna. All Rights Reserved.