Ignore:
Timestamp:
02/21/06 13:09:56 (19 years ago)
Author:
boris
Message:
  • added a method to fetch any modelica elements parent
  • added a mrthod to fetch the project where a modelica element is living
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/org.modelica.mdt.test/src/org/modelica/mdt/test/util/Area51Projects.java

    r317 r357  
    211211        Assert.assertNotNull("failed to create project", mproj);
    212212       
    213         modelica_project = mproj.getProject();
     213        modelica_project = mproj.getWrappedProject();
    214214       
    215215        /*
     
    408408            "  // renaming import\n" +
    409409            "  import mm = Modelica.Math;\n" +
     410            "\n"+
     411            "  // import some local packages, defined in the same project\n"+
     412            "  import foo = hepp;\n"+
     413            "  import hepp.hopp;\n"+
     414            "  import hepp.*;\n"+
     415            "  import root_package.root_package_model;\n"+
     416            ""+
    410417            "\n" +
    411418            "  class bar\n" +
     419            "    // a import that is local to class bar\n"+
     420            "    import cp = childless_package;\n"+
     421            "  equation\n"+         
    412422            "  end bar;\n" +
    413423            "\n" +
Note: See TracChangeset for help on using the changeset viewer.