public static class EdgeTypeBuilder.EdgeTypeFilter extends AbstractFilter implements EdgeFilter
| Constructor and Description |
|---|
EdgeTypeFilter(org.gephi.graph.api.GraphModel graphModel) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(org.gephi.graph.api.Graph graph,
org.gephi.graph.api.Edge edge) |
void |
finish() |
Collection |
getEdgeTypeLabels() |
Integer |
getType() |
boolean |
init(org.gephi.graph.api.Graph graph) |
void |
setEdgeTypeLabel(Object obj) |
void |
setType(Integer type) |
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.Edge>public boolean evaluate(org.gephi.graph.api.Graph graph,
org.gephi.graph.api.Edge edge)
evaluate in interface ElementFilter<org.gephi.graph.api.Edge>public void finish()
finish in interface ElementFilter<org.gephi.graph.api.Edge>public Integer getType()
public void setType(Integer type)
public Collection getEdgeTypeLabels()
public void setEdgeTypeLabel(Object obj)
Copyright © 2007–2017. All rights reserved.