|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractGraphFilter | |
|---|---|
| net.ggtools.grand.filters | |
| Uses of AbstractGraphFilter in net.ggtools.grand.filters |
|---|
| Subclasses of AbstractGraphFilter in net.ggtools.grand.filters | |
|---|---|
class |
ConnectedToNodeFilter
A graph filter returning all nodes connected to a specific node be it through forward or backward links (or both). |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||