Class History.Step

  • Enclosing class:
    History

    protected static class History.Step
    extends Object
    A step in the history, which is a Grid with associated metadata.
    • Field Detail

      • grid

        protected Grid grid
      • cachedOnDisk

        protected boolean cachedOnDisk
      • inProgress

        protected boolean inProgress
    • Constructor Detail

      • Step

        protected Step​(Grid grid,
                       boolean cachedOnDisk,
                       boolean inProgress)