org.gephi.filters.plugin.graph
Class EgoBuilder.EgoFilter
java.lang.Object
org.gephi.filters.plugin.graph.EgoBuilder.EgoFilter
- All Implemented Interfaces:
- ComplexFilter, Filter
- Enclosing class:
- EgoBuilder
public static class EgoBuilder.EgoFilter
- extends java.lang.Object
- implements ComplexFilter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EgoBuilder.EgoFilter
public EgoBuilder.EgoFilter()
filter
public Graph filter(Graph graph)
- Specified by:
filter
in interface ComplexFilter
getName
public java.lang.String getName()
- Description copied from interface:
Filter
- Returns the filter's display name.
- Specified by:
getName
in interface Filter
- Returns:
- the filter's dispaly name
getProperties
public FilterProperty[] getProperties()
- Description copied from interface:
Filter
- Returns the filter properties. Property values can be get and set from
FilterProperty
objects.
- Specified by:
getProperties
in interface Filter
- Returns:
- the filter's properties
getPattern
public java.lang.String getPattern()
setPattern
public void setPattern(java.lang.String pattern)
getDepth
public java.lang.Integer getDepth()
setDepth
public void setDepth(java.lang.Integer depth)
isSelf
public boolean isSelf()
setSelf
public void setSelf(boolean self)