info.aduna.linkmap.transform
Class EdgeWeightFilterTransform
java.lang.Object
info.aduna.linkmap.transform.AbstractWeightFilterTransform
info.aduna.linkmap.transform.EdgeWeightFilterTransform
- All Implemented Interfaces:
- Transform
public class EdgeWeightFilterTransform
- extends AbstractWeightFilterTransform
EdgeWeightFilterTransform filters all Edges from a Graph for which the weight
is above or below its threshold (depending on the boolean lower threshold
attribute).
|
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 |
EdgeWeightFilterTransform
public EdgeWeightFilterTransform()
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.