AbstractGraphFilter |
|
ConnectedToNodeFilter |
A graph filter returning all nodes connected to a specific node
be it through forward or backward links (or both).
|
FilterChain |
A metafilter made by chaining together several filters.
|
FromNodeFilter |
A graph filter returning all the nodes accessible from a specific node
using only forward links.
|
GraphWalkFilter |
An abstract class implementing generic filtering from a graph walk.
|
IsolatedNodeFilter |
A filter to remove isolated nodes in a graph.
|
MissingNodeFilter |
|
NodeRemoverFilter |
A filter to remove one or more node from a graph.
|
PrefixedNodeFilter |
|
ToNodeFilter |
A graph filter returning all the nodes accessible from a specific node
using only backward links.
|