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