On Wed, Dec 31, 2008 at 3:36 PM, tahani hamad <[email protected]> wrote:
> this in the old vertion we do like that > ns = MFactory.getDefaultFactory().createNamespace(); Which old version? What are you trying to do? That code is either several years out-of-date or it's from a different project, because it's nothing I recognize. > in Version: 0.26 how can we change this statment ? If you look at the UML 1.4 spec, you'll see that Namespace is an abstract metatype, so it can not be instantiated. You'll need to choose one of its concrete subtypes to create (Packages are the most common Namespace used to organize things). Tom ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=998869 To unsubscribe from this discussion, e-mail: [[email protected]].
