org.jgrapht.graph
public class WeightedMultigraph<V,E> extends Multigraph<V,E> implements WeightedGraph<V,E>
DEFAULT_EDGE_WEIGHT| Constructor and Description |
|---|
WeightedMultigraph(java.lang.Class<? extends E> edgeClass)
Creates a new weighted multigraph.
|
WeightedMultigraph(EdgeFactory<V,E> ef)
Creates a new weighted multigraph with the specified edge factory.
|
addEdge, addEdge, addVertex, clone, containsEdge, containsVertex, degreeOf, edgeSet, edgesOf, getAllEdges, getEdge, getEdgeFactory, getEdgeSource, getEdgeTarget, getEdgeWeight, incomingEdgesOf, inDegreeOf, isAllowingLoops, isAllowingMultipleEdges, outDegreeOf, outgoingEdgesOf, removeEdge, removeEdge, removeVertex, setEdgeSetFactory, setEdgeWeight, vertexSetassertVertexExist, containsEdge, removeAllEdges, removeAllEdges, removeAllEdges, removeAllVertices, toString, toStringFromSetsequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetEdgeWeightaddEdge, addEdge, addVertex, containsEdge, containsEdge, containsVertex, edgeSet, edgesOf, getAllEdges, getEdge, getEdgeFactory, getEdgeSource, getEdgeTarget, getEdgeWeight, removeAllEdges, removeAllEdges, removeAllVertices, removeEdge, removeEdge, removeVertex, vertexSetdegreeOfpublic WeightedMultigraph(EdgeFactory<V,E> ef)
ef - the edge factory of the new graph.public WeightedMultigraph(java.lang.Class<? extends E> edgeClass)
edgeClass - class on which to base factory for edges