I'm wondering how people in general deal with adding behavior to EMF models. I have a model representing a certain type of physical file (a project file for an IDE, but the details are not interesting), and the model contains some computed attributes (such as the result of passing this file to external tools). I can see two ways to go about this: subclassing and editing the generated model classes.
I'm not so much interested in solving this particular problem (I can do that in a number of ways), as in learning how other EMF users approach this problem in general.