uml

UML Tool For Java/C#: Class Design etc

Hi! I'm looking for a good UML tool for Java/C# class generation and class design/etc. Thanks ...

How would you mark up Messages from NSNotificationCenter and Protocolls in an UML-Documentation ?

I am not really a UML-User and relatively new to OO-Programming, i just used UML if i had to and it is long ago. Now i had to write an iPhone-Software and dont really know, how to realize Messages and Protocolls in an UML-Diagramm. And.. did i understand it in the right way, that in Objective-C is just one kind of inheritance ? You can...

Relations between classes

I have four classes: Employee - contains only fields that hold informations about particular employee EmployeeGroup - contains only fields which describe type of jobs employee can do, each employee belongs to one of the EmployeeGroup classes. EmployeeDBase - contains methods for adding or getting employee and employeegroup from datab...

Which UML tool supports unlimited nested statemachine hierarchies, without using linked diagrams ?

I'm using Astah, in which I have to link to other substate diagrams. I don't want this behaviour, I want to see all substates gathered in one view, even if the text is very small. Which UML tool supports unlimited nested statemachine hierarchies, without using linked diagrams ? ...

class diagram question...

hi,I have 2 questions about class diagram. firstly if i have used an object of class A in my class B , in drawing the class diagram i should associate class A with B . or association is just used when a class uses a method of the other class. my other question is almost similar. if in class A i have a dictionary< class B, Class C> , th...

A tool to automatically generate a UML diagram for a Rails Application

Looking for a good tool/gem that can automatically generate a nice looking UML diagram for an existing rails application. (Im imagining such a tool would read the schema.rb file and then scan the models for relationships) ...

In an activity diagram, are there two initiating events allowed?

Hello, I want to model an activity, where there can be two several initiating events. These events has two several responsible actors. Is it allowed that a UML activity-diagram could have two initiating events and only one end? Could the action-flow be joined? I want to know if I defy against the UML-modeling principles, if I do this. ...

Using UML to detect potential race conditions in design

I'm battling a potential race condition in my application, which relies on multiple threads accessing a shared object to determine what their next logical operation should be. I certainly don't have a problem just scribbling stuff on a piece of paper or on the whiteboard, and using this to map out access to this shared object. However,...

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 wikipedia ( the worst of them were Bapti (commons)/ Bapti (fr.wikipedia)/ Bapti (de.wikipedia) and Dereckson (commons)/ Dereckson (fr.wikipedia)/ ...

What is the best way to visualize my small c programs using some type of diagrams ?

I want to learn how can I visualize my small c programs using some type of diagrams . My programs generally include (3 or 4 functions) (some loops) (basic i/o (printf scanf)), and basic calculations. I do not want to visualize everything about my program(name of vars, type of vars) , but I want to create some type of diagram which will ...

Visualization tool for modeling application that uses object-oriented design?

I'm currently writing up a text document for a .NET solution that contains multiple projects and assemblies and I'm needing to communicate the relationship between the classes/interfaces/etc. so that others can understand how data needs to be "wired up" inside the application. For example, I might need to say something like: The MyS...

Is there any uml tools on Ubuntu ?

Is there any uml tools(as Rose) on ubuntu ? thanks ...

Is there any value in learning UML?

I have seen UML mentioned several places in the last few years, but never had a compelling reason to use it at work so far. Is there any value in putting the time and effort to learn it? (I am a Ruby on Rails developer.) Edit: I'm also looking for stories about how UML has made a difference in your projects to give me an idea of how I ...

Drawing Call Flow with sequence Diagram leads to ambiguity

I want to draw a Sequence Diagram Where A -> B.run() B.run() -> B.m1() B.m1() -> B.m2() So far I've come up with these. But Here I cannot mention it clearly that B.m2() is called by B.m1() Rather it looks like B.run() Calls both B.m1() and B.m2() serially. ------------- EDIT ---------------- This is What I Currently have drawn h...

UML notation: What is this ?

hi Looking at below uml diagram (decorator pattern), what is the name of relationship between Decorator and component? Is it Association? BTW, why the uploaded image is not shown? ...

Advantages and disadvantages of BPMN?

Hi, I was hoping you could tell me what the advantages and disadvantages of BPMN are in a developers perspective. I'm comparing UML with BPMN and a found a bunch of advantages and disadvanteges for UML but none for BPMN. ...

Generate UML class diagrams from C++ source files?

With doxygen I can generate nice diagrams but doxygen lacks a deeper analysis of the relationships between classes. It recognizes derivation but other relations are not understood by the tool. Which better utilities are there (commercial or not) that generate more complete UML class diagrams out of C++ source files? PS: The tools availa...

Is there any difference between UML Use Case "extends" and inherance?

Or the "extends" is a use case inheriting another? --update Just a clarification, I've read books and made a lot of diagrams. But I just can't see any difference between extends on UML and on inherance. As Bill said, UML extends indicates optional behavior, but in inherance either you get new behavior you can or not use. So, what's the...

Is there any Castle ActiveRecord generator from Visual Studio 2010 Modeling Project?

Hi all, Visual Studio 2010 includes a Modeling Project that lets to create UML diagrams like class diagram. We have plenty of class diagrams in VS 2010 Modeling Project and wish to generate Castle ActiveRecord classes from them. I have searched and found many tools like ActiveWriter, MyGeneration, Active-Record-Gen, The DarkSide, Gener...

Help needed in uml diagrams - conceptual class diagram and sequence diagram

I am drawing uml diagrams for bank mgmt systems. I made use case diagram in VP suite. http://imgur.com/8Toku.png . I dont know how to proceed with conceptual class and sequence diagram. Help needed to get started based on the above use case ...