Package owl.run

Class Environment


  • public abstract class Environment
    extends Object
    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.
    • Constructor Detail

      • Environment

        public Environment()
    • Method Detail

      • annotations

        public abstract boolean annotations()
      • of

        public static Environment of​(boolean annotated)