public abstract static class AttributeEqualBuilder.EqualNumberFilter<K extends org.gephi.graph.api.Element> extends AbstractAttributeFilter<K> implements RangeFilter
| Modifier and Type | Class and Description |
|---|---|
static class |
AttributeEqualBuilder.EqualNumberFilter.Edge |
static class |
AttributeEqualBuilder.EqualNumberFilter.Node |
| Constructor and Description |
|---|
EqualNumberFilter(org.gephi.graph.api.Column column) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(org.gephi.graph.api.Graph graph,
org.gephi.graph.api.Element element) |
void |
finish() |
Number |
getMatch() |
Range |
getRange() |
FilterProperty |
getRangeProperty() |
Number[] |
getValues(org.gephi.graph.api.Graph graph) |
boolean |
init(org.gephi.graph.api.Graph graph) |
void |
setMatch(Number match) |
void |
setRange(Range range) |
getColumn, setColumnaddProperty, getName, getPropertiesequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, getPropertiespublic boolean init(org.gephi.graph.api.Graph graph)
init in interface ElementFilter<K extends org.gephi.graph.api.Element>public boolean evaluate(org.gephi.graph.api.Graph graph,
org.gephi.graph.api.Element element)
evaluate in interface ElementFilter<K extends org.gephi.graph.api.Element>public void finish()
finish in interface ElementFilter<K extends org.gephi.graph.api.Element>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)
public Number getMatch()
public void setMatch(Number match)
Copyright © 2007–2017. All rights reserved.