Examples of UnifyCG


Examples of PrologPlusCG.prolog.UnifyCG

 
  private PPCGEnv env = null;
 
  public CGOperation(PPCGEnv myenv) {
    env = myenv;
    aUnifyCG = new UnifyCG(env)
    // Created for each instance/call of CGOperation
    // Cree pour chaque instance/appel a CGOperation
    concMatchVec = new Vector<ConceptMatch>();
    relMatchVec = new Vector<RelationMatch>();
  }
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.