Uses of Class
org.jgrapht.graph.Pseudograph
Packages that use Pseudograph
-
Uses of Pseudograph in org.jgrapht.graph
Subclasses of Pseudograph in org.jgrapht.graphMethods in org.jgrapht.graph that return types with arguments of type PseudographModifier and TypeMethodDescriptionstatic <V,
E> GraphBuilder<V, E, ? extends Pseudograph<V, E>> Pseudograph.createBuilder
(Class<? extends E> edgeClass) Create a builder for this kind of graph.static <V,
E> GraphBuilder<V, E, ? extends Pseudograph<V, E>> Pseudograph.createBuilder
(Supplier<E> edgeSupplier) Create a builder for this kind of graph.