|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgalois.objects.graph.LocalComputationGraph.ObjectGraphBuilder
public static class LocalComputationGraph.ObjectGraphBuilder
A LocalComputationGraph builder, providing combinations of several features.
| Constructor Summary | |
|---|---|
LocalComputationGraph.ObjectGraphBuilder()
Constructs a new builder instance assuming that the graph about to be created is parallel. |
|
| Method Summary | ||
|---|---|---|
|
create()
Builds the final graph. |
|
LocalComputationGraph.ObjectGraphBuilder |
from(ObjectGraph in)
Indicate the graph used as the initial value for the local computation instance about to be created. |
|
LocalComputationGraph.ObjectGraphBuilder |
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.ObjectGraphBuilder()
| Method Detail |
|---|
public LocalComputationGraph.ObjectGraphBuilder serial(boolean serial)
serial - boolean value that indicates whether the graph is serial or not.public LocalComputationGraph.ObjectGraphBuilder from(ObjectGraph in)
in - initial value for the graphpublic <N extends GObject,E> ObjectGraph<N,E> create()
N - the type of the object stored in each nodeE - the type of the object stored in each edge
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||