public static class InterEdgesBuilder.InterEdgesFilter extends PartitionBuilder.PartitionFilter implements EdgeFilter
| Constructor and Description |
|---|
InterEdgesFilter(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.Edge edge) |
void |
finish() |
String |
getName()
Returns the filter's display name.
|
boolean |
init(org.gephi.graph.api.Graph graph) |
addPart, evaluate, getColumn, getPartition, getParts, getProperties, removePart, selectAll, setColumn, setParts, unselectAllequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPropertiespublic InterEdgesFilter(org.gephi.graph.api.Column column,
AppearanceModel model)
public String getName()
FiltergetName in interface FiltergetName in class PartitionBuilder.PartitionFilterpublic 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>evaluate in class PartitionBuilder.PartitionFilterpublic void finish()
finish in interface ElementFilter<org.gephi.graph.api.Edge>finish in class PartitionBuilder.PartitionFilterCopyright © 2007–2017. All rights reserved.