|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GraphProducer | |
|---|---|
| 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 | |
|---|---|
class |
AntProject
A graph producer from ant build files or Project
objects. |
| Uses of GraphProducer in net.ggtools.grand.filters |
|---|
| Subinterfaces of GraphProducer in net.ggtools.grand.filters | |
|---|---|
interface |
GraphFilter
Interface for class implementing filters. |
| Classes in net.ggtools.grand.filters that implement GraphProducer | |
|---|---|
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 with Node.ATTR_MISSING_NODE set. |
class |
NodeRemoverFilter
A filter to remove one or more node from a graph. |
class |
ToNodeFilter
A graph filter returning all the nodes accessible from a specific node using only backward links. |
| Methods in net.ggtools.grand.filters that return GraphProducer | |
|---|---|
protected GraphProducer |
AbstractGraphFilter.getGraphProducer()
Returns the current graph producer. |
| Methods in net.ggtools.grand.filters with parameters of type GraphProducer | |
|---|---|
void |
AbstractGraphFilter.setProducer(GraphProducer producer)
|
void |
FilterChain.setProducer(GraphProducer newProducer)
|
| Uses of GraphProducer in net.ggtools.grand.graph |
|---|
| Methods in net.ggtools.grand.graph with parameters of type GraphProducer | |
|---|---|
void |
GraphConsumer.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 | |
|---|---|
void |
DotWriter.setProducer(GraphProducer producer)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||