Examples of PRED_clause_2


Examples of jp.ac.kobe_u.cs.prolog.builtin.PRED_clause_2

  protected boolean isAsserted(StructureTerm term) {
    Term termWithPackage = term;// new StructureTerm(delimiter,new
                  // Term[]{packageName, term});
    VariableTerm dontcare = new VariableTerm();
    return prolog.execute(new PRED_clause_2(), new Term[] {
        termWithPackage, dontcare });
  }
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.