Hi, * Ingo Bruell <[EMAIL PROTECTED]> [2003-10-01 14:36]: > I have tried to find a way to check if a class is abstract. But found > no way. Has someone an ideas how to determine this info from a model ?
GeneralizableElement (grandparent of UmlClass) has a method named isAbstract(), which I think is the one you're looking for. Both are in the org.omg.uml.foundation.core package. Attila ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Andromda-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-user
