Package jp.ac.kobe_u.cs.prolog.lang

Examples of jp.ac.kobe_u.cs.prolog.lang.Predicate.exec()


          // if (engine.control.thread == null)
          // break main_loop;
          if (outOfLoop) {
            break main_loop;
          }
          code = code.exec(engine);
        }
        switch (engine.exceptionRaised) {
        case 1: // halt/0
          break main_loop;
        case 2: // freeze/2
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.