uml

Does anyone know of any VB.Net code generation plug-ins for StarUML?

Simple question really. No elaboration required. I have found similar tools for Java, C#, C++ and other languages but not VB.Net. Thanks ...

Code stubbing with Visual Studio 2010 UML modeling

Currently I'm exploring my way through all the new features added to the Visual Studio 2010 Beta 1 IDE and I found a feature that will hopefully be of great help to me. The UML Modeling tool in the Architecture Edition. I wanted to create a new test project, nothing special. I started out with creating just a standard UML Logical Class D...

Class library in Visio

How to represent a .net class library and its classes in the Visio? To me, the Package and the Class seems to represent the library and classes respectively. Any suggestions? ...

How to create an object diagram with Netbeans 6.7.1 and UML Editor?

I haven't found an apropriate diagram type to make an object diagram. I'd like to visualize my object graphs in the application, rather than class inheritances. Currently I do that with "class diagram" but of course that's not really fine because it looks like they all inherit from eachother. Are there more diagram types for installing? ...

class relationships UML diagrams

I have my class structure as follows add.h has class add that has method int add(int,int) and add.cpp includes add.h and defines method add above sub.h has class sub that has method int sub(int,int) and sub.cpp includes sub.h and defines method sub now, main.h has class main and it includes add.h and sub.h; main class also has some pr...

Learning how to analyse a project

Hi, I've just stumbled into the job of analysing a project for one of my company's clients (an SMB). I am a .Net developer (5 years) with little experience in analysing software (UML from school). We've just finished two weeks of talking with the users and got a nice big list of requirements. Obviously we've filtered out the most impor...

Use Case Scenario Template

Where can I find some free use case scenario templates? Thanks PS. I know they're easy to find on google but I asked the question so the best ones could rise to the top. ...

UML class model how to model many to many relationship

I have read several tutorials on what a UML model should contain and what not. As a developer I always think in terms of a relational data model where you could never have a many to many relationship between tables. Now with a UML class model, I've read that if they don't provide added value, you could just skip the linktables. However ...

Recommend a best UML tutorial

I just want to use UML to help myself to design a software and communicate with others. There are many tutorials or introductions searched by google. Will you recommend a best one to me? Thanks. ...

Simple UML Drawing Tool for Windows That Supports Eiffel

I don't want anything that reads or generates code just drawing diagrams. I also must be able to enter code as text because i'm pretty sure it will not support the Eiffel langauge and i really don't want to click through a dozend buttons and dialogs just to enter a method signature (who ever invented this shit has no idea about usabilit...

Hide arguments in Visio UML sequence diagram

Is it possible to hide the arguments list in a Visio UML sequence diagram? Currently, when I add a message call to the diagram it appears like this: operationName( param1, param2) And I want it to look like this: operationName() I am wondering if it is doable. ...

Ruby Railroad diagram generator fails with NoMethodError for [] in Enumerable::Enumerator

Hi everone, I'm trying to generate model diagrams using the railroad gem. I have managed to generate a diagram for a different app, but I'm trying to get my head around some "legacy" code, and keep running into problems. I know very little about ruby or rails, so any help would be appreciated... Basically, I run: $ railroad -v -M ...

Find a Book About Practical approach to learn RUP

Hi everybody, I want to learn RUP but don't find a practical book!. I read the "Guide to the Unified Process featuring UML, Java and Design Patterns" by John Hunt But this book is so brief. is there a book that learns the RUP step by step with UML diagram(each discipline)? tnx. ...

Use Cases - Help

I am new to writing use cases.I heard that Use cases are non-technical expressions . I have the following task for which i have to write Use case. (I reduced the requirement for your understanding) Registered Customer of ABC company logged in to the system with credentials to retrieve the complete Address of particular service provid...

Why do Ruby developers appear not to use UML?

I always hear about UML being used in Java projects but never in Ruby ones. Is this just a cultural difference or is there less of a need for modeling in Ruby development because it's part of a more 'agile' culture? ...

DIA : creating connections

In a recent post on my blog, I showed how to transform the description of the mysql table to a DIA file using XSLT. Now I'd like to create the connectionsbetween the classes. Does anyone knows what would be the algorithm to create a connection between the given rows of two classes (I know how to get the connector ID but I would also ne...

Software Engineering - UML-What is "Derived attributes" in Class Diagram ?

Just I am going through class diagram. some attributes inside the class is marked with slash "/" ex ( / -accountBalance:Dollar = 0 ). Just i wish to clarify ,when we say derived attribute, can we mean it Enumeration or other class instance (generally a custom data type ?). Thanks in advance. ...

How do I get the fully-qualified object name in a BIRT report?

I have a BIRT report in Rational Software Architect that outputs an element's name in one column. When I run the report on my whole project, I get lots of duplicate columns because I have elements with the same (unqualified) name in different packages. How can I edit the BIRT report to use the fully-qualified name? ...

Is there any UML reference card available?

Are any reference card or cheat sheet available for UML? ...

Is it possible for Visio to automatically layout a UML diagram?

Is there a way to just lay everything out in the "best" possible manner, using the entire drawing area available? Or do I have to position the various elements myself? ...