Package net.ggtools.grand.filters
Class MissingNodeFilter
- java.lang.Object
-
- net.ggtools.grand.filters.AbstractGraphFilter
-
- net.ggtools.grand.filters.MissingNodeFilter
-
- All Implemented Interfaces:
GraphFilter
,GraphConsumer
,GraphProducer
public class MissingNodeFilter extends AbstractGraphFilter implements GraphFilter
A filter removing the missing nodes, that is nodes withNode.ATTR_MISSING_NODE
set.- Author:
- Christophe Labouisse
-
-
Field Summary
-
Fields inherited from class net.ggtools.grand.filters.AbstractGraphFilter
name
-
-
Constructor Summary
Constructors Constructor Description MissingNodeFilter()
-
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()
-
-