Uses of Interface
science.aist.gtf.graph.impl.VertexVisitor
-
Packages that use VertexVisitor Package Description science.aist.gtf.graph science.aist.gtf.graph.impl -
-
Uses of VertexVisitor in science.aist.gtf.graph
Methods in science.aist.gtf.graph with parameters of type VertexVisitor Modifier and Type Method Description void
Graph. traverseEdges(VertexVisitor<V,E> visitor, EdgeVisitor<V,E> edgeVisitor)
traverses through the graphvoid
Graph. traverseVertices(VertexVisitor<V,E> visitor)
traverses through the graph -
Uses of VertexVisitor in science.aist.gtf.graph.impl
Methods in science.aist.gtf.graph.impl with parameters of type VertexVisitor Modifier and Type Method Description void
GraphImpl. traverseEdges(VertexVisitor<V,E> visitor, EdgeVisitor<V,E> edgeVisitor)
traverses through the graphvoid
GraphImpl. traverseVertices(VertexVisitor<V,E> visitor)
traverses through the graph
-