Could somebody please help me with the following question:
Does the engine support dynamic class creation (i.e. dynamic object model)?
Dynamic object model: "stores the object model for itself in a way that can be modified dynamically. This means it will have classes like "Class", "Attribute", and "Association"."
http://st-www.cs.uiuc.edu/users/johnson/DOM.html If not can I use the interpreted scripting to create dynamic classes.
Thanks