UnionGraphGenerator<V,E> |
UnionGraphGenerator.copyWeights(boolean verticesWeights,
boolean edgesWeights) |
Determine if the vertices/edges weights will be copied from the input graphs to the generated graph(s).
|
UnionGraphGenerator<V,E> |
UnionGraphGenerator.edgesWeightsKeys(Set<String> keys) |
Set the edges weights keys to be copied from the input graphs to the generated graph(s).
|
UnionGraphGenerator<V,E> |
UnionGraphGenerator.edgeUnionByEndpoints() |
Set the union of edges to be by the edges endpoints.
|
UnionGraphGenerator<V,E> |
UnionGraphGenerator.edgeUnionById() |
Set the union of edges to be by the edges identifiers.
|
UnionGraphGenerator<V,E> |
UnionGraphGenerator.graphs(Graph<V,E>... graphs) |
Set the input graphs whose union graph will be generated (variable arguments version).
|
UnionGraphGenerator<V,E> |
UnionGraphGenerator.graphs(Collection<? extends Graph<V,E>> graphs) |
Set the input graphs whose union graph will be generated.
|
UnionGraphGenerator<V,E> |
UnionGraphGenerator.verticesWeightsKeys(Set<String> keys) |
Set the vertices weights keys to be copied from the input graphs to the generated graph(s).
|