Package PrologPlusCG.prolog

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

Related Classes of PrologPlusCG.prolog.UnifyCG

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.