Package org.gephi.filters.spi
Interface NodeFilter
-
- All Superinterfaces:
ElementFilter<Node>
,Filter
public interface NodeFilter extends ElementFilter<Node>
Basic filters for nodes, that works as predicates. For a given node the filter's role is to returntrue
if the node is kept orfalse
if it is removed.- Author:
- Mathieu Bastian
-
-
Method Summary
-
Methods inherited from interface org.gephi.filters.spi.ElementFilter
evaluate, finish, init
-
Methods inherited from interface org.gephi.filters.spi.Filter
getName, getProperties
-
-