Uses of Interface
net.ggtools.grand.graph.GraphConsumer
-
Packages that use GraphConsumer Package Description net.ggtools.grand.filters net.ggtools.grand.graph net.ggtools.grand.output -
-
Uses of GraphConsumer in net.ggtools.grand.filters
Subinterfaces of GraphConsumer in net.ggtools.grand.filters Modifier and Type Interface Description interface
GraphFilter
Interface for class implementing filters.Classes in net.ggtools.grand.filters that implement GraphConsumer Modifier and Type Class Description class
AbstractGraphFilter
class
ConnectedToNodeFilter
A graph filter returning all nodes connected to a specific node be it through forward or backward links (or both).class
FilterChain
A metafilter made by chaining together several filters.class
FromNodeFilter
A graph filter returning all the nodes accessible from a specific node using only forward links.class
GraphWalkFilter
An abstract class implementing generic filtering from a graph walk.class
IsolatedNodeFilter
A filter to remove isolated nodes in a graph.class
MissingNodeFilter
A filter removing the missing nodes, that is nodes withNode.ATTR_MISSING_NODE
set.class
NodeRemoverFilter
A filter to remove one or more node from a graph.class
PrefixedNodeFilter
A filter removing the prefixed nodes, that is nodes withNode.ATTR_PREFIXED_NODE
set.class
ToNodeFilter
A graph filter returning all the nodes accessible from a specific node using only backward links. -
Uses of GraphConsumer in net.ggtools.grand.graph
Subinterfaces of GraphConsumer in net.ggtools.grand.graph Modifier and Type Interface Description interface
GraphWriter
Interface for graph writers. -
Uses of GraphConsumer in net.ggtools.grand.output
Classes in net.ggtools.grand.output that implement GraphConsumer Modifier and Type Class Description class
DotWriter
A class to write dependency graph in dot format.
-