ArgoUML adheres to the UML specifications using MDR for UML1.4.2 and eclipse for UML2.x
Its not designed to be able to extend the OMG's definition of the UML metamodel. The standard extension mechanism built into UML is stereotypes and tagged values, do they not work for you? Bob. On 19 May 2010 10:12, halima <[email protected]> wrote: > Hello , > > I want to create two new elements (Display and Control) in the uses case > diagram comme UseCase and Actor > I have created two new interfaces Display and Control similar to the > two UseCase interfaces in packages org.eclipse.uml2.uml > and > org.omg.uml.behavioralelements.usecases > but after in class MetaTypesMDRImpl in package org.argouml.model.mdr; > > > public > > Object getDisplay() { > > return Display.class; > > } > > public Object getControl() { > > return > > Control.class; } > > after the button Control or Display don't work > > i think the problem is in Control.class > > Please can you help me for resolving this problem > thank you > > ________________________________ > Hotmail : une messagerie performante et gratuite avec une sécurité signée > Microsoft Profitez-en ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=2611020 To unsubscribe from this discussion, e-mail: [[email protected]]. To be allowed to post to the list contact the mailing list moderator, email: [[email protected]]
