View unanswered posts | View active topics


Reply to topic  [ 4 posts ] 
export UML plugin ( finish) 
Author Message
Member

Joined: Sat Jun 23, 2007 12:06 pm
Posts: 4
Post export UML plugin ( finish)
The plugin create a netBeans UML project.
With all the class of the project, (in theory), all operation getter setters and variable members.
If some on would continue, the good will to be,
make an error listing, for when there are error for make class, like when a source is missing.
Improve the getters setter, because I make it like operation but i think it can be pass to netBeans in getters or setter.

This project is a school project, so you can what you want but no commercial purpose, you can't modify that and sell it.
But you can modify and share to any one.

I think it's no very difficult project to read, there are only one class.
But there are no comment because I have a problem with English.
If some one can repair my error I still ok with that.

http://www.mediafire.com/upload_complete.php?id=ndhtysm3mp4
Reistlein
Si vous avez pas compris et que vous êtes francais vous pouvez poser des question, si vous ête anglais aussi d'ailleurs,(je le comprend mieux que je ne le parle)


Last edited by Reistlein on Sun Oct 14, 2007 12:31 am, edited 1 time in total.



Thu Oct 11, 2007 11:20 pm
Profile
Member

Joined: Thu May 15, 2008 7:36 pm
Posts: 200
Location: Baltimore, MD
Post 
Is there an update for this?

I am curious to anything that can output UML (especialyl if it works for both AS2 and AS3) but the link has since expired.

_________________
UI Lead / Game Designer - Firaxis
President - Geek House Games
Baltimore, MD


Thu May 15, 2008 7:52 pm
Profile E-mail WWW
Member

Joined: Sat Jun 23, 2007 12:06 pm
Posts: 4
Post 
No sorry i don't have updated this prototype.
Nevertheless the url of the source is below
http://www.mediafire.com/?1onx9h9zdi1
Now i work to a generic eclipse plug-in for export programs stuffs.
At first it's for large graph visualisation. But I want continue, with an XMI export.
The plugin for flashdevelop export the XMI into a netbeans project.
But I writed this plugin without knowledge about XMI. so the export may be not a well format XMI.
For AS3 you can do one thing for have a UML . First make a ASDOC with thre argument -keep-xml
Then you will find the xml into the output directory. With that it's very easy to create à visualisation of the class of your application.
I don't know if my explanation was confused or not. You can see this site, for a litle explantion about asdoc.

http://rantworld.blogs.com/flashlit/2007/02/use_asdoc_to_dr.html

:?


Thu May 15, 2008 9:18 pm
Profile
Member

Joined: Fri Jan 08, 2010 5:01 pm
Posts: 1
Location: Rotterdam
Post Re: export UML plugin ( finish)
Hey Hey,

For those having trouble generating ASDoc documents, try :
http://livedocs.adobe.com/flex/3/html/h ... tml#186140
Know that the ASDoc generator won't accept it if you have included classes that aren't in use.

I have managed to generate the toplevel.xml and toplevel_classes.xml, and coppy pasted them pritty mutch every where I could think of where your plug in might be looking for them. But still, all I'm getting is a very small XMI file.
Code:
<?xml version="1.0" encoding="us-ascii"?>
<XMI xmlns:UML="omg.org/UML/1.4" xmi.version="2.0">
  <XMI.content>
    <UML:Project xmi.id="291a76cf-c67a-47d0-8f48-94885ef96ee9" name="VB4">
      <UML:Element.ownedElement>
      </UML:Element.ownedElement>
    </UML:Project>
  </XMI.content>
</XMI>

even though my project has about 30 classes :S


Fri Jan 08, 2010 5:05 pm
Profile E-mail
Display posts from previous:  Sort by  
Reply to topic   [ 4 posts ] 

Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.