info.aduna.linkmap.transform
Class VertexWeightFilterTransform

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


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
VertexWeightFilterTransform()
           
 
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

VertexWeightFilterTransform

public VertexWeightFilterTransform()
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.