static <T,WeightsT extends IWeights<T>> WeightsT |
IWeights.createExternalEdgesWeights(IntGraph g,
Class<? super T> type) |
Create an external edge weights container.
|
static <T,WeightsT extends IWeights<T>> WeightsT |
IWeights.createExternalEdgesWeights(IntGraph g,
Class<? super T> type,
T defVal) |
Create an external edge weights container with default values.
|
static <T,WeightsT extends IWeights<T>> WeightsT |
IWeights.createExternalVerticesWeights(IntGraph g,
Class<? super T> type) |
Create an external vertex weights container.
|
static <T,WeightsT extends IWeights<T>> WeightsT |
IWeights.createExternalVerticesWeights(IntGraph g,
Class<? super T> type,
T defVal) |
Create an external vertex weights container with default values.
|
<T,WeightsT extends IWeights<T>> WeightsT |
IntGraph.getEdgesIWeights(String key) |
Get the edges weights of some key.
|
<T,WeightsT extends IWeights<T>> WeightsT |
IntGraphBuilder.getEdgesIWeights(String key) |
Get the edges weights of some key.
|
<T,WeightsT extends IWeights<T>> WeightsT |
IntGraph.getVerticesIWeights(String key) |
Get the vertices weights of some key.
|
<T,WeightsT extends IWeights<T>> WeightsT |
IntGraphBuilder.getVerticesIWeights(String key) |
Get the vertices weights of some key.
|
static <K,T,WeightsT extends IWeights<T>> WeightsT |
IndexIdMaps.idToIndexWeights(Weights<K,T> weights,
IndexIdMap<K> map) |
Create a weights view that is accessed by the elements indices, given a weights container that is accessed by the
element IDs.
|