Changes between Initial Version and Version 1 of Ticket #237
- Timestamp:
- Oct 22, 2012, 4:04:50 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #237
- Property Status changed from new to assigned
-
Ticket #237 – Description
initial v1 1 1 In the modeling cycle ProMoT-CNA-ProMoT sometimes layout information in the explorer are exported to graphml (using hierarchical names like moduleA.moduleB.componentC). 2 2 3 When the model is exported to CNA and thereafter reimported into ProMoT the model is represented as a 'flat' model. Hence the graphml information can not be applied anymore because the identifiers do not match (moduleA.moduleB.componentC vs. componentC). 4 3 5 So it would be nice to have an option in the graphml importer that provides also the handling for flat or simple names (used as identifers).