org.jgrapht.generate
Class SimpleWeightedBipartiteGraphMatrixGenerator<V,E>
java.lang.Object
org.jgrapht.generate.WeightedGraphGeneratorAdapter<V,E,V>
org.jgrapht.generate.SimpleWeightedBipartiteGraphMatrixGenerator<V,E>
- All Implemented Interfaces:
- GraphGenerator<V,E,V>
public class SimpleWeightedBipartiteGraphMatrixGenerator<V,E>
- extends WeightedGraphGeneratorAdapter<V,E,V>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleWeightedBipartiteGraphMatrixGenerator
public SimpleWeightedBipartiteGraphMatrixGenerator()
first
public SimpleWeightedBipartiteGraphMatrixGenerator<V,E> first(List<? extends V> first)
second
public SimpleWeightedBipartiteGraphMatrixGenerator<V,E> second(List<? extends V> second)
generateGraph
public void generateGraph(WeightedGraph<V,E> target,
VertexFactory<V> vertexFactory,
Map<String,V> resultMap)
- Specified by:
generateGraph
in class WeightedGraphGeneratorAdapter<V,E,V>
Copyright © 2013. All rights reserved.