Package prolog.logic

Examples of prolog.logic.Var


    }
    else if(order==0) {
      return new Integer(1);
    }
    else if(B.compareTo(NVARS2)<0) {
      return new Var(B.intValue()-2);
    }
    else {
      BigInteger[] tuple=bigint2tuple(getArity(),B);
      Object[] args=new Object[getArity()];
      for(int i=0;i<tuple.length;i++) {
View Full Code Here

TOP

Related Classes of prolog.logic.Var

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.