public final class ComputerResult
extends java.lang.Object
GraphComputer's computation. This is returned in a Future by GraphComputer.submit().
A GraphComputer computation yields two things: an updated view of the computed on Graph and any computational sideEffects called Memory.| Constructor and Description |
|---|
ComputerResult(Graph graph,
Memory memory) |
| Modifier and Type | Method and Description |
|---|---|
Graph |
graph()
Get the view of the original
Graph computed on by the GraphComputer. |
Memory |
memory()
Get the computational sideEffects called
Memory of the GraphComputer. |
java.lang.String |
toString() |
public Graph graph()
Graph computed on by the GraphComputer.public Memory memory()
Memory of the GraphComputer.public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2013-2015 TinkerPop. All Rights Reserved.