diagrams

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

≯℡__Kan透↙ 提交于 2020-01-21 03:15:32
问题 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! 回答1: There are several levels of

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

纵饮孤独 提交于 2020-01-21 03:15:12
问题 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! 回答1: There are several levels of

Eclipse: showing an interactive map of your project

你。 提交于 2019-12-23 04:29:09
问题 Is there a way to get Eclipse to do something like this: It would be SOOOO helpful. 回答1: nWire provides a visual representation of the components and associations in your code. It's not exactly what you are looking for, but could it will get you a bit closer. It works for Java and PHP. There is also Project Code Bubbles, which is not the same, but it seems a bit close to what you are looking for. 来源: https://stackoverflow.com/questions/3847983/eclipse-showing-an-interactive-map-of-your

Eclipse: showing an interactive map of your project

霸气de小男生 提交于 2019-12-23 04:29:01
问题 Is there a way to get Eclipse to do something like this: It would be SOOOO helpful. 回答1: nWire provides a visual representation of the components and associations in your code. It's not exactly what you are looking for, but could it will get you a bit closer. It works for Java and PHP. There is also Project Code Bubbles, which is not the same, but it seems a bit close to what you are looking for. 来源: https://stackoverflow.com/questions/3847983/eclipse-showing-an-interactive-map-of-your

Precise process event timeline diagrams (e.g. in Excel)

纵然是瞬间 提交于 2019-12-20 02:36:52
问题 I need to prepare such diagrams: I think it's quite intuitive how to read this diagram and this is why I want to create a few of them for my project. I am quite confused how to create them efficiently; I've painted the one above in Paint just to quickly visualize my idea and it took too long imo. Moreover the time axis is not accurate. I have precise data with event times (eg. loading start in process 1 , loading end in process 1 , algorithm start in process 2 etc.) e.g. Process 1: 00.0 - 40

UML Diagrams - Discussion

本秂侑毒 提交于 2019-12-13 06:34:24
问题 On a big company, which diagrams (such as activity or class) are created before the development of a specific application? And you guys recommend this type of practice on small projects? Thanks 回答1: That is pretty open-ended and depends quite a bit on the type of development methodology the company is using. And, honestly, it depends on the expertise of the team, the type of system being developed, customer requirements, and many other factors as well. In my experience, you will typically see

identifying the functional dependencies

被刻印的时光 ゝ 提交于 2019-12-12 04:34:07
问题 I have been reading up on database design and I am having some difficulty constructing functional dependency diagrams from tables. I have the following table. Each salesperson is identified by a salesperson’s number, and their sales activities are recorded for each month in the table. http://i.stack.imgur.com/2NXru.png I have made the following assumptions: Each Salesperson has a unique salesperson number Each Client has a unique client number Each product has a unique product number and

在线画时序图的工具:Web Sequence Diagrams ,支持实时生成预览图

蹲街弑〆低调 提交于 2019-12-09 10:03:06
因为工作需要,这两天在尝试着给手里壹些模块画时序图(Sequence Diagrams),壹般画这种图的时候,我们第壹反应会想到安装 IBM 的 Rational Rose ,但是我不想为了画这种图就去安装壹個那麽庞大的企业级应用软件,不说使用的时候需要价格极其高昂的 License,就算使用盗版,也需要自己去网上到处找安装包,而公司的 WiFi 网络实在是太牵强,看看新闻查查 Google 还凑合,如果去用来下载几百兆的软件,那就等着吧,不过我手头的事情还得做,于是就想看看网上有没有在线画这种时序图的工具,搜了下,结果还真有,那就是 Web Sequence Diagrams 。 Web Sequence Diagrams 就是专门为画时序图而准备的,它的特点就是使用简单的编码来控制时序图的各個细节,非常轻便,非常简单,很容易上手。进入首页之后,默认的是壹個横向分成两栏的页面,左侧是文本编辑器,右侧是生成的时序预览图,左侧有壹竖栏是各种时序图组件,点击之后可以在编辑器里自动为你生成样例代码,修改修改就可以用了,并且右上角还有壹個下拉列表可以选择生成的时序图的样式,默认为 napkin,使用这种风格生成的时序图,其线条会不规则的扭来扭去,实际上就是手绘的草图,除此之外,还有: 1、 Plain UML :白底黑字的标准时序图(推荐); 2、 Rose :IBM Rational

UML Class Diagrams Conceptual vs Specification vs Implementation

青春壹個敷衍的年華 提交于 2019-12-09 06:18:49
问题 I am currently reading Martin Fowler's UML Distilled. I have just covered the section on class diagrams, where he places strong emphasis on the need to sort out ones perspective before modelling class diagrams. However, I am slightly confused as to how this looks practically when actually drawing class diagrams. I understand that the theoretical implications change the meaning of an association from one perspective to the next for example. I guess my main question would be that if for example

UMLet Diagrams like Use Case, Class, Activity, etc

自古美人都是妖i 提交于 2019-12-03 03:58:44
问题 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. 回答1: First and for most let me discuss UML and Use Cases . UML is just a graphical way of describing software systems.