eMoflon / emoflon-ibex

Shared, eMoflon-specific component for incremental unidirectional and bidirectional graph transformations
GNU General Public License v3.0
13 stars 4 forks source link

Generate Green Patterns (xtend code) for FWD, BWD, CC... #18

Closed erhanleblebici closed 7 years ago

erhanleblebici commented 8 years ago

... and later Modelgen.

In order to handle brute force and normal algorithm in a unified manner, please do not create EMF-edges in these patterns but just Edge-Objects. A procedure will then iterate over (chosen) edges and will invoke eSet.

Note that Source and Target of correpsondences are not edges anymore (as opposed to the old implementation). So you can directly set the source and target of a correpsondence in the xtend code.

Find a TGG example attached ibex test.zip

erhanleblebici commented 7 years ago

this has been solved by programmatic model manipulation code, a sort of TGG interpreter for green parts