I have a minimal model expressed in EMF:
package ThingWrappers;
class ThingWrapper {
attr String name = "";
val ecore.EClassifier thing;
}
I define the attribute 'thing' on class ThingWrapper to be of type ecore.EClassifier such that it may accommodate actual things of any type within the EClassifier hierarchy. I would like to create a test model using HUTN to instantiate the model: