active questions tagged uml - Stack Overflow most recent 30 from stackoverflow.com 2009-12-11T17:13:21Z http://stackoverflow.com/feeds/tag/uml http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1888640/automatically-create-class-diagram-from-actionscript-code 0 Automatically create class diagram from ActionScript code? Eric P 2009-12-11T15:01:11Z 2009-12-11T15:01:11Z <p>Is there a tool that can automatically generate class diagrams from Action Script code? </p> http://stackoverflow.com/questions/1886580/showing-interface-bundles-in-an-architecture 0 Showing interface bundles in an architecture Bernd 2009-12-11T08:17:34Z 2009-12-11T10:34:40Z <p>I am in a early stage of a project, graphically modelling the system structure.</p> <p>Is there any widely accepted graphical notation for showing interface "bundles"? </p> <p>Interface bundles would be a collection of several separate interfaces (belonging together) which are aggregated in order to reduce figure complexity.</p> http://stackoverflow.com/questions/1879170/umlmodeler-closemodelmodelobj-is-not-closing-the-emx-file-in-editor-rsa-6-0-1 0 UMLModeler.closeModel(modelObj) is not closing the EMX File in Editor RSA 6.0.1 unknown (google) 2009-12-10T07:11:56Z 2009-12-11T05:52:07Z <p>Hi </p> <p>I am working on a project where we are using RSA 6.0.1. </p> <p>I have to run the some set of tasks programmatically. I have open the emx file using UMLModeler.openModel(absoluteModelPath); Then do some editing and save through UMLModeler.getEditingDomain().run( new ResourceSetModifyOperation("Update Operation") {},Monitor); Then I refreshed the project through sourceProject.refreshLocal(IProject.DEPTH_INFINITE,monitor); till now things goes fine and finally when I am closing the model through UMLModeler.closeModel(objUMLModel); It is running this code but not closing the EMX file in the editor.</p> <p>There is no error , no exception. Can any one please suggest me what can I do to close this emx file.</p> http://stackoverflow.com/questions/1819857/howto-model-an-information-system-in-uml 0 Howto model an information system in uml? martin 2009-11-30T13:34:14Z 2009-12-10T23:06:54Z <p>Hello,</p> <p>i have written a software that is generating a data output based on the communication protocol HL7, but this isn't really important for my question. I have to develop an integration concept to integrate my software as a subsystem into an enterprise information system. I want to show a diagram which explains how the several subsystems work together and which data is communicated between the subsystems. My problem is that i'm not sure if there is in the uml language a diagram-type that supports modeling of complete information systems.</p> <p>I thought about the deployment diagram, but I am not sure if it is the right. I don't want to start an then recognize that it is the wrong way.</p> <p>Are there any advices which diagram should be used or if there is an alternative modeling language für complex information systems?</p> <p>Thanks in advance, Martin</p> http://stackoverflow.com/questions/1874049/uml-arrows-pointers-explanation 0 UML arrows/pointers explanation faya 2009-12-09T13:53:24Z 2009-12-09T13:59:20Z <p>Hello,</p> <p>I have recently been studying UML and drawing simple diagrams with ordinary plain arrows between classes. But I know its not enought, there is plenty other arrows generalization, realization and etc which has meaning to the diagram reader. Maybe is there a nice resource which could explain each arrow(ordinary,plain, dotted, diamond filled, diamond)? It would be the best if it will have some code examples for them :) Thanks in advance!</p> http://stackoverflow.com/questions/1852287/dynamic-behaviour 0 Dynamic Behaviour milena 2009-12-05T14:05:39Z 2009-12-09T00:14:19Z <p>HI,</p> <p>I want to find non-common examples of dynamic systems, to be modeled using UML.</p> <p>Any ideas??</p> <p>Thanks</p> http://stackoverflow.com/questions/1721663/any-uml-like-modeling-tool-for-qt-signals-and-slots 2 Any UML-like modeling tool for QT signals and slots? Eye of Hell 2009-11-12T11:48:10Z 2009-12-08T17:48:40Z <p>Hello.</p> <p>Is it any uml-like modeling tool available that can design (draw) classes and can visually represent QT signals and slots, they connections?</p> http://stackoverflow.com/questions/1868270/generate-class-diagram-from-existing-javadocs 1 Generate class diagram from existing javadocs Shirley Cohen 2009-12-08T16:49:03Z 2009-12-08T16:55:45Z <p>Hi,</p> <p>I'm using an external java library for which I only have the javadocs and do not have the source code. I'd like to generate a UML diagram from the existing javadocs so that I can visualize the class hierarchy using something like Graphviz. Is that possible? Note that what I'm looking for is a graphical version of overview-tree.html. </p> <p>Please let me know if you have any ideas and/or suggestions.</p> <p>Thanks,</p> <p>Shirley</p> http://stackoverflow.com/questions/733768/uml-to-sql-tool 0 UML to SQL tool Cicik 2009-04-09T11:15:47Z 2009-12-08T11:59:28Z <p>Hi, is there some UML tool where I can draw my database design and generate SQL scripts for creating my database?</p> <p>thanks </p> http://stackoverflow.com/questions/1667739/star-uml-how-to-add-get-set-properties 0 Star UML: how to add get/set properties dotnet-practitioner 2009-11-03T14:39:31Z 2009-12-07T16:01:01Z <p>I have started using Star UML application and its great. Is there a way to add get/set functions and foward/reverse engineer the code. </p> <p>Thanks</p> http://stackoverflow.com/questions/1853995/graphing-library-capabale-of-generating-class-diagrams 0 Graphing library capabale of generating class diagrams epitka 2009-12-06T00:16:47Z 2009-12-06T09:49:11Z <p>Hi, I need a library that is able to generate UML class diagrams for use over the web. Just images based on meta data would be fine, but if anybody knows of one that allows to draw over the web, would be even better.</p> http://stackoverflow.com/questions/1852302/a-proposal-to-add-statemachine-support-to-c-like-language 2 A proposal to add statemachine support to C++-like language Richard Pennington 2009-12-05T14:14:12Z 2009-12-05T18:27:03Z <p>Lately as part of my day job I've been learning IBM Rhapsody and using it to generate code in C++ from the UML.</p> <p>Yesterday it struck me that it might be cool to think about adding state machine support to my C++ compiler, so I jotted a few notes here: <a href="http://ellcc.org/wiki/index.php/State%5Fmachines%5Fand%5FActive%5FClasses" rel="nofollow">http://ellcc.org/wiki/index.php/State%5Fmachines%5Fand%5FActive%5FClasses</a></p> <p>My motivations for doing this are:</p> <ol> <li>It seems like a cool idea.</li> <li>The compiler could do much better semantic checking (with better error checking) than the current Rhapsody/normal C++ compiler.</li> <li>There are many optimization possibilities available when the compiler itself understands the state machine structure.</li> </ol> <p>I may try to extend my grammar to except something like the proposal to see how well it works.</p> <p>What is your opinion of the proposal? Does it seem readable? Does it seem worthwhile? </p> http://stackoverflow.com/questions/1848902/whats-a-good-free-tool-for-generating-uml-class-diagrams 0 What's a good free tool for generating UML class diagrams? [closed] ctford 2009-12-04T18:44:00Z 2009-12-04T19:38:08Z <blockquote> <p><strong>Possible Duplicates:</strong><br> <a href="http://stackoverflow.com/questions/168512/best-free-professional-looking-uml-tool">Best Free Professional Looking UML Tool?</a><br> <a href="http://stackoverflow.com/questions/15376/whats-the-best-uml-diagramming-tool">What&rsquo;s the best UML diagramming tool?</a> </p> </blockquote> <p>What free tools are there for creating basic UML class diagrams? What are their advantages and limitations?</p> http://stackoverflow.com/questions/15376/whats-the-best-uml-diagramming-tool 36 What's the best UML diagramming tool? eplawless 2008-08-18T23:29:17Z 2009-12-04T01:25:36Z <p>I'm trying to choose a tool for creating UML diagrams of all flavours. Usability is a major criteria for me, but I'd still take more power with a steeper learning curve and be happy. Free (as in beer) would be nice, but I'd be willing to pay if the tool's worth it. What should I be using?</p> http://stackoverflow.com/questions/1836470/enterprise-architect-doesnt-recognize-relations-in-code 0 Enterprise Architect doesn't recognize relations in code pestaa 2009-12-02T22:58:28Z 2009-12-02T22:58:28Z <p>I reverse engineered some PHP classes with Sparx's Enterprise Architect software to create a class diagram.</p> <p>Too bad it doesn't automatically recognize relations like inheritance or whatsoever.</p> <p>Did I overlook something?</p> http://stackoverflow.com/questions/1836032/using-visio-2007-how-do-i-represent-a-trigger-and-a-stored-procedure 1 using visio 2007, how do I represent a trigger and a stored procedure? zombiegx 2009-12-02T21:45:07Z 2009-12-02T21:45:07Z <p>I have a web service class diagram, I want it to show what stored procedures a web method calls.</p> <p>for now, I just use a class with a metod inside to represent a stored procedure, something like</p> <pre><code>storeStuff(in this, in that, out field1, out field2) </code></pre> <p>but this consumes tons of space, any tips?</p> <p>or are there any better ways to do this?</p> <p>thanks</p> http://stackoverflow.com/questions/1093452/uml-tool-required-for-c 0 UML tool required for C# Peter Morris 2009-07-07T16:44:43Z 2009-12-02T18:19:35Z <p>I need some help - here are my requirements.</p> <p>1: I should be able to modify the UML model without affecting the code, and then later apply the changes. This is because I need to print the changes, get them confirmed, and then develop them.</p> <p>2: I should be able to reuse parts of the model. For example I would create one project which outputs A.dll assembly, and then another UML project would use the classes in the first to crate B.dll</p> <p>3: Project stored as text so I can see changes in version control history.</p> <p>4: Together is too expensive :-)</p> http://stackoverflow.com/questions/1832875/reverse-engineer-sequence-diagram-in-staruml 0 Reverse Engineer sequence diagram in StarUML jadaaih 2009-12-02T13:21:59Z 2009-12-02T13:21:59Z <p>Hi folks,</p> <p>I am in the process of reverse engineering an existing java project. I am using StarUML to generate the class diagrams. </p> <p>I would like to know how I can generate a package diagram, package dependency diagram and sequence diagram from existing code in StarUML? I would be much interested in sequence diagram if not the others. Could you please let me know about it?</p> <p>I would also like to know if you have come across any other better open source tool that does this job. Thanks a bunch for your time.</p> <p>Thanks, J</p> http://stackoverflow.com/questions/1827485/free-and-usable-uml-diagrams-editor 1 Free and usable UML diagrams editor Mad 2009-12-01T16:53:15Z 2009-12-01T17:22:48Z <p>I need to find a good, powerful and reliable UML diagram editor. I cannot use visio for this - I just go mad because of its usability. Can anyone recommend me a good one?</p> http://stackoverflow.com/questions/1827008/numbering-messages-in-enterprise-architect-communication-diagrams 0 Numbering Messages in Enterprise Architect Communication Diagrams Paul Croarkin 2009-12-01T15:41:43Z 2009-12-01T15:51:21Z <p>I'm using Enterprise Architect (sparxsystems) to create a UML 2.0 Communication Diagram. I want the numbering of messages to be similar to this example: <a href="http://www.sparxsystems.com.au/uml%5Ftool%5Fguide/uml%5Fdictionary/communicationdiagram.html" rel="nofollow">http://www.sparxsystems.com.au/uml%5Ftool%5Fguide/uml%5Fdictionary/communicationdiagram.html</a>. </p> <p>How do I get messages to start with 2, 3, etc? Whenever I create a new message it creates it as 1.x. I see how to re-order messages, but not how to start a new sequence.</p> <p>The example mentions that "a new number segment begins for a new layer of processing", but does not mention how to define a new layer of processing. </p> http://stackoverflow.com/questions/1178048/could-someone-recommend-a-good-online-video-to-learn-uml 1 could someone recommend a good online video to learn UML ? Shore 2009-07-24T14:25:53Z 2009-12-01T02:00:04Z <p>I've found this one: <a href="http://www.softwaretrainingtutorials.com/uml.php" rel="nofollow">http://www.softwaretrainingtutorials.com/uml.php</a></p> <p>but that's not complete!</p> http://stackoverflow.com/questions/1815194/do-you-know-of-any-good-uml-sample 0 Do you know of any good UML sample? kane77 2009-11-29T10:30:48Z 2009-11-29T10:51:59Z <p>I need some sample UML diagrams for some project of medium complexity. Do you know of anywhere where I can find some? I don't need them for learning UML, but rather to test my application that I work on and that should be able to process UML diagrams. </p> <p>It would suffice to have Class diagram, Package diagram and Component diagram, but those should all model the same system and should be consistent.</p> http://stackoverflow.com/questions/1635943/any-hints-on-programming-dia-with-python-extensions 0 Any hints on programming Dia with Python extensions? Eric 2009-10-28T08:53:34Z 2009-11-29T04:00:06Z <p>I'm searching for documentation on how to do it properly. Any hints?</p> http://stackoverflow.com/questions/1812680/what-are-the-most-significant-disadvantages-of-using-uml 8 what are the most significant disadvantages of using UML? demian 2009-11-28T14:50:53Z 2009-11-29T00:56:50Z <p>UML is a great language to model software for business requirements, but there is a growing community that points some disadvantages for some lacking features.</p> <p>What are the most significant disadvantages that you find crucial for UML and what could it be a good alternative to solve this lacking features?</p> http://stackoverflow.com/questions/1804700/recommended-sites-with-uml-diagrams-for-different-business-scenarios 0 Recommended sites with UML diagrams for different business scenarios? denica001 2009-11-26T16:39:55Z 2009-11-26T18:29:03Z <p>As I found once for relational database models under <a href="http://databaseanswers.org/data%5Fmodels/index.htm" rel="nofollow">this site</a>, now I wonder if I could find something similar for UML diagrams base on the different business possible scenarios.</p> <p>Best,</p> http://stackoverflow.com/questions/1804104/how-can-i-represent-implementation-of-a-pattern-in-a-uml-class-diagram 0 How can I represent implementation of a pattern in a UML class diagram? Tarquila 2009-11-26T14:48:53Z 2009-11-26T14:51:13Z <p>In UML, how can I represent that a class implements some design pattern or follows some convention? For example, in Java, that a class follows the JavaBean convention?</p> http://stackoverflow.com/questions/1782442/free-code-to-flowchart-uml-tool-for-c-code 0 Free Code-to-Flowchart/UML tool for C# code RCIX 2009-11-23T11:05:58Z 2009-11-26T05:18:34Z <p>I'm looking for a free tool similar to <a href="http://www.aivosto.com/visustin.html" rel="nofollow">Visustin</a>. Are there any like that that exist?</p> http://stackoverflow.com/questions/1798561/uml-of-website-page-navigation 0 UML of website page navigation SmartestVEGA 2009-11-25T17:25:54Z 2009-11-25T21:05:33Z <p>I need someones help in creating UML for web navigation:</p> <p>If the dropdown in page1 have values "A" "B" "D"</p> <p>Web navigates by..</p> <p>Page1 -> Page2 -> Page 3-> Page 4</p> <p>if a drop down in page 1 is having value "C" then </p> <p>Page1 -> Page2 -> Page 4</p> <p>Please help in creating a UML for this.</p> http://stackoverflow.com/questions/1783444/uml-based-web-modelling-model-the-login-process 1 UML based Web Modelling: model the login process? asb 2009-11-23T14:28:12Z 2009-11-23T21:23:18Z <p>I am trying to model a web site project with UML. My question: in Use Case and Activity diagrams, should I model the login process (and if so, how)? Looking around, I didn't find a consistent answer to this question. Some people say we should no show the login as any part of the system, neither in Use Case nor in Activity diagrams; some people say we should. Can anyone shed some light on me?</p> http://stackoverflow.com/questions/1784246/should-i-place-a-built-in-class-such-as-date-as-a-separate-class-in-my-uml 0 Should I place a built in Class (such as Date) as a separate class in my UML. Julian 2009-11-23T16:23:46Z 2009-11-23T16:31:04Z <p>I'm creating a UML Class Diagram for an inventory system as part of a class assignment. I used members such as String and Date in a few of my Classes. My group members are saying that I should include a Date class because it is an object. </p> <p>My assumption is that we were using Java or some other language with a built in Date object.</p> <p>Do I need to explicitly state a class for Date? What about the String object?</p> <p>What other languages besides Java has a built in Date type that can be used to develop a client/server such as an inventory system.</p>