public static class EgoBuilder.EgoFilter extends Object implements ComplexFilter
| Constructor and Description |
|---|
EgoFilter() |
| Modifier and Type | Method and Description |
|---|---|
org.gephi.graph.api.Graph |
filter(org.gephi.graph.api.Graph graph) |
Integer |
getDepth() |
String |
getName()
Returns the filter's display name.
|
String |
getPattern() |
FilterProperty[] |
getProperties()
Returns the filter properties.
|
boolean |
isSelf() |
void |
setDepth(Integer depth) |
void |
setPattern(String pattern) |
void |
setSelf(boolean self) |
public org.gephi.graph.api.Graph filter(org.gephi.graph.api.Graph graph)
filter in interface ComplexFilterpublic String getName()
Filterpublic FilterProperty[] getProperties()
FilterFilterProperty objects.getProperties in interface Filterpublic String getPattern()
public void setPattern(String pattern)
public Integer getDepth()
public void setDepth(Integer depth)
public boolean isSelf()
public void setSelf(boolean self)
Copyright © 2007–2017. All rights reserved.