Uses of Class
net.ggtools.grand.filters.GraphWalkFilter
-
Packages that use GraphWalkFilter Package Description net.ggtools.grand.filters -
-
Uses of GraphWalkFilter in net.ggtools.grand.filters
Subclasses of GraphWalkFilter in net.ggtools.grand.filters Modifier and Type Class Description classConnectedToNodeFilterA graph filter returning all nodes connected to a specific node be it through forward or backward links (or both).classFromNodeFilterA graph filter returning all the nodes accessible from a specific node using only forward links.classToNodeFilterA graph filter returning all the nodes accessible from a specific node using only backward links.
-