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 voidGraph. traverseEdges(VertexVisitor<V,E> visitor, EdgeVisitor<V,E> edgeVisitor)traverses through the graphvoidGraph. 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 voidGraphImpl. traverseEdges(VertexVisitor<V,E> visitor, EdgeVisitor<V,E> edgeVisitor)traverses through the graphvoidGraphImpl. traverseVertices(VertexVisitor<V,E> visitor)traverses through the graph
-