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

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


      name2ValueMap.put(varName,context.getVariableValue(varName));
    }
    String temp = name2ValueMap.toString();
    name2ValueMap.put(name, pElement);
    log.debug("Changed context from " + temp + " to " + name2ValueMap);
    return new StaticContext(name2ValueMap);
  }
View Full Code Here


      ReferenceFromParent refFromParent =
        checkPlaceholder(tAttributeClass,iAttributeClass,tObject,iObject);
      if(refFromParent!=null){
        //HANDLE TRACELINK
        //1) importedModel - resultModel
        StaticContext staticContext = currentContext.saveToStaticContext();
        modelCorrespondence.add(
          new TraceLink(
            staticContext,
            new TraceLinkNode(
              getImportedModel(refFromParent.getParent().eResource()),
View Full Code Here

TOP

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

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.