Module org.jgrapht.core
Package org.jgrapht.graph.builder
package org.jgrapht.graph.builder
Various builder for graphs.
-
ClassDescriptionAbstractGraphBuilder<V,
E, G extends Graph<V, E>, B extends AbstractGraphBuilder<V, E, G, B>> Base class for builders ofGraph
GraphBuilder<V,E, G extends Graph<V, E>> A builder class forGraph
.GraphTypeBuilder<V,E> A builder class for the hierarchy ofGraph
s that the library provides.