Interface PrologEnvironment.Factory

  • Enclosing class:
    PrologEnvironment

    public static interface PrologEnvironment.Factory
    • Method Detail

      • create

        PrologEnvironment create​(com.googlecode.prolog_cafe.lang.PrologMachineCopy src)
        Construct a new Prolog interpreter.
        Parameters:
        src - the machine to template the new environment from.
        Returns:
        the new interpreter.