Element Converter as an Element Locator¶
Problem Description¶
Normally, an element converter has the purpose of creating a new object, by implementing onCreateModelElement(). However, sometimes you need a re-usable way not to create but to locate an already created element. Such an element could have been created within a different branch of your transformation step tree.