My Sample UML XML
Author
Zhou Renjian
Create@
2004-11-29 05:44
<?xml version="1.0" encoding="UTF-8"?>
<uml title="Sample Class Diagram">
<classwrapper position-type="absolute" left="60" top="50" width="130">
<class name="INote">
<attribute decorator="public">jodid:long</attribute>
<attribute decorator="private">label:String</attribute>
<method decorator="private">init()</method>
<method decorator="protected">load()</method>
</class>
</classwrapper>
<classwrapper position-type="absolute" left="250" top="25" width="180">
<class decorator="public" name="SimpleText">
<attribute decorator="public">jodid:long</attribute>
<attribute decorator="private">label:String</attribute>
<attribute decorator="protected">text:String</attribute>
<method decorator="private">init()</method>
<method decorator="protected">load()</method>
<method decorator="public">getText():String</method>
<class decorator="public" name="Privilege"/>
<class name="Visit"/>
</class>
</classwrapper>
<classwrapper position-type="absolute" left="470" top="25" width="180">
<class decorator="public" name="CultureWord">
<attribute decorator="public">jodid:long</attribute>
<attribute>label:String</attribute>
<attribute decorator="protected">text:String</attribute>
<class name="Privilege">
<attribute decorator="public">jodid:long</attribute>
<method>toRead()</method>
</class>
</class>
</classwrapper>
<classwrapper position-type="absolute" left="670" top="25" width="120">
<class decorator="public" name="Catalog">
<class decorator="public" name="Privilege"/>
</class>
</classwrapper>
</uml>