edu.iu.iv.toolkits.networkanalysistoolkit.analysis
Class ThresholdVertexFilter
java.lang.Object
|
+--edu.uci.ics.jung.graph.filters.GeneralVertexAcceptFilter
|
+--edu.iu.iv.toolkits.networkanalysistoolkit.analysis.ThresholdVertexFilter
- All Implemented Interfaces:
- edu.uci.ics.jung.graph.filters.Filter
- public class ThresholdVertexFilter
- extends edu.uci.ics.jung.graph.filters.GeneralVertexAcceptFilter
- Author:
- Shashikant
|
Method Summary |
boolean |
acceptVertex(edu.uci.ics.jung.graph.Vertex vertex)
|
java.lang.String |
getName()
|
| Methods inherited from class edu.uci.ics.jung.graph.filters.GeneralVertexAcceptFilter |
filter, filter |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThresholdVertexFilter
public ThresholdVertexFilter(int min,
int max)
ThresholdVertexFilter
public ThresholdVertexFilter(int idmin,
int idmax,
int odmin,
int odmax)
acceptVertex
public boolean acceptVertex(edu.uci.ics.jung.graph.Vertex vertex)
- Specified by:
acceptVertex in class edu.uci.ics.jung.graph.filters.GeneralVertexAcceptFilter
getName
public java.lang.String getName()