Uses of Interface
net.ggtools.grand.graph.GraphProducer
-
Packages that use GraphProducer Package Description net.ggtools.grand.ant net.ggtools.grand.filters net.ggtools.grand.graph net.ggtools.grand.output -
-
Uses of GraphProducer in net.ggtools.grand.ant
Classes in net.ggtools.grand.ant that implement GraphProducer Modifier and Type Class Description classAntProjectA graph producer from Ant build files orProjectobjects. -
Uses of GraphProducer in net.ggtools.grand.filters
Subinterfaces of GraphProducer in net.ggtools.grand.filters Modifier and Type Interface Description interfaceGraphFilterInterface for class implementing filters.Classes in net.ggtools.grand.filters that implement GraphProducer Modifier and Type Class Description classAbstractGraphFilterclassConnectedToNodeFilterA graph filter returning all nodes connected to a specific node be it through forward or backward links (or both).classFilterChainA metafilter made by chaining together several filters.classFromNodeFilterA graph filter returning all the nodes accessible from a specific node using only forward links.classGraphWalkFilterAn abstract class implementing generic filtering from a graph walk.classIsolatedNodeFilterA filter to remove isolated nodes in a graph.classMissingNodeFilterA filter removing the missing nodes, that is nodes withNode.ATTR_MISSING_NODEset.classNodeRemoverFilterA filter to remove one or more node from a graph.classPrefixedNodeFilterA filter removing the prefixed nodes, that is nodes withNode.ATTR_PREFIXED_NODEset.classToNodeFilterA graph filter returning all the nodes accessible from a specific node using only backward links.Methods in net.ggtools.grand.filters that return GraphProducer Modifier and Type Method Description protected GraphProducerAbstractGraphFilter. getGraphProducer()Returns the current graph producer.Methods in net.ggtools.grand.filters with parameters of type GraphProducer Modifier and Type Method Description voidAbstractGraphFilter. setProducer(GraphProducer producer)Method setProducer.voidFilterChain. setProducer(GraphProducer newProducer)Method setProducer. -
Uses of GraphProducer in net.ggtools.grand.graph
Methods in net.ggtools.grand.graph with parameters of type GraphProducer Modifier and Type Method Description voidGraphConsumer. setProducer(GraphProducer producer)Set the graph producer. -
Uses of GraphProducer in net.ggtools.grand.output
Methods in net.ggtools.grand.output with parameters of type GraphProducer Modifier and Type Method Description voidDotWriter. setProducer(GraphProducer producer)Method setProducer.
-