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 returntrueif the node is kept orfalseif 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
-
-