On Thu, Jan 1, 2009 at 11:43 PM, Tom Morris <[email protected]> wrote: > 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.
Seems to be from NSUML. So the answer is several years out-of-date. >> 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]]. > -- Cheers, Christian López Espínola <penyaskito> ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=998870 To unsubscribe from this discussion, e-mail: [[email protected]].
