public class SimpleWeightedBipartiteGraphMatrixGenerator<V,E> extends WeightedGraphGeneratorAdapter<V,E,V>
weights
Constructor and Description |
---|
SimpleWeightedBipartiteGraphMatrixGenerator() |
Modifier and Type | Method and Description |
---|---|
SimpleWeightedBipartiteGraphMatrixGenerator<V,E> |
first(List<? extends V> first) |
void |
generateGraph(WeightedGraph<V,E> target,
VertexFactory<V> vertexFactory,
Map<String,V> resultMap) |
SimpleWeightedBipartiteGraphMatrixGenerator<V,E> |
second(List<? extends V> second) |
generateGraph, weights
public SimpleWeightedBipartiteGraphMatrixGenerator()
public SimpleWeightedBipartiteGraphMatrixGenerator<V,E> first(List<? extends V> first)
public SimpleWeightedBipartiteGraphMatrixGenerator<V,E> second(List<? extends V> second)
public void generateGraph(WeightedGraph<V,E> target, VertexFactory<V> vertexFactory, Map<String,V> resultMap)
generateGraph
in class WeightedGraphGeneratorAdapter<V,E,V>
Copyright © 2016. All rights reserved.