|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgalois.objects.graph.LocalComputationGraph.LongGraphBuilder
public static class LocalComputationGraph.LongGraphBuilder
A LocalComputationGraph builder, providing combinations of several features.
| Constructor Summary | |
|---|---|
LocalComputationGraph.LongGraphBuilder()
Constructs a new builder instance assuming that the graph about to be created is parallel. |
|
| Method Summary | ||
|---|---|---|
|
create()
Builds the final graph. |
|
|
from(LongGraph<N> in)
Indicate the graph used as the initial value for the local computation instance about to be created. |
|
LocalComputationGraph.LongGraphBuilder |
serial(boolean serial)
Indicates whether the implementation of the graph about to be created is serial (there is no concurrency or transactional support) or parallel (can be safely used within Galois iterators). |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LocalComputationGraph.LongGraphBuilder()
| Method Detail |
|---|
public LocalComputationGraph.LongGraphBuilder serial(boolean serial)
serial - boolean value that indicates whether the graph is serial or not.public <N extends GObject> LocalComputationGraph.LongGraphBuilder from(LongGraph<N> in)
in - initial value for the graphpublic <N extends GObject> LongGraph<N> create()
N - the type of the object stored in each node
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||