Package owl.run

Interface Environment


  • public interface Environment
    The environment makes global configuration available to all parts of the pipeline. For example, it provides an factory supplier that is supposed to be used by all implementations.
    • Method Detail

      • annotations

        boolean annotations()
        Whether additional information (like semantic state labels) should be included.
      • shutdown

        void shutdown()
        Called exactly one by the runner, indicating that the computation has ended due to, e.g., input exhaustion or an error.
      • isShutdown

        boolean isShutdown()
        Whether the computation has finished.