Ignore:
Timestamp:
07/10/12 14:51:51 (12 years ago)
Author:
wschamai
Message:

BUG FIX:

  • clear action for value bindings view for the case that the tree that is displayed in the view is not consistent with the model because the user deleted or moved elements in Model Explorer
  • simulation experiment annotation string
  • VeM generation: selection of packages (e.g. for scenarios)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modelicaml/org.openmodelica.modelicaml.common/src/org/openmodelica/modelicaml/common/services/ElementsCollector.java

    r1528 r1572  
    103103       
    104104        // get all direct contents of the selected root element
    105 //      Iterator<EObject> i = umlRootElement.eAllContents();
    106         Iterator<EObject> i = umlRootElement.eResource().getAllContents();
     105        Iterator<EObject> i = umlRootElement.eAllContents(); // only elements that are in the name space of this element
     106//      Iterator<EObject> i = umlRootElement.eResource().getAllContents(); // do not use this because this return all element in a .uml file
    107107
    108108        while (i.hasNext()) {
Note: See TracChangeset for help on using the changeset viewer.