*/
@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();