|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--edu.iu.iv.toolkits.networkanalysistoolkit.analysis.GraphThresholder
| 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 |
public static GraphThresholder getNewInstance()
public edu.uci.ics.jung.graph.Graph getEdgeWeightThresholdedGraph()
public edu.uci.ics.jung.graph.Graph getVertexThresholdedGraph(edu.uci.ics.jung.graph.Graph graph,
int idmin,
int idmax,
int odmin,
int odmax)
public edu.uci.ics.jung.graph.Graph getVertexThresholdedGraph(edu.uci.ics.jung.graph.UndirectedGraph graph,
int mindegree,
int maxdegree)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||