Like:
Employee: Person
name: String
id: int
+ employeeCount(): int {
---------------
return employeecount
}
+ name():String {
return name;
}
- secret():void {
///private method
}
...
Hi there I want to have a uml sequence diagram with dot language, now I have the following problem I want to have the layout as follows with a, b, c and d in a straight line at top but with the lines going straight to the bottom. How can I achieve that?
a b c d
| | | |
| | | |
perhaps can I achieve that the a, b, c ...
I have an application that models a tree, with classes Tree, Node and Edge (I need the Edge class!), and I'm not sure how to represent the relationships in the class diagram for this. I've read other posts about this, but am still in doubt.
The Tree object have a pointer to a Node (its root), which I believe defines an one-way associati...
What do you mean by thin-client application?
...
Hey everyone,
I am trying to design an activity diagram (UML) for a networked tic tac toe game that I developed, with sockets. I am using activity partitions (swimlanes). So, there is three partitions: Client1, Server, and Client2.
The diagram is looking good, except I do not know how to represent loop structures.
If you look at this...
I can't see anything to do so whereas stereotype can be shown ?
...
I try to produce correct UML when we have our design/whiteboarding sessions but my attempt at well structured UML ALWAYS degrades into uml-looking-but-understandable-to-those-in-the-room-with-a-little-explanation. But is this good enough for the consummate engineer? Do you always produce well-structured UML in your whiteboard sessions? W...
Hi,
Could someone please suggest me a tool to create a Domain Model diagram?
Some details:
I am running Windows at the moment
A tool is free
It's not a pencil and a sheet of paper
It should be easy to use, i.e. I don't want to spend more than 5 minutes for a relatively simple diagram
I hate MS Visio. IMHO, It's ill-designed.
Thanks....
I'm looking at a UML class diagram that is made using Rational rose and there are some symbols I don't recognize.
For example, beside an attribute, there is a blue square with a lock on it. Does this mean it is private? But beside an operation there is a purple square with a lock? What is the difference between a lock with a purple squa...
what are the Differences of Component Diagrams and Deployment Diagrams?
...
Hi,
This is my first question, so forgive me if it has been asked before.
I have a lot of diagrams that I created with Microsoft Visio 2007, and would like to share them with other developers. What would be the easiest way to do that? By sharing I mean being able to view the diagram, ideally without having Visio 2007 installed, and mak...
Considering the class model as follows:
How do you do this in models.py?
class House(models.Model):
foo = models.CharField(max_length=123)
class Caravan(models.Model):
foo = models.CharField(max_length=123)
class Door(models.Model):
bar = models.CharField(max_length=123)
house = models.ForeignKey(House)
caravan ...
I was wondering if there is a way to depict that, on an activity that has a decision; one of the branches completely terminates with the activity. This would be similar to a subroutine just returning control to the invoker when a condition is met.
sub activity() {
...
...
if ( condition ) {
...
} else {
return;//...
I am using IBM Rational® Software Architect™ for WebSphere® Software Version: 7.5.2.
In a component diagram I would really like to use the lollipop notation and not the stereotyped interface notation for a provided interface part.
Any tips if this is possible in RSA?
...
I'm looking for a tool that would generate an UML diagram from a C# project or the compiled .NET dll. I've yet failed to come across any and the built-in basic class diagram generation in Visual Studio is not sufficient to my needs.
Any suggestions?
...
I'm looking for reference material pertaining to UML support in 2010. I've been playing around with the UML diagrams and am looking for any sort of feature lists, how-to's, what does/doesn't work, etc. I've seen references to reverse engineering projects into UML models, don't see support for that yet. I also understand that the code ...
I have a project in several programming languages (some non-standard) and I want an easy way to represent the flow of data from one system in the architecture to the next. In the past, I've used Data Flow Diagram (DFD's) by Gane and Sarson, but always had trouble with tools. Here's what tools I've tried and their issues:
Dia: Can't ...
Is UML state machine diagram can be used to show the screen navigation?
...
I need to be able to draw selection in a sequence diagram. I have tried argouml, visio, & visual paradigm to no avail :(
...
Obviously it's a lot easier to convert from code to Sequence Diagrams, rather than from a Sequence Diagram to a bunch of code that doesn't match your implementation at all. However, these do exists for languages like Java, and .NET.
Does anyone have any links to such tools for PHP?
...