On Wednesday 01 October 2003 14:23, Ingo Bruell wrote: > Hello, > > first thank you for the jmi-uml1.4 docs. > > 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 ?
How about org.uml.foundation.core.GeneralizableElement.isAbstract()? Should be available on classes (or rather, UML "Classifier" instances) because Classifier extends GeneralizableElement. That's what I'm using for this purpose in the EJB cartridge, and it seems to work just fine. Hope this helps, Richard -- Richard Kunze [ t]ivano Software, Bahnhofstr. 18, 63263 Neu-Isenburg Tel.: +49 6102 80 99 07 - 0, Fax.: +49 6102 80 99 07 - 1 http://www.tivano.de
pgp00000.pgp
Description: signature
