public class GraphUnionAlgorithm extends Object
| Constructor and Description |
|---|
GraphUnionAlgorithm(Graph gResult)
Begin a new union.
|
| Modifier and Type | Method and Description |
|---|---|
Graph |
getGraph() |
void |
union(Graph gSrc)
Merge a graph into the union.
|
public GraphUnionAlgorithm(Graph gResult)
gResult - the union target, which will be modified in placepublic Graph getGraph()
Copyright © 2019 JULIE Lab, Germany. All rights reserved.