uml
Simple OO question: Which of these classes should own this operation?
I was working on a UML class model and (basic as it is) I feel I need to see if my assumption is right. I have two types: Administrator and Location. (A relationship exists between the two where an Ad[详细]
2023-03-22 06:12 分类:问答UML Can an interface be part of an aggregation relationship?
I have a top class, lets call it Car. I have an interface, lets call it ITyre and then 开发者_如何转开发I have two classes which implement ITyre. Lets call them Goodyear and Bridgestone.[详细]
2023-03-22 01:22 分类:问答How to properly depict external object on UML diagram?
Suppose you have a Parser class 开发者_如何学JAVAthat reads the file and does something with the data it contains. On a diagram how to you show that it gets data from some entity that is not represent[详细]
2023-03-21 02:08 分类:问答How do I insert a split line in an Activity Diagram using UML 2.0 plugin for Eclipse?
I\'m using UML 2.0 plugin on Eclipse for creating some activity diagrams. I would like to in开发者_高级运维sert some split lines (the horizontal bold lines used for expressing concurrence) but I can\'[详细]
2023-03-20 18:18 分类:问答php uml reverse engineering [closed]
Closed. This question is seeking recommendations for b开发者_StackOverflow中文版ooks, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting ans[详细]
2023-03-20 13:20 分类:问答argouml php code generation
Hopefully a quickie... I\'d like to know how/where to alter the settings in argouml that is used in autocode generation.Files created have extra things in that I don\'t need (some comments, some code[详细]
2023-03-20 05:29 分类:问答What difference between reference objects and value objects in UML?
I don\'t 开发者_C百科understand description in Martin Fowler\'s \"UML Distilled\" book.Think of a reference object as being a specific instance with a \"life\" of its own, that several people may be i[详细]
2023-03-19 14:30 分类:问答Aggregation and Composition representation in class definition?
Aggregation is a whole/part relationship. If whole does not exist no longer, but part will still exist[详细]
2023-03-19 13:33 分类:问答UML and documenting long methods
I am using UML to document parts of an older c++ program. It\'s only a portion of the code, but documenting it has made me insane since even this process is quite large. So far开发者_JAVA技巧 I have u[详细]
2023-03-18 20:53 分类:问答UML: How to Model UI and Background-Threads for Mobile Application (iPhone/iOS, Android)
Th开发者_JAVA百科ere are some Topics on Stackoverflow already related on how to model different Threads in UML, for example: Is there an inituitive UML approach to depict threads.[详细]
2023-03-18 18:24 分类:问答