Uses of Interface
science.aist.gtf.graph.traversal.TraversalStrategy
-
Packages that use TraversalStrategy Package Description science.aist.gtf.graph science.aist.gtf.graph.impl.traversal -
-
Uses of TraversalStrategy in science.aist.gtf.graph
Methods in science.aist.gtf.graph with parameters of type TraversalStrategy Modifier and Type Method Description void
Graph. setVertexTraversalStrategy(TraversalStrategy<Vertex<V,E>,Edge<V,E>> traversalStrategy)
Sets the traversal strategy -
Uses of TraversalStrategy in science.aist.gtf.graph.impl.traversal
Classes in science.aist.gtf.graph.impl.traversal that implement TraversalStrategy Modifier and Type Class Description class
DepthFirstSearchTraversalStrategy<V,E>
Depth-First Search traversal strategy for a given graph PseudoCode:
-