V - the graph vertex typeE - the graph edge typeG - type of the resulting graphB - type of this builderGraphBuilder.@Deprecated public abstract class UndirectedGraphBuilderBase<V,E,G extends UndirectedGraph<V,E>,B extends UndirectedGraphBuilderBase<V,E,G,B>> extends AbstractGraphBuilder<V,E,G,B>
UndirectedGraphBuilder for extending.graph| Constructor and Description |
|---|
UndirectedGraphBuilderBase(G baseGraph)
Deprecated.
Creates a builder based on
baseGraph. |
| Modifier and Type | Method and Description |
|---|---|
UnmodifiableUndirectedGraph<V,E> |
buildUnmodifiable()
Deprecated.
Build an unmodifiable version graph.
|
addEdge, addEdge, addEdge, addEdge, addEdgeChain, addGraph, addVertex, addVertices, build, buildAsUnmodifiable, removeEdge, removeEdge, removeVertex, removeVertices, selfpublic UndirectedGraphBuilderBase(G baseGraph)
baseGraph. baseGraph must be mutable.baseGraph - the graph object to base building onpublic UnmodifiableUndirectedGraph<V,E> buildUnmodifiable()
AbstractGraphBuilderbuildUnmodifiable in class AbstractGraphBuilder<V,E,G extends UndirectedGraph<V,E>,B extends UndirectedGraphBuilderBase<V,E,G,B>>AbstractGraphBuilder.build()Copyright © 2017. All rights reserved.