Package com.xsb.interprolog

Examples of com.xsb.interprolog.NativeEngine


    if (prologEngine == null) {

      String engine_type = System.getProperty("RealTrust.nativeEngine");

      if (engine_type != null) {
        prologEngine = new NativeEngine(getEnginePath());
      } else {
        prologEngine = new XSBSubprocessEngine(getEnginePath());
      }

      String trust_engine = System.getProperty("RealTrust.trustEngine");
View Full Code Here

TOP

Related Classes of com.xsb.interprolog.NativeEngine

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.