public class WeightedEdgeGraphFilter extends GeneralEdgeAcceptFilter implements LevelFilter, EfficientFilter
| Constructor and Description |
|---|
WeightedEdgeGraphFilter(int threshold,
EdgeWeightLabeller el) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptEdge(Edge e)
Determines whether the current edge should be accepted
into the Graph.
|
java.lang.String |
getName()
(non-Javadoc)
|
int |
getValue() |
void |
setValue(int threshold) |
filter, filterclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfilterpublic WeightedEdgeGraphFilter(int threshold,
EdgeWeightLabeller el)
public java.lang.String getName()
getName in interface FilterFilter.getName()public void setValue(int threshold)
setValue in interface LevelFilterpublic int getValue()
getValue in interface LevelFilterpublic boolean acceptEdge(Edge e)
GeneralEdgeAcceptFilteracceptEdge in class GeneralEdgeAcceptFiltere - the input edge that is being evaluated.