Hello

I have a project in which I need to add a new kind of diagram to argoUML,
the block diagram of aspect oriented systems. My idea is to replicate the
"Attribute" of UMLClass to use for the additional containers of the block
diagram. From what I could gather from the code I need to create an
"UMLBlock" class, analogous to UMLClass, a "FigBlock" analogous to
FigClass, create the definition of what a Block Diagram contains
in UmlFactoryMDRImpl and create 2-3 new kinds of Attributes. These new
kinds of attributes will have no special behavior and will be just like a
normal Attribute

This is where I ran into my problem, how do I create new kinds of
Attributes? The code for the Attribute interface says explicitly to not
implement or subclass it because "It is generated from a MOF metamodel and
automatically implemented by MDR". I have searched for this metamodel on
the code but with no success.

So how can I go about creating these new attributes? Also any guidelines
regarding creating new kinds of diagrams may be extremely helpful

Thanks

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=2996836

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]]

Reply via email to