> Could someone tell me where I can get the implementation of the UmlClass (.java or .class).
You shouldn't really need this (I've never looked at it in a year of doing MDR development). The interface is described by a) the UML 1.4 spec, b) the JMI mappings which map UML to Java (JSR-040) and c) the NetBeans MDR documentation. If you decide you have to have them, the 'generate' Ant target in the argouml-core-model-mdr project is what generates the Java interfaces from the UML 1.4 metamodel. The resulting class files are packaged into the file java-interfaces.jar in the build directory. If you just want the Javadoc showing the methods and the inheritance hierarchy, a Google search for org.omg.uml.foundation.core.UmlClass shows the AndroMDA team's online version as the first choice - http://galaxy.andromda.org/docs-3.1/jmi-uml1.4/index.html Tom p.s. Please don't include unrelated messages when starting a new thread. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
