Interface ComputerResult

  • All Superinterfaces:
    AutoCloseable

    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)