uml

UML Certification

What are the various certifications available related to UML? Please give your suggestions with the exam number so that I can do further Google search on them. Thanks! ...

How helpful are videos to you when learning about new tools?

Clint Edmonson, Microsoft Architect Evangelist, posted a video series on Channel 9 about how to use the Visual Studio 2010 Ultimate visualization and modeling tools in your software development process. How helpful do you find these kinds of videos in learning how to use these tools? Here are the video links: Part 1: Brainstorming a...

xcodes automatic classmodel: how to fix a missing inheritance-link

i have in my project a mainpage interited from uiviewcontroller. and any subpage is inherited from a subviewcontroller, that is an inherited uiviewcontroller, just with some overwritten behaviours and some new functions. problem in that case is, that the class-model generated by xcode does not display that one inheritation between uivie...

what type of design diagram for a multiple thread based application?

What type of design diagram is recommended for capturing the high level/concept design of an application that has multiple threads? Any examples? In my specific case (C# WPF app) I have a application that has: a UI project & some class libraries (util classes broken out for reuse) classes within (both UI and class library) but also ...

Express operation taking vector in Visio UML diagram

How do I represent the following design using Visio 2003's UML tools? #include <vector> template<class T> class Test { public: bool write(const std::vector<T> & data); }; I have created a parameterized classes for std::vector and Test and an operation for write(), but when I'm not sure how to add the parameter to write(). ...

Draw UML diagram from php code

Possible Duplicate: PHP UML Generator Please, can you advise me a programm for generate UML diagram ...

UML drawing tools based on the script..

Hi, Can you suggest some UML diagram drawing tool based on the script similar to http://www.websequencediagrams.com/ which help in drawing sequence diagram only. ...

Are you using the Fundamental Modeling Concepts?

If so how are they being used? http://www.fmc-modeling.org/ ...

What is A Domain Model class? How do you create one?

I have seen the ideas of domain models in UML, but I never got the chance to work with them in actual code. Now I see them in databases, particularly SQL coding, from this article And there was a quote that mentions domain model classes: I can design Domain Model classes containing plain SQL as easily as I can design classes tha...

WCF service - Client Uml class diagram

Hi I have implemented a three layer web site project. Business layer is composed of a WCF service. Presentation layer uses this WCF service. Data access layer is used by WCF. The project is working. But I have a difficulty of showing the relation between WCF service and its client in a UML class diagram with visual studio 2010. I'm seei...

Design object for avaibility product stock of partner store.

Allowing a store whether a product is available in the stock of another store partner, the latter may either accept or reject the request, in all cases the applicant is informed of réponse. I want to implement a diagram class. Now I have a class product, and a class list of collections of products. I don't know how to represent a class ...

How to show Protected Internal in UML

I am new to UML. I have found the signs to show different access modifiers in UML. Like + is for Public - is for Private # is for Proctected ~ is for Internal But in the ref text there is no sign for Protected Internal. I guess it should be #~. Let me know if its correct or not. ...

Ressources for learning software design using uml

I would some ressources for learning software design using uml (Case study, books) ...

generating class diagrams for php projects ( codeigniter framework)

hi guys, I'm developing a system using Codeigniter, and it's nearly completion, i didn't went for class diagrams first because it was hard to decide, so i straight away did coding and now i want to draw class diagrams for my project. do you guys know about a tool that i can use for generating class diagrams for my project? ragards, Ra...

Nested activation boxes in Rational Modeler?

Is it possible to create nested activation boxes in Rational Modeler 7.5? It always seems to want to merge the boxes together into one. My use case is an object method that calls another method on the same object. I'd like to show a nested activation box for the second call, superimposed on top of the first. Here's an example (in mine,...

Algorithm for generating random UML instances

Hi. 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 know any efficient algorithms for generating RANDOM model instances? ...

What's the difference between UML-Modeling and UML-design

Hi, What's the difference between UML-Modeling and UML-Design or it's same concept. Thank you. ...

UML Tool for JavaEE-applications, with good Annotation/EJB-support

I'm looking for a good UML tool (free or at least available as a Trial, availability as an Eclipse- or Netbeans-plugin would also be nice) to visualize the class hierarchy (doesn't have to be strict UML) inside an JavaEE-application. It should have a decent EJB/annotation support (most important feature). I googled around and found this...

From Java code in eclipse to UML class diagrams in Omnigraffle

Hello! Is there a way to get reversed engineered uml diagrams into Omnigraffle? I got a bunch of eclipse plugins that can create UML class diagrams, but not in a format that Omnigraffle can handle. Is there any way to get my project from eclipse to Omnigraflle? Thanks! ...

what factors determine navigability of a relation while modelling

what factors determine navigability of a relation while modelling , canonincal example Company m..n People. what should be the direction of navigability in this relation ?? ...