public class DefaultGraphSplittingBackend extends Object implements GraphSplittingBackend
| Constructor and Description |
|---|
DefaultGraphSplittingBackend(Graph graph) |
| Modifier and Type | Method and Description |
|---|---|
int |
copyIndex(int index) |
Graph |
getGraph() |
int |
prototype(int index) |
int[] |
split(int[] domain,
int[] nodes) |
public DefaultGraphSplittingBackend(Graph graph)
public Graph getGraph()
public int prototype(int index)
public int copyIndex(int index)
public int[] split(int[] domain,
int[] nodes)
split in interface GraphSplittingBackendCopyright © 2015. All rights reserved.