Tagged Questions

3
votes
2answers
78 views

Can class visibility be shown on UML class diagrams?

Class visibility is an important part of object design. I have not seen any example diagrams showing non-public classes in several UML books, nor have I seen a way to show class visibility in ...
3
votes
1answer
158 views

How should I embed/include Enterprise Architect UML diagrams in MS PowerPoint 2007?

Setup I am using Sparx Systems Enterprise Architect Professional edition 7.5: http://www.sparxsystems.com.au/ and MS PowerPoint. Problem I have various audiences for presentations requiring display ...
3
votes
2answers
2k views

How to automate the generation of HTML output in Enterprise Architect

Enterprise Architect has a way to generate the documentation in HTML/RTF/etc. that you could publish, but you have to use its GUI to do that manually. When you have your *.eap files in a ...
2
votes
1answer
220 views

Understanding a C++ codebase by generating UML - tools&methology

I think there are many tools that can generate UML and similar diagrams from C++ (source-code), but I think it is not so easy to make sense of what you get out? I am looking for good ...
2
votes
1answer
301 views

Clean HTML documentation template for Enterprise Architect

I use Enterprise Architect from Sparx Systems for reverse-engineering URL class diagrams from my source code, and want to take this a step further by using the software to generate HTML API ...
1
vote
1answer
369 views

Use the C++ STL in Enterprise Architect

How is it possible to use parts of the C++ STL in Enterprise Architect? It would be nice to be able to specify certain class attributes as std::string or use std::auto_ptr (or even ...
1
vote
0answers
146 views

Add nullable attribute to a class in enterprise architect

I am using enterprise architect for UML. I need to generate code from the model. I need have a nullable double attribute in a class. I am able to add a double attribute but don't know how to make it ...
1
vote
1answer
1k views

How much does Rational Rhapsody cost?

I'm starting to look at IBM's Rational Rhapsody Developer edition vs. Sparx System's Enterprise Architect for C# windows application development. Enterprise Architect base "corporate" version costs ...
1
vote
2answers
247 views

Enterprise Architect version 7.5.844 State Diagrams

i am trying to learn EA but got stuck trying to produce State Diagrams. when i start a new project it gives me several option regarding what kind of document i wish to create. but i dont see the ...
1
vote
2answers
434 views

Enterprise Architect Communication Diagrams question

I want to achieve something like this in Enterprise Architect's Communication Diagrams: start() ---------------- 1. create() ------------ ------------> | RGController | ...
1
vote
3answers
2k views

Sparx Enterprise Architect conversion (from source to UML)

I need to make a UML class diagram for a project. I used Sparx Enterprise Architect in the past to generate source code from a diagram so I'm using that. The project is complete so all of the code ...
1
vote
1answer
532 views

Numbering Messages in Enterprise Architect Communication Diagrams

I'm using Enterprise Architect (sparxsystems) to create a UML 2.0 Communication Diagram. I want the numbering of messages to be similar to this example: ...
0
votes
1answer
39 views

Not sure if my UML USE-CASE diagram is correct

I've started learning UML but it confuses me sometimes (for example what i'm allowed or not to put in my USECASE diagram, last time i was wondering if logging in can be used in usecase diagram). ...
0
votes
1answer
94 views

Adding Exception to the operations in Sparx Enterprise Architect

I have a Class Diagram in Enterprise Architect . One of the my classes has some methods and I want my methods to thrown Exception. Does any have any idea how can I do that? As in Attached image I've ...
0
votes
1answer
61 views

divide diagram to tree patition using swimlanes and matrix or…?

I know it may seems silly, however in order to make my model more coherent, I want to divide my diagram into 3 partitions which two of them are horizontal, and one of them is vertical and all of them ...
0
votes
0answers
133 views

how to represent use case inclusion in communication diagrams?

is there any way to represent use case inclusion inside a communication diagram as it can be done in sequence diagrams using ref use case name EDIT: I'm using enterprise architect thanks
0
votes
3answers
316 views

How to generate Relational Model from UML Class Model?

Does anyone know an application (Enterprise Architect, ...) that allows mapping from UML Class Model to Database Relational Model automatically? How? Thanks
0
votes
1answer
48 views

How to: set extension pint for an “extend” relationship between 2 usecases in Enterprise Architect?

How to set extension pint for an "extend" relationship between 2 usecases in Enterprise Architect?
0
votes
2answers
94 views

Using UML to Understand Code

I'm new to UML and I've managed to convert the source into class diagrams which shows every class in a box. but that doesn't seem like enough for me to understand how the functions and objects are ...