public static class InDegreeRangeBuilder.InDegreeRangeFilter extends AbstractFilter implements RangeFilter, NodeFilter
| Constructor and Description |
|---|
InDegreeRangeFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(org.gephi.graph.api.Graph graph,
org.gephi.graph.api.Node node) |
void |
finish() |
Range |
getRange() |
FilterProperty |
getRangeProperty() |
Number[] |
getValues(org.gephi.graph.api.Graph graph) |
boolean |
init(org.gephi.graph.api.Graph graph) |
void |
setRange(Range range) |
addProperty, getName, getPropertiesequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, getPropertiespublic boolean init(org.gephi.graph.api.Graph graph)
init in interface ElementFilter<org.gephi.graph.api.Node>public boolean evaluate(org.gephi.graph.api.Graph graph,
org.gephi.graph.api.Node node)
evaluate in interface ElementFilter<org.gephi.graph.api.Node>public void finish()
finish in interface ElementFilter<org.gephi.graph.api.Node>public Number[] getValues(org.gephi.graph.api.Graph graph)
getValues in interface RangeFilterpublic FilterProperty getRangeProperty()
getRangeProperty in interface RangeFilterpublic Range getRange()
public void setRange(Range range)
Copyright © 2007–2017. All rights reserved.