Uses of Class
org.jgrapht.traverse.AbstractGraphIterator.Specifics
-
Packages that use AbstractGraphIterator.Specifics Package Description org.jgrapht.traverse Graph traversal means. -
-
Uses of AbstractGraphIterator.Specifics in org.jgrapht.traverse
Subclasses of AbstractGraphIterator.Specifics in org.jgrapht.traverse Modifier and Type Class Description (package private) static class
AbstractGraphIterator.DirectedSpecifics<VV,EE>
An implementation ofAbstractGraphIterator.Specifics
for a directed graph.(package private) static class
AbstractGraphIterator.UndirectedSpecifics<VV,EE>
An implementation ofAbstractGraphIterator.Specifics
in which edge direction (if any) is ignored.Fields in org.jgrapht.traverse declared as AbstractGraphIterator.Specifics Modifier and Type Field Description protected AbstractGraphIterator.Specifics<V,E>
AbstractGraphIterator. specifics
Methods in org.jgrapht.traverse that return AbstractGraphIterator.Specifics Modifier and Type Method Description (package private) static <V,E>
AbstractGraphIterator.Specifics<V,E>AbstractGraphIterator. createGraphSpecifics(Graph<V,E> g)
Creates directed/undirected graph specifics according to the provided graph - directed/undirected, respectively.
-