<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d14789577\x26blogName\x3dElango+Weblog\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://elangora.blogspot.com/search\x26blogLocale\x3den\x26v\x3d2\x26homepageUrl\x3dhttp://elangora.blogspot.com/\x26vt\x3d-4875223596954718087', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>


XMI2Actionscript - Tool to generate Actionscript pseudo code from your UML Design

When you were using Flash for an application development project, UML Design is the first step out of it. Like any other programming languages, now we can create Actionscript pseudo code from UML. XMI2Actionscript easily creates the Actionscript pseudo code when you design UML with Enterprise Architect or with ArgoUML. Export your UML Design to a *.XMI file and using .XMI file, you can create the AS2 Classes with all the relationship and package structures. Features : 1. Source: XMI version 1.0 or 1.2, Output HTML page with all the classes. 2. Support for inheritence (extends) 3. Support for complex Namespaces 4. Automatic creation of folders in accordance to classes’ namespaces. 5. AS2DOC compatible standard documentation copying from XMI, Including documentation for methods params. 6. Automatic creation of static variables required by CreateClassObject 7. Automatic creation of constructor 8. Recognition for static methods 9. UI interface available in .Net 1.1 and for web as ASP. XSL which is used for conversion is an external file, thus you can extend it easily. 10. A special dialog to select the classes you wish to export from the file or altogether.
« Home | Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »

» Post a Comment