Hi, See my comments below,
Andreas Sip a écrit : > Hello! > I'm a student and my task is the enhancement of the Topcased > activity-diagram by one own figure. I'm using Topcased Version 1.3. > > My idea was, to use the extension-point I found in the modul > org.topcased.modeler, diagrams.exsd > This would let you create a NEW diagram ... but just for changing one figure. If your change could be applied in a generic way (and belongs to the UML Specification), it would be better to provide a patch. ;-) > To build the editor, I would like to extend the classes of interest from > org.topcased.modeler.uml.activitydiagram. But when I tried, Eclipse > announced: "Discouraged access". > It means that this class is not part of the public API and is not intended to be subclassed. It does not mean that it is forbidden, but that we may change this class in the future and breaking your code. > Of course I can easily change the Manifest, but I think, you will have a > reason for this - and maybe a better way to extend the activity-diagram? > There is unfortunately no easy way to extend a given diagram as it could be the case for example while using GMF runtime and using their Service concept. Regards, Jacques > best regards > > Andreas Sip > > _______________________________________________ > Topcased-users mailing list > [email protected] > http://lists.gforge.enseeiht.fr/mailman/listinfo/topcased-users > -- Jacques LESCOT Solutions et Technologies ANYWARE TECHNOLOGIES Tel : +33 (0)5 61 00 06 60 Fax : +33 (0)5 61 00 51 46 http://www.anyware-tech.com _______________________________________________ Topcased-users mailing list [email protected] http://lists.gforge.enseeiht.fr/mailman/listinfo/topcased-users
