Hi all PGML experts! I have a few questions about the use of PGML, to help with my work towards issue 1048.
1) The PGML.tee file in argouml contains a number of <private> tags. I cannot see from the file, nor can I fully understand from the PGML proposal/spec what the meaning of 'private' is in this context: http://www.w3.org/TR/1998/NOTE-PGML-19980410 Is 'private' in this context a reference to the scope of java variables? What data do I need to put within the <private> tags, and what do I need to put elsewhere? 2) Is there any particular naming convention I should be using, or should I just create new tags/attributes as I see fit? 3) PGML.tee seems to be formatted with double line spacing. Is there a reason for this? 4) Are are there any other useful references for PGML other than the following? If so, please let me know! http://www.w3.org/TR/1998/NOTE-PGML-19980410 http://argouml.tigris.org/wiki/DiagramPersistence http://en.wikipedia.org/wiki/Precision_Graphics_Markup_Language At the moment, I've got a new template which looks like this (the following is an extract from my PGML.tee file): <template class="org.argouml.uml.diagram.ui.PathItemPlacement"> <![CDATA[ <pathitem name="<ocl>org.argouml.persistence.PgmlUtility.getId(self.itemFig)</ocl>" description="<ocl>self.class.name</ocl>" href="<ocl ignoreNull>org.argouml.uml.UUIDHelper.getUUID(self.itemFig)</ocl>" percent="TBD...1" angle="TBD...2" offset="TBD...3" /> ]]> </template> Best regards, Dave ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=996276 To unsubscribe from this discussion, e-mail: [[email protected]].
