info.aduna.linkmap.transform
Class EdgeWeightFilterTransform

java.lang.Object
  extended by info.aduna.linkmap.transform.AbstractWeightFilterTransform
      extended by 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).


Field Summary
 
Fields inherited from class info.aduna.linkmap.transform.AbstractWeightFilterTransform
DEFAULT_LOWER_THRESHOLD, DEFAULT_MAX_OBSERVED_WEIGHT, DEFAULT_MIN_OBSERVED_WEIGHT, DEFAULT_THRESHOLD
 
Constructor Summary
EdgeWeightFilterTransform()
           
 
Method Summary
 Graph transform(Graph graph)
          Transform the specified Graph and return the transformed Graph.
 
Methods inherited from class info.aduna.linkmap.transform.AbstractWeightFilterTransform
getMaxObservedWeight, getMinObservedWeight, getThreshold, hasLowerThreshold, inAllowedRange, setLowerThreshold, setMaxObservedWeight, setMinObservedWeight, setThreshold
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EdgeWeightFilterTransform

public EdgeWeightFilterTransform()
Method Detail

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.