Unified Modeling Language, an object modeling and specification language used in software engineering.
0
votes
0answers
8 views
How to add a package in a use case diagram?
I first use the the UML Disigner developed by Obeo. As I found it valid to add packages in the Use Case Diagram. I try to add one by this tool. Can anyone tell how to do it?
0
votes
0answers
11 views
Cannot drag java files into objectaid uml editor
I installed Object Aid UML Explorer successfuly as indicated on this site installation. But once I tried to drag java files from package explorer to UML Editor the class diagram won't display as shown ...
1
vote
2answers
30 views
Is there a script or methodology to turn C# code into a graph representation?
Since Visual Studio only supports modeling of software (reverse engineering of a current design) does any one know or can anyone suggest of a way to take C# code and transform it into a graph ...
-1
votes
0answers
10 views
generate sequence diagram from use case [closed]
I have created a Use Case with a scenario and several alternates.
The activity diagram is created fine, but I get nothing when I try to create a sequence diagram. No error, just a black diagram.
Do ...
3
votes
3answers
49 views
How to visualize java code using UML notations inside Eclipse?
Is it possible to visualize the Java codes using UML notations inside Eclipse? Is there any pluggin available for Java?
-2
votes
0answers
14 views
Generate UML Diagram for Solution in Visual Studio 2010 [closed]
How can I generate a UML Class Diagram for my solution which is made up of 4 projects in Visual Studio 2010?
0
votes
1answer
33 views
How to model an event based architecture?
I have to build an aplication in android that is similar to Evernote, and i have to make a diagram model that shows the app's architecture. So, textualy my app works that way:
I have a MVC model that ...
0
votes
1answer
32 views
Association, Aggrgation and Composition in UML Diagram
So I have some question about the association, aggregation and composition in UML diagram. Here is some scenarios :
Product review rating composition to product review. This means that for each ...
0
votes
1answer
16 views
Plantuml stopped working with new version of Java 1.7.0.21
PlantUML used to work properly on my machine but ever since I upgraded Java version to 1.7.0.21, it has stopped generating UML diagrams.
This is the error message I get on Eclipse SDK 4.2.1. when I ...
0
votes
2answers
49 views
Unique keys mean they are primary keys?
A booking is made by a single customer and can make several bookings. Each room in .a booking can be occupied
by one or two customers. A customer can occupy several. rooms. A meal in a
booking is ...
-5
votes
0answers
24 views
UML Web Server - Drawing Tool and Repository [closed]
I need a tool that can be installed on my server that works both as UML drawing tool and as repository. My objective is to be able to draw an UML through the browser, edit a previous one, and access ...
1
vote
1answer
60 views
Drawing Sequence diagram in java
I have made a Sequence diagram, and i want to know about it is well or not from this basic code
public void onClick(final View v)
{
r = new Runnable()
{
public void run()
{
...
1
vote
0answers
26 views
+50
UML metamodel: derived, derived union and subsetting
If you have ever worked with the metamodel of UML, you propably know the concepts of unions and subsets - As far as I understand it:
Attributes and associations of an element/class marked as ...
0
votes
1answer
62 views
avoiding diamond in multiple inheritance [closed]
i have to implement data structures that support abstract Numbers
Collection is a collection of numbers
sorted is a sorted collection
list is a list collection of numbers (include duplicates)
set ...
0
votes
0answers
8 views
Umbrello code import not working
I am currently using umbrello to generate uml for a php project . However i had created a class beforehand , and i'm trying to import it into my current class diagram . I tried several times , it ...
-1
votes
1answer
35 views
Direct Engineering from UML Diagrams
I can't find any resource (book, blog, etc.) that explains how to produce C# code from UML Diagrams, manually.
I find ways to do it automatically using VS, or other UML Products, but now I'm ...
0
votes
1answer
26 views
Select data with XSLT from XMI and UML tags in xml
I'm trying to print this XML file in an HTML table using out of XSLT and I don't know how to get the information from the XMI and UML tags, like XMI.header or XMI.exporter.
I know how to get the ...
1
vote
0answers
53 views
Generate UML Component Diagram
I'm trying to find a library that creates UML Component Diagram using a config file (XML, Lua, whatever... )
My objective is reach something like this:
UML Component Diagram from Visual Studio
I ...
0
votes
0answers
14 views
Any quick start guide for UML2 Finite State Machine
I believe, with this (ref: subject of title), I can create transducers as well. One option I have seen is KerMeta (but don't know much about it).
To be very specific, I am going to give Eclipse ...
0
votes
1answer
18 views
When shoul I use the <<creates>> stereotype in a UML class diagram
I have a very basic question in deed, but I never stopped to think about this.
Well, I was wondering about the correct use of the <<create>> stereotype of UML2.
In this case at the figure ...
-1
votes
0answers
25 views
University UML Diagram
I have a school project, in which I have to model a UML Diagram given the following text:
This application must be capable to manage several courses from a
University, each course consists of ...
0
votes
0answers
10 views
Equivalent of yDoc for .NET developers [closed]
So I've previously used yDoc to create uml diagrams of my codebase at regular times of day using our CI server. But it was with a java project.
Right now I'm doing .NET, I'm wondering is there any ...
1
vote
2answers
34 views
UMLet Diagrams like Use Case, Class, Activity, etc
Can you please help me find a detailed tutorial on this topics:
1. UML
2. Behavior Diagrams
A. Use Case Diagrams
B. Activity Diagrams
3. Structure Diagrams
A. Class Diagram
4. ...
2
votes
1answer
32 views
Associations betweens actors and usecases in the UML2 Metamodel
I'm trying to understand the rules defined by the UML2 metamodel for associations between actors and usecases in usecase diagrams. I understand that actors and usecases can take part in ...
0
votes
0answers
12 views
Doxygen generate UML hierarchy - missing image files
I'm trying to generate UML hierarchy for my Java project but when I run doxygen, only .dot files are generated and the images are missing in the documentation (they are in the documentation but the ...
0
votes
2answers
32 views
Is it worth it to model applications with UML/other diagrams?
I mean mostly UML diagrams but any method that works is viable. I had a subject at my university about modelling with UML and it seemed like more effort than actual benefit but I realise that might be ...
-1
votes
0answers
13 views
Do you actually use diagrams to model applications? [closed]
I mean mostly UML but any method that works is viable. So - do you actually model your applications with UML/other diagrams or different methods? I had a subject at my university about modelling with ...
4
votes
1answer
58 views
How to represent generic parameter in method?
I have to reverse engineer some classes from a Java application into a UML 2 class diagram. So far so good, I have found how to represent class templates for the whole class as proposed by Jon Skeet ...
0
votes
1answer
23 views
How show the attributes of class in the UML Class Diagram reversed by MyEclipse 10?
I'm trying to reverse class to UML class diagram in MyEclipse, but the diagram just shows functions except attributes. I need functions and attibutes, if it's possible, I would like to hide the ...
0
votes
1answer
29 views
by what tool making this ios class UML graph?
1
2
3
as title,by what software making this cool graph?
by the way, under mac
---edit
http://www.macresearch.org/files/images/ExpressionClassDiagram.png
2
votes
2answers
34 views
Extracting an object diagram to a class diagram
Below, is the mapping of class diagram to object diagram correct? I can not seem to find a useful tutorial on object diagrams anywhere!
Here is the image
1
vote
0answers
49 views
+50
UML and static polymorphism
I have an object which is instantiated during compilation according to the build configuration. As far as the surrounding software considered, the object exposes the same interface. I would like to ...
0
votes
1answer
53 views
a function returns a certain (object or value) based on a rule
Lets suppose i have this function in python:
def get_thing(rule):
if rule == 0:
return 5 #<<<< int
elif rule == 1:
return 'Hello' #<<<<< ...
0
votes
0answers
25 views
uml activity diagram for a news website [closed]
I'm trying to make an activity diagram for an sport news site. Most of the site has been developed already, but I find the task of making its diagram a tedious one because of the site's complexity. ...
0
votes
1answer
25 views
modeling composition and expose inner interface
I need to model something like this,
ClassA implements interface IClass;
ClassB implements interface IClass;
ClassA has a ClassB (composition);
But the ClassA's interface is the same interface of ...
2
votes
1answer
53 views
C# Class Diagram Dynamic Updating
I have a class diagram in C# and to test it out I'd like to use it to generate code and then go back and edit it. So I need to be able to go back and forth, generate code, update class diagram, rinse ...
0
votes
1answer
16 views
In class diagrams, should classes implementing an interface have the method names repeated?
I'm creating some UML diagrams, and I have a large number of classes implementing an interface.
Is it necessary for these classes to also list the methods of the interface? It sounds quite trivial ...
0
votes
0answers
23 views
employee - manager class diagram, representing additional constraints on manager entity
I come from an ER background and am shifting to UML diagrams. I am constructing an UML diagram for a real work scenario. One of the class diagram I am constructing is a Employee - Manager class ...
-1
votes
1answer
35 views
UML Squence Diagram - visualize validation of data
A method performs successively validation checks with some passed data.
If a validation check fails, a exception will be immediately thrown and the method aborted.
How can visualize this flow with ...
0
votes
0answers
21 views
UML Notation for 2-Dimensional Array
I'm trying to model an arbitrarily sized 2-dimensional array of boolean values in UML, but I can't find any canonical reference on how to achieve this. Ideally, I would create an attribute along the ...
0
votes
0answers
20 views
placing an order : system sequence diagram
I'm developing an e-commerce website and I want to model the for placing an order.
the payment mode it can be by PayPal, by CC, or by check.
But I don't know what are the interactions in the payment ...
0
votes
0answers
43 views
Class diagram for online store
I need help on designing database table for online store. Here is my class diagram :
So I wonder is there anything wrong with my tables? Because it all seems separated. For example, this is how my ...
-1
votes
0answers
12 views
UML modelling network in android app [closed]
I'm applying UML in modelling my Android app. The app's function is to communicate with a home controller (HC) unit to control electric devices inside a house. One more thing is it should receive ...
1
vote
0answers
41 views
What is a clean way to represent a bind in a uml diagram?
I would like to represent the following code using a UML diagram:
#include <iostream>
#include <boost/bind.hpp>
using namespace std;
class A {
public:
void bar() {std::cout << ...
0
votes
1answer
32 views
How to resize my UML class diagram on MS Visio'07
How do i resize the class diagram in Visio? My operations have many parameters so the class diagram becomes too long. I need to resize the height of it,how can i do that?
-1
votes
1answer
48 views
Drawing a sequence diagram [closed]
Am kind of new to sequence diagrams and am a bit confused with sequence diagrams. I have a system where an administrator will manage the system, so my problem is if i am drawing a sequence diagram for ...
0
votes
1answer
32 views
Differences between EER and UML
I'm putting together a visual representation of a database I designed.
I've downloaded MySQL workbench and can create a EER diagram.
What's the difference between this and a UML diagram?
Also, ...
-2
votes
1answer
61 views
Implementing database from UML
I recently modeled an UML diagram that basically involves associations. Let's say the code is:
public class Seller{
private int idSeller;
private String name;
private String passw;
...
0
votes
0answers
16 views
can an EMF Ecore EReference own properties
I would like to make an ORM Entity metamodel and to be able to manipulate an instance (model) using a diagram representation (I am using "Obeo designer" software).
The entity EClass have a reference ...
0
votes
0answers
32 views
Javascript - Refactoring old framework
i need an advice.
Let's say i got old javascript framework (some messy core with plugins) without any documentation. I have to learn , documentate and then make refactoring on it. It's more or less ...




