Package net.ggtools.grand.filters
Class PrefixedNodeFilter
- java.lang.Object
-
- net.ggtools.grand.filters.AbstractGraphFilter
-
- net.ggtools.grand.filters.PrefixedNodeFilter
-
- All Implemented Interfaces:
GraphFilter
,GraphConsumer
,GraphProducer
public class PrefixedNodeFilter extends AbstractGraphFilter implements GraphFilter
A filter removing the prefixed nodes, that is nodes withNode.ATTR_PREFIXED_NODE
set.- Author:
- Christophe Labouisse
-
-
Field Summary
-
Fields inherited from class net.ggtools.grand.filters.AbstractGraphFilter
name
-
-
Constructor Summary
Constructors Constructor Description PrefixedNodeFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Collection<Node>
getFilteredNodes()
Method getFilteredNodes.-
Methods inherited from class net.ggtools.grand.filters.AbstractGraphFilter
getGraph, getGraphProducer, getName, getProducersGraph, setProducer
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.ggtools.grand.graph.GraphConsumer
setProducer
-
Methods inherited from interface net.ggtools.grand.filters.GraphFilter
getName
-
Methods inherited from interface net.ggtools.grand.graph.GraphProducer
getGraph
-
-
-
-
Method Detail
-
getFilteredNodes
protected final Collection<Node> getFilteredNodes() throws GrandException
Method getFilteredNodes.- Specified by:
getFilteredNodes
in classAbstractGraphFilter
- Returns:
- Collection<Node>
- Throws:
GrandException
- if an error occurs in getProducersGraph()- See Also:
AbstractGraphFilter.getFilteredNodes()
-
-