public class TinkerComputerResult extends DefaultComputerResult
graph, memory| Constructor and Description |
|---|
TinkerComputerResult(Graph graph,
Memory memory) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the computed
GraphComputer result. |
graph, memory, toStringpublic void close()
ComputerResultGraphComputer result. The semantics of "close" differ depending on the underlying implementation.
In general, when a ComputerResult is closed, the computed values are no longer available to the user.close in interface AutoCloseableclose in interface ComputerResultclose in class DefaultComputerResultCopyright © 2013–2015 Apache Software Foundation. All rights reserved.