default <E,WeightsT extends Weights<E>> WeightsT |
Graph.addEdgesWeights(Object key,
Class<? super E> type) |
Add a new weights container associated with the edges of this graph.
|
<E,WeightsT extends Weights<E>> WeightsT |
Graph.addEdgesWeights(Object key,
Class<? super E> type,
E defVal) |
Add a new weights container associated with the edges of this graph with default value.
|
default <E,WeightsT extends Weights<E>> WeightsT |
GraphBuilder.addEdgesWeights(Object key,
Class<? super E> type) |
Add a new weights container associated with the edges of the built graph.
|
<E,WeightsT extends Weights<E>> WeightsT |
GraphBuilder.addEdgesWeights(Object key,
Class<? super E> type,
E defVal) |
Add a new weights container associated with the edges of the built graph with default value.
|
default <E,WeightsT extends Weights<E>> WeightsT |
IndexGraphBuilder.addEdgesWeights(Object key,
Class<? super E> type) |
Add a new weights container associated with the edges of the built graph.
|
<E,WeightsT extends Weights<E>> WeightsT |
IndexGraphBuilder.addEdgesWeights(Object key,
Class<? super E> type,
E defVal) |
Add a new weights container associated with the edges of the built graph with default value.
|
default <V,WeightsT extends Weights<V>> WeightsT |
Graph.addVerticesWeights(Object key,
Class<? super V> type) |
Add a new weights container associated with the vertices of this graph.
|
<V,WeightsT extends Weights<V>> WeightsT |
Graph.addVerticesWeights(Object key,
Class<? super V> type,
V defVal) |
Add a new weights container associated with the vertices of this graph with default value.
|
default <V,WeightsT extends Weights<V>> WeightsT |
GraphBuilder.addVerticesWeights(Object key,
Class<? super V> type) |
Add a new weights container associated with the vertices of the built graph.
|
<V,WeightsT extends Weights<V>> WeightsT |
GraphBuilder.addVerticesWeights(Object key,
Class<? super V> type,
V defVal) |
Add a new weights container associated with the vertices of built graph with default value.
|
default <V,WeightsT extends Weights<V>> WeightsT |
IndexGraphBuilder.addVerticesWeights(Object key,
Class<? super V> type) |
Add a new weights container associated with the vertices of the built graph.
|
<V,WeightsT extends Weights<V>> WeightsT |
IndexGraphBuilder.addVerticesWeights(Object key,
Class<? super V> type,
V defVal) |
Add a new weights container associated with the vertices of built graph with default value.
|
static <E,WeightsT extends Weights<E>> WeightsT |
Weights.createExternalEdgesWeights(Graph g,
Class<? super E> type) |
Create an external edge weights container.
|
static <E,WeightsT extends Weights<E>> WeightsT |
Weights.createExternalEdgesWeights(Graph g,
Class<? super E> type,
E defVal) |
Create an external edge weights container with default values.
|
static <E,WeightsT extends Weights<E>> WeightsT |
Weights.createExternalVerticesWeights(Graph g,
Class<? super E> type) |
Create an external vertex weights container.
|
static <E,WeightsT extends Weights<E>> WeightsT |
Weights.createExternalVerticesWeights(Graph g,
Class<? super E> type,
E defVal) |
Create an external vertex weights container with default values.
|
<E,WeightsT extends Weights<E>> WeightsT |
Graph.getEdgesWeights(Object key) |
Get the edges weights of some key.
|
<E,WeightsT extends Weights<E>> WeightsT |
GraphBuilder.getEdgesWeights(Object key) |
Get the edges weights of some key.
|
<E,WeightsT extends Weights<E>> WeightsT |
IndexGraphBuilder.getEdgesWeights(Object key) |
Get the edges weights of some key.
|
<V,WeightsT extends Weights<V>> WeightsT |
Graph.getVerticesWeights(Object key) |
Get the vertices weights of some key.
|
<V,WeightsT extends Weights<V>> WeightsT |
GraphBuilder.getVerticesWeights(Object key) |
Get the vertices weights of some key.
|
<V,WeightsT extends Weights<V>> WeightsT |
IndexGraphBuilder.getVerticesWeights(Object key) |
Get the vertices weights of some key.
|