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