edu.iu.iv.toolkits.networkanalysistoolkit.analysis
Class GraphThresholder

java.lang.Object
  |
  +--edu.iu.iv.toolkits.networkanalysistoolkit.analysis.GraphThresholder

public class GraphThresholder
extends java.lang.Object

Author:
Team IVC

Method Summary
 edu.uci.ics.jung.graph.Graph getEdgeWeightThresholdedGraph()
          Not implemented yet
static GraphThresholder getNewInstance()
           
 edu.uci.ics.jung.graph.Graph getVertexThresholdedGraph(edu.uci.ics.jung.graph.Graph graph, int idmin, int idmax, int odmin, int odmax)
           
 edu.uci.ics.jung.graph.Graph getVertexThresholdedGraph(edu.uci.ics.jung.graph.UndirectedGraph graph, int mindegree, int maxdegree)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNewInstance

public static GraphThresholder getNewInstance()

getEdgeWeightThresholdedGraph

public edu.uci.ics.jung.graph.Graph getEdgeWeightThresholdedGraph()
Not implemented yet

Returns:

getVertexThresholdedGraph

public edu.uci.ics.jung.graph.Graph getVertexThresholdedGraph(edu.uci.ics.jung.graph.Graph graph,
                                                              int idmin,
                                                              int idmax,
                                                              int odmin,
                                                              int odmax)

getVertexThresholdedGraph

public edu.uci.ics.jung.graph.Graph getVertexThresholdedGraph(edu.uci.ics.jung.graph.UndirectedGraph graph,
                                                              int mindegree,
                                                              int maxdegree)