tool-uml

Free UML tool, ideally for .NET [closed]

烂漫一生 提交于 2020-01-21 03:06:28
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 8 years ago . Could anyone suggest an UML tool which you have used and would like to recommend (please provide pros and cons of the tool you

How to setup UML diagramming tool (powered by yFiles) for IntelliJ IDEA?

若如初见. 提交于 2020-01-06 19:38:11
问题 There is a cool diagramming tool for IntelliJ IDEA powered by yFiles. Check out this video: https://youtu.be/cTg_ocVFmcs?t=36 I wonder if I can get this thing to work on IntelliJ IDEA (Community Edition). The problem is there is no such plugin available in the plugins repo. How to perform the setup? 回答1: The community edition only supports a limited number of plugins. The class diagram plugin is only supported in the Ultimate edition if I remember correctly. You can always try a 30-day free

use case and activity diagram of VB6 proj tool

ぃ、小莉子 提交于 2019-12-11 04:22:43
问题 project type is vb6.I have the source code. is there any tool available which will generate the diagrams for the selected project... Please reply soon. I used Altova but that does not support vbp types...is there any other tool available ? Thanks in advance. 回答1: Enterprise Architect from Sparx Systems fully suppoprts reverse engineering and diagram creation of legacy vb6 code. You can find a rundown of its code import options on the sparx systems website. Looking into it deeper - Sparx

Enterprise Architect Synchronize with Code

柔情痞子 提交于 2019-12-11 04:06:23
问题 I am learning EA . I did reserve engineering with my java code and generated some class diagrams . Then I changed my code and copy over to EA project (delete the original source code which EA used and put the modified in). Then use Code Engineering -> Synchroize Package with Code to update EA with the modified code, the new reference added was shown up in one of the class diagrams but the old reference which was removed in the updated code was still in one of the class diagrams. And also the

Enterprise Architect - Cancel Connectors Bridges

自古美人都是妖i 提交于 2019-12-11 02:25:14
问题 This might be a silly question but still - when two connectors cross each other the EA creates a bridge. Any way to cancel that so it'll basically be two straight lines crossing? Thanks. 回答1: Tools|Options|Diagram|Enable Connector line jumps 来源: https://stackoverflow.com/questions/28944035/enterprise-architect-cancel-connectors-bridges

XSD to UML command line tool

泪湿孤枕 提交于 2019-12-08 03:36:48
问题 I was wondering, does anyone come across any command line tool (free in preference) for translating an xml schema (xsd) to UML diagram? The .xsd is used to represent classes, thus a UML class diagram would fit the purpose. I would be more interested in a command line tool, as i would like to make it an automatic task, thus i would rather not have to open a UI to perform it. I have done some online research but most of the tools do require UI interaction. Thank you for any suggestions. 回答1: An

Tool for generating UML class diagram from Doctrine annotations [closed]

谁说胖子不能爱 提交于 2019-12-03 06:18:55
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . I am looking for a tool that would generate an UML class diagram from Doctrine's @ORM annotations. Especially showing the relations between entities would be useful. Is there any such tool? 回答1: This answer is framework-specific, but I'm working on adding support for this tool in doctrine/common , so if you are

Tool for generating UML class diagram from Doctrine annotations [closed]

会有一股神秘感。 提交于 2019-12-02 19:41:06
I am looking for a tool that would generate an UML class diagram from Doctrine's @ORM annotations. Especially showing the relations between entities would be useful. Is there any such tool? This answer is framework-specific, but I'm working on adding support for this tool in doctrine/common , so if you are using symfony or CI or other frameworks, this may also be available soon. If you are using Zend Framework 2.1 (as I'm writing) and follow my tutorial on installing Doctrine 2 ORM with ZF2 , the developer toolbar will give you the ability to generate a diagram of all the entities with their

Is there a (free) UML class diagram editor that supports association end ownership dots?

痴心易碎 提交于 2019-11-27 19:33:59
问题 According to the UML 2.5 specification, an association end can be "owned" by the class at the other end (this means that the owned association end corresponds to a reference property of the class at the other end). The fact that an association end is owned should not be expressed by a navigability arrow (which is common practice, however). Rather, it has to be expressed with the help of a small filled circle (also called a "dot") at the end of the association line, as the following diagram