public abstract static class AttributeEqualBuilder.EqualStringFilter<K extends org.gephi.graph.api.Element> extends AbstractAttributeFilter<K>
| Modifier and Type | Class and Description |
|---|---|
static class |
AttributeEqualBuilder.EqualStringFilter.Edge |
static class |
AttributeEqualBuilder.EqualStringFilter.Node |
| Constructor and Description |
|---|
EqualStringFilter(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() |
String |
getPattern() |
boolean |
init(org.gephi.graph.api.Graph graph) |
boolean |
isUseRegex() |
void |
setPattern(String pattern) |
void |
setUseRegex(boolean useRegex) |
getColumn, setColumnaddProperty, getName, getPropertiesequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, getPropertiespublic boolean init(org.gephi.graph.api.Graph graph)
public boolean evaluate(org.gephi.graph.api.Graph graph,
org.gephi.graph.api.Element element)
public void finish()
public String getPattern()
public void setPattern(String pattern)
public boolean isUseRegex()
public void setUseRegex(boolean useRegex)
Copyright © 2007–2017. All rights reserved.