Tagged Questions
The uml-modeling tag has no wiki summary.
27
votes
27answers
2k views
How Much Designing Should Go On Before Any Coding Takes Place?
I'm currently in school and for my Senior Project we have to spend 1/3 terms just doing UML diagrams and other tedious documentation for our project.
This involves alot of designing and planning for ...
11
votes
5answers
2k views
BOUML Project status
Can anyone explain to me what happened to the BOUML project? I read a scary message on what used to be its site:
'Due to the continuous license violations, attacks and injuries from people of ...
11
votes
3answers
9k views
How to export Visual Studio 2010 UML Modeling Diagrams
I recently created a very nice UML Class diagram inside Visual Studio 2010 (b2). The tools worked like a charm and I was able to model a rather complex domain within minutes.
However, I cannot find ...
8
votes
5answers
175 views
OOP intermediate level tutorial
I am very eager to learn in depth OOP concepts and most importantly how they can be applied in "real life". So far, I have read many references and many tutorials online but they all lack something: ...
7
votes
3answers
7k views
UML arrows/pointers explanation
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 ...
7
votes
6answers
4k views
Is StarUML dead?
StarUML is a very powerful, free and easy-to-use UML modeling tool, but it seems the project stopped. Does anyone know what happened? Is it possible to get a new version of it?
7
votes
4answers
2k views
What UML diagrams do you create for ASP.NET applications?
I work in a mid size company as a Senior dev and work on developing projects that are fairly large size (> 1 year at a minimum). Most of the architects here feel that creating UML diagrams does not ...
6
votes
1answer
144 views
any UML tools for Scala
Is there any UML tools available for Scala. the reason for my question is that its a blend of functional and OO concepts hence I would like to know how such tools denote functions in UML diagrams.
6
votes
4answers
270 views
How to better organize classes/packages in a framework so that the client of my application can easily extend them?
Let's assume I am in charge of developing a Scrabble game, being that one of the principal requirements of the client is the ability to later try out different ways and modes of the game. I already ...
6
votes
4answers
12k views
UML Class Diagram for User Login
The diagram below is my very first attempt at creating a UML class diagram describing a user login into a website.
I'm sure its a poor design and full of flaws, but I'm hoping to learn from you guys ...
6
votes
4answers
1k views
What is the best Open Source, linux-compatible UML modeling tool? [closed]
I've been looking around at the different options, and it seems that even some of the most popular open source tools are Windows-only (StarUML, for example). What is the best open source alternative ...
6
votes
3answers
3k views
UML for C programming language
UML is most commonly used for modelling system by using C++. In my projects C is the implementation language. I am looking for resources on UML strategies which are applicable for C. I want to use UML ...
5
votes
5answers
205 views
Identifying Actors for Use Cases
I am working on a little hobby project and am experimenting with doing things a little differently.
The system I am building is an ERP system, and includes a till, product catalogue, sales database, ...
5
votes
4answers
195 views
Usage of Generalization over Aggregation
I have this class model where, Bank is a class which is now going for computerized Banking network. This must have ATM(Automatic Teller Machine) and also Human Cashier.
I used Generalization and have ...
5
votes
4answers
261 views
What UML diagram should I use for simple application features..?
I'm really confused about this, tried to read a lot about diagrams but I just can't understand what is most suitable for this case.
I need just TO SHOW that I have 10 modules, which have 10 features. ...
5
votes
4answers
168 views
What are the most practical Object-oriented software modeling methods in real world projects?
I want to develope and big project but I really don't know what is the best way to model my project. do I even need to model my project?
What are the most practical OOP software modeling methods in ...
4
votes
4answers
52 views
Does it make sense to have two classes related by a 1:1 cardinality?
I am currently coursing Computer Engineering and I remember a professor of a class called Introduction to Informational Systems saying that two classes related by a 1:1 cardinality does not make ...
4
votes
5answers
176 views
UML Modeling - Does it become voodoo science in practice at some point?
I am looking for insight on modeling. I had a intro course on Design Patterns and basic class diagrams, sequence diagrams, and use cases.
The class diagrams I have found invaluable as a tool of ...
4
votes
10answers
461 views
How do you like to draw UML diagrams?
Given it is mandatory to have UML diagrams in your project, how do you like to draw them?
- By using scripting
- By using drag and drop
- Any other convenient and faster method
I got lot of ...
4
votes
3answers
2k views
What's the difference between a stereotype and a class inheritance in UML?
I'm confused about the difference between something being a "stereotype" and being a "superclass" in UML.
Let's say I want to create a diagram involving a "WidgetMaker." WidgetMaker is clearly an ...
3
votes
5answers
109 views
software analysis … Start with UML or Design Patterns?
I am a java programmer with 2 years experience, I really like programming, especially OO programming, and if I have a project, I start with programming directly, without any system analysis ...
3
votes
3answers
75 views
Modelling these roles using actors in a use case analysis
I am modelling a system that has (amongst others), these types of roles:
Individual player
Group player
Here are some additional facts:
There is a set of functional requirements for an ...
3
votes
1answer
506 views
Generate UML from Zend-framework project?
Are there any tools for generating UML diagrams from an existing Zend framework project?
Something that detects all classes in specific folders. I don't want the Zend classes to be included because it ...
3
votes
1answer
197 views
Books / tutorials on how to do object oriented analysis and design of algorithms?
There is readily available a lot on info on how to do analysis and design of standard CRUD applications, or at least, applications more geared to the traditional windows application - having a couple ...
3
votes
4answers
239 views
Visual Studio code generation - how to deal with developers editing class files
So thanks to the Visualization and Modeling Feature Pack , I can build a uml model diagram and generate a bunch of classes.
But what now? Presumably, my developers will add code to those classes. ...
3
votes
1answer
105 views
Question about use of Controllers
I was given a Use Case for a Quizz Application. The Use Case is only for creating new Quizzes. I am having trouble deciding which design is better:
a)
b)
Although this might look like a Domain ...
3
votes
2answers
1k views
Use case modelling for calculator
i need help modelling a use case diagram from a topic, it will be in java GUI
Design a Calculator that
1.Allow user to key in a legitimate arithmetic statement that involves number, operator +, - ...
3
votes
3answers
161 views
When a system should be included as an actor in use case diagram?
I'm making a use case diagram for a new system. I'm wondering when a system should be included as an actor in use case diagram?
Thanks.
3
votes
1answer
62 views
Are UML semantic variances necessary?
I am asking if it is necessary or useful to have semantic variances in UML. Would it not be more useful when it was more formal and therefore verifiable or even used for rapid prototyping. What is the ...
3
votes
4answers
122 views
Resources for learning how to better read code
I recently inherited a large codebase and am having to read it. The thing is, I've usually been the dev starting a project. As a result, I don't have a lot of experience reading code.
My reaction ...
3
votes
3answers
102 views
How to model “target day” in UML Classdiagrams
I want to describe the following situation in an UML Classdiagram:
A day, on which a newspaper is send to a customer. This day could be sth. like "every friday" or "every first day of a month".
My ...
3
votes
4answers
282 views
User Interface functionality modelling languages?
I am looking for a UI functionality modelling language (UML-alike "thing", but for user interfaces) that is already accepted and maybe has its design patterns and handles the problem better than state ...
3
votes
12answers
2k views
Looking for open-source, free alternatives to Rational Rose (UML Modeler)?
I am looking for a relatively bug-free, small learning curve data modeler that allows creation of UML diagrams. Prof recommended Rational Rose...but I don't want to pay for it. Could run on Linux or ...
3
votes
3answers
466 views
Drawing UML state diagrams
When drawing state diagrams, how do you know which states get put in boxes and which states are for the transition arrows? I noticed that transitions are states too.
I'm looking at figure 1 on this ...
2
votes
2answers
87 views
UML Class Diagram for Android
In a UML class diagram, how would you display calling another activity with an intent?
2
votes
2answers
102 views
UML to C# Code Generation Utility
I am Looking for a free graphical tool for C# code generation which generates code from UML diagrams which can be created using VS2010.
2
votes
2answers
57 views
How to port a Procedural project into an OO project
I have a small PHP project (about 3000 lines) and I need to make a BASIC UML model of it, starting with cases of use diagram, sequence diagram and states diagram, probably classes diagram, and maybe ...
2
votes
5answers
131 views
Are UML diagrams the only way to model the software
I often draw a dataflow on a sheet of paper. Even the planning of my little tools is done on a paper.
There exists UML.
The problem is - I don't like it. All the tools I've used (Visio and a lot of ...
2
votes
2answers
93 views
How to visualize multithreading processes?
I want to model multithreading app behavior. There's lot's of synchronization (ManualResetEvents etc.). I tried to use sequence diagram but it seems to lack convenient synchronization visualizations. ...
2
votes
1answer
117 views
2
votes
3answers
370 views
Should I include getters & setters in class diagram?
I am required to draw class diagram for my JSF application for the project documentaion. So I have lot of classes as managed beans, with many attributes therefore many getters and setters.
When I ...
2
votes
2answers
223 views
Dependency Graphs similar to VS 2010 Ultimate?
I'm looking for a visualization tool for net code dependency graphs similar to Dependency Graphs feature of VS 2010 Ultimate.
http://msdn.microsoft.com/en-us/library/ee847415.aspx
Since VS 2010 ...
2
votes
2answers
377 views
Silverlight MVVM classes represented in UML diagrams
For a typical Silverlight MVVM styled project, how are the classes involved expressed in UML? All I have are the View.xaml, the View.xaml.cs and the viewmodel. The Viewmodel inherits from a ...
2
votes
1answer
425 views
Uncertain about exception handling in UML 2.0 Activity Diagram
HI,
I recently was reverse engineering a certain project to UML, and was stuck at a point where I could not reach a conclusion. The code is fairly simple:
...
try
...
2
votes
1answer
379 views
Showing template parameters for function in a class diagram
How should I show on the class diagram that fnc of this class uses some extra params not listed in the class declaration?
For example:
template<class SomePolicy>
struct SomeClass
{
...
2
votes
3answers
603 views
How to show namespace in UML?
How to show that certain types are in a specific namespace? Accordingly to UML 2.
2
votes
2answers
97 views
How to model the use of one interface as parameter to a method of another interface in UML?
I am using Visual Paradigm for UML to model our class hierarchy. I often have the case where one of our interfaces has a method requires an implementation of another of our interfaces as parameter to ...
2
votes
3answers
117 views
Algorithm for generating random UML instances
I'm working on a tool which would make UML models less ambiguous (using EMF and UML2 frameworks for Eclipse). In order to do this I am creating instances of different parts of the model. Does anyone ...
2
votes
3answers
359 views
Are there any tools that make keeping the UML models in-sync with the code completely seamless?
UML Round-Trip Engineering tools with seamless synchronization?
The Rational suite purports to do it. But it's so pricey and clunky at drawing (worse than the Rose days) that it's not in the reach of ...
2
votes
3answers
415 views
Specialization hierarchy in a domain-model
I'm trying to make the domain model of a management system. I have the following kind of people in this system:
employee
manager
top mananger
I decided to define an User, from where Employee, ...