Package AGEval

Examples of AGEval.AGEvaluator


  }
 
  //partial initialization of ALE for FTL (FIXME: move into attrib-gram-evaluator-swipl or fix ALE)
  public void initFtl(boolean runAle) throws RecognitionException, InvalidGrammarException {
    AGEval.IFace.isFTL = true;
        alegEval = new AGEvaluator(ast.interfaces, ast.classes);
        if (runAle) {
          GrammarEvaluator gramEval = new GrammarEvaluator(alegEval.interfaces, alegEval.classes, alegEval.stringMappings, true);
      gramEval.createGraph(); //init symbols
        }
  }
View Full Code Here

TOP

Related Classes of AGEval.AGEvaluator

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.