Voiteh / Gecon

GEneric CONverter of data models for Ceylon
Apache License 2.0
2 stars 0 forks source link

Change Visitation of transformations #86

Closed Voiteh closed 5 years ago

Voiteh commented 5 years ago

Currently all visitations are implemented in Transformation interfaces (Convertion...). They should be outsourced to separated interfaces. Maybe this would be good to remove visitors at all. We need separate interfaces. Be aware that this needs to be play well with Providers