Package sg.edu.nus.comp.simTL.engine.tracing

Examples of sg.edu.nus.comp.simTL.engine.tracing.DynamicContext


   */
  @Override
  public InterpretationResult interprete(ITemplate template, URI outURI) throws SimTLException{
    this.template = template;
    this.outURI=outURI;
    currentContext = new DynamicContext();
    interpretedX2IMap = new HashMap<EObject, EObject>();
    modelCorrespondence = new ModelCorrespondence();
   
    try{
      load();
View Full Code Here

TOP

Related Classes of sg.edu.nus.comp.simTL.engine.tracing.DynamicContext

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.