diagrams

UMLet Diagrams like Use Case, Class, Activity, etc

99封情书 提交于 2019-12-02 17:21:08
Can you please help me find a detailed tutorial on this topics: UML Behavior Diagrams Use Case Diagrams Activity Diagrams Structure Diagrams Class Diagram Interaction Diagrams Sequence Diagram Communication Diagram I'm really a newbie and I want know what are the ideas in using UML diagrams, there differences, and the tools (like UMLet) that are ideal for novices like me. First and for most let me discuss UML and Use Cases . UML is just a graphical way of describing software systems. There are two types of UML namely: UML Sketching - here you only want to communicate an idea and go through

visual studio express : free class diagram tool [closed]

纵饮孤独 提交于 2019-11-30 17:48:59
I am using c# express and would like to use a free tool to design my class diagrams. What do you recommend for a free tool? There is also NClass , which is quite new, probably not ready for large projects, but looks promising. Edit : This tool is not new anymore and unfortunately it isn't actively maintained since a while. Last release was on 30 Jul 2010. You should also check out StarUML . It's great and free! With or without code generation? Without I know Dia and ArgoUML . Also, you might wanna dig through this list . Have you tried JUDE? http://jude.change-vision.com/jude-web/index.html I

visual studio express : free class diagram tool [closed]

江枫思渺然 提交于 2019-11-30 16:48:23
问题 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 using c# express and would like to use a free tool to design my class diagrams. What do you recommend for a free tool? 回答1: There is also NClass, which is quite new, probably not ready for large projects, but looks promising. Edit : This tool is not new anymore and unfortunately it isn't actively maintained

Should user interfaces be included in the class diagram and sequence diagram?

守給你的承諾、 提交于 2019-11-30 13:39:05
I have a project and I'm required to produce the class and sequence diagram. It is a procurement website. My only problem is that I don't know how to associate the web pages (user interfaces) to these diagrams. If they are not needed what is the right way for me to include it in the diagrams because from a book I read there are "UserInterface" classes, so another question, what should be inside of these UI classes.Can someone give me an example. Thanks! There are several levels of abstraction for UI modelling. Use cases and state machines. These diagrams are made in human terms. Planning on

What kind of UML diagrams do you use? [closed]

我是研究僧i 提交于 2019-11-30 10:32:18
问题 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 6 years ago . UML2 offers different kinds of diagrams. Up to now I only used class diagrams. What kind of UML diagrams do you use? What kinds of

Is there a way to automatically generate the data flow diagrams and flowcharts?

非 Y 不嫁゛ 提交于 2019-11-30 03:18:51
问题 I am recently working on some long and obscure codes written by some other smart guys. I'm thinking of generating the Data Flow Diagrams and the Flowcharts to facilitate my work. Is there any kinds of software that can do this job automatically? P.S. Most of the codes are in C and Fortran. 回答1: Dataflow diagrams are harder because they require most of a compiler front end to derive the basic information needed to draw them. But you can get call and caller graphs as well as some kinds of

What kind of UML diagrams do you use? [closed]

蓝咒 提交于 2019-11-29 20:44:33
UML2 offers different kinds of diagrams. Up to now I only used class diagrams. What kind of UML diagrams do you use? What kinds of diagrams do you recommend for design & documentation of a software project? I use following diagrams more frequently: class diagrams : To explain the class relationship Sequence Diagrams : To capture object interactions Activity diagrams : To explain the activities (algorithm flow). EDIT: Added links as per comment from @Smith325. I use none. I have hardly seen them since university times and my diploma projects. Have an impression mainly students/profs are