Interface ComputerResult

  • All Superinterfaces:
    AutoCloseable
    All Known Implementing Classes:
    DefaultComputerResult

    public interface ComputerResult
    extends AutoCloseable
    The result of the 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.
    Author:
    Marko A. Rodriguez (http://markorodriguez.com)