The uml-modeling tag has no wiki summary.
1
vote
0answers
24 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 ...
1
vote
0answers
49 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 ...
2
votes
1answer
30 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
23 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 ...
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
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
1answer
28 views
Import Cycles RSA 8.5
I have profile A that needs to import profile B and profile B needs to import profile A.
I understand that this will be an infinite cycle although is there a work around? Both my profiles need to ...
-2
votes
0answers
21 views
User Interface integration in UML notation for iOS app [closed]
On the iOS or android apps, the full-screen UI is the key. UI now determines a bulk of the functionality of the software unlike desktop apps. I am looking for a way to give the design concepts of my ...
0
votes
1answer
41 views
Visual Studio 2010 T4 Code Generation for Templated Types
I am using the default T4 templates to generate code based on my UML Model. I have a number of classes that expose Template Parameters. These generate code as expected. For example the MessageResponse ...
1
vote
0answers
19 views
UML Data Modeller which generates SQL?
I have been using ERD programs for a while now to: generate to, or reverse engineer from, my database.
However I recently learned the UML syntax equivalent, and am looking for an "IDE" that can ...
0
votes
0answers
55 views
UML diagram for NodeJS
How would you design code in NodeJS with callbacks in UML?
For example
var module = require('module');
function myfunction(param1, param2, function() {
module.foo(param1, function(result1) {
...
-3
votes
0answers
24 views
Advice on uml train tickets
i need to make an uml for train sale system.
i need to build:
UseCase Diagram
development Diagram
Activity Diagram
the user can order tickets by phone call,cellphone app, website.
in the activity ...
0
votes
0answers
52 views
Assembly reference cannot be resolved for Visual Studio 2012 UML API
I am writing some Extensions for the UML API Interfaces and ran into a strange Problem.
Take a look at this piece of code:
private static IModelingProjectReader _reader;
//[ ... assigning ...
-2
votes
0answers
30 views
activity diagram: show 6 optional actions
The user can perform any one of given 6 actions. The actions are not performed at the same tiem but the user has to do one action at a time.
0
votes
1answer
23 views
UML Diagram Multiplicity
Does this make sense?
1) Car * -------(listeningTo)-------1 Radio Station
2) Car * -------(couldTuneInto)-----1 Radio Station
In creating a class diagram for my project, I am running in to problem ...
7
votes
4answers
213 views
I need to ask about the object class, but it's a bad practice. Alternatives for this case?
I'm having trouble extending an application.
It is an attendance record system. Currently each employee records attendance by a card that has a QR code. Now they want to add fingerprint recognition, ...
0
votes
0answers
17 views
Import model library into UML Profile RSA 8.5
I have created and deployed a model library. I am able to import the model library when I create a model although I am not able to import it into a UML profile.
2
votes
2answers
53 views
Creating UML from existing PHP5 project
Is there an open_source software that can import a php5 project and generates UML diagrams from it ?
I got aware of BOUML but this software is not open source.
ArgoUML is open source but apparently do ...
0
votes
1answer
26 views
UML partial ordering in Sequence diagram
with regard to sequence diagram and exactly in partial ordering
I read the following sentence but i didn't understand the exact meaning of it :
"interactions are only partially ordered"
What ...
1
vote
0answers
14 views
Diagramm Type for multiple Timeaxis
In my project we have the problem of multiple timeaxis
We do some simulation Software were we have the calculation time (simulation time) on one side
and on the other side there is the wall clock time
...
0
votes
1answer
49 views
Is ArgoUML still one of the popular UML modeling tools?
I used Rational-Rose and StartUML in the past years.
Sometime ago, I accepted a training about modeling, and noticed the tools is UML.
Now, I tried to use it modeling my system, and find the ...
1
vote
0answers
46 views
How we identify the relation direction in an ER diagram if we use Chens notation?
How we identify the relationship direction in Chen notation?. If we add A has B relationship then can anyone read it as B has A ?
0
votes
1answer
28 views
Is it possible to use a parent table Id instead of child table Id, when child table should put it's Id into another table
I have this Generalization relation ship between some classes in my class diagram.
FirstClass as a base class that has Name attribute, SecondClass as a derived class that the FirstClass is it's base ...
1
vote
0answers
32 views
UML Model traversal in Python
I want to traverse a model in Python. The model can be very big with lot of branches,
child nodes, classes and attributes.
Are there any specific algorithm for UML model traversal in Python?
1
vote
1answer
68 views
Official UML Activity diagram meta model?
Is there an official UML Activity diagram meta model in form of an ecore or xsd file out there? By official I mean published by the OMG or a other consortium.
0
votes
1answer
28 views
When do I use a self message and a recursive message in UML?
I came across the following post however had a hard time understanding it - self message(non recursive) vs self recursive message.
I also came across the example at ...
0
votes
1answer
32 views
what is the differences between class and classifier in UML
When i read through UML specification there is two words i am not sure if both are the same or not
those words are:
class and classifier
What is the differences between
class and classifier?
0
votes
0answers
17 views
Visual Studio 2010 modeling project error
I have serious problem with my modeling project, created in Visual Studio 2010. Today I was renaming my project and solution name and path's. And now it throws me some kind of error, when I wish to ...
0
votes
2answers
47 views
what is the differences between class and dataType
As i read through UML specification that:
class has a set of attributes/operations
and data type has a set of attributes/operations
1)with regards to attributes/operations of data type
what this ...
0
votes
1answer
26 views
How to display an event appearing after a period of time (gap) in use-case realization diagram?
i`m wondering what is the way to display an event which appears after some period of time on a use-case realization diagram. For example lets say an actor taps a display of his smart phone, the ...
0
votes
1answer
29 views
VS2012 required interface turning into provided interface in the UML Model Explorer
Drag a required interface onto a component diagram (its the half circle one).
Check the UML Model Explorer, it turns into the full circle provided interface icon
0
votes
3answers
22 views
Bouml Add operations to a class in a class diagram in bulk
I am using the software BOUML for uml modelling. My class has around 30 methods. Is there anyway to add operations to a class in class diagram in bulk(eg. from a list or file) rather than one by one ...
2
votes
1answer
38 views
django many to many uml confusing
In my project i have a many to many relation. as django can handle a many to many relationship, i did like that:
class Groups (models.Model):
name=models.CharField(max_length=50)
...
0
votes
1answer
46 views
providing structs in class diagram
I have struct chartManager which contains struct of series and struct series which contain struct of points. and they are all in Chart class.
something like this
Class Chart
{
protected:
struct ...
1
vote
1answer
82 views
Comparision of Values from XML Files in Python [closed]
My UML diagram is like this:
rootNode
|
Book (attribute:name)
|
Table (attribute: Name)
|
TableEntry(attribute: Field, Value)
When I use this code:
for Book in rootNode.getBooks():
...
0
votes
1answer
117 views
How do we actually implement the entity boundary control pattern in java?
I am trying to create a library management system. Now, I know that the boundary cannot interact with the entity directly. The control class acts as a mediator between the boundary and the entity ...
1
vote
2answers
74 views
UML mapping: container class with objects of two types
Suppose that there is one container C that can contain objects of type A and B.
C cannot be empty and can only contain 1 object of each type. That means that C contains one of the following:
1 ...
0
votes
1answer
72 views
Comparison of data in Python
I have UML diagram like this:
School
|
Teacher
|
Children
I am accessing the data in classes, ...
3
votes
1answer
209 views
UML Use case model: Actor Generalization
I'm starting to learn UML and have a question about Actor Generalization:
Imagine I'm writing a use case diagram for some kind of application for a College . I've identified there are two Actors; ...
1
vote
4answers
200 views
How to format branching statements (while/if-else) in UML use case descriptions?
How are branching statements supposed to be written in UML use case descriptions? Here is the situation I am modelling -
An employee has to swipe a card through a card reader to clock into work. The ...
0
votes
1answer
144 views
UML Activity Diagram - how to design?
MAKE RESERVATIONS is the activity and it states the following:
A customer contacts a reservation officer about a car rental.
The customer quotes the start and end dates needed, the ...
0
votes
0answers
54 views
How to better output class diagrams using reverse engineering
If you have built a swing Java application which consists of many event handling methods, and 'Swing' components, How do you eliminate those to better output 'sequence diagram' and/or 'class diagram'. ...
1
vote
2answers
77 views
UML idea for objects with similar characteristics.
Events, jobs, self and contact are nothing but DTO objects where each objects can be added, edited and deleted from database. I am not so familiar with use case diagrams so I wanted to know if this ...
0
votes
2answers
303 views
How to draw a Sequence Diagram for a Use Case that <<extend >> another Use Case?
Can anyone provide any links that show how to draw this type of conditions?
1
vote
2answers
181 views
What does a diamond sign signify in UML class diagrams?
Please consider the below two diagrams.One contains a plain arrow and the other one contains an arrow with a diamond infront of it.The great book GoF has usages of both of these two kinds of ...
2
votes
1answer
217 views
Multiple interfaces with same methods name and overriding along a class hierarchy
The goal of this topic is not to ask how to implement two interfaces with same methods name. I'm asking myself why we cannot make abstract or virtual an explicit implementation of a method.
Here a ...
0
votes
1answer
47 views
show what happened in particular method in visual studio 2012
I'm developing an application that have some complexities on methods. Now I need a structure which can save what did I do in methods with shapes or something like this (i.e. sequence diagram).
...
1
vote
1answer
133 views
How to show multiplicities in UML object diagrams
I wonder if there is way to create an array of objects in UML?
the following is my try using Modelio as a modeling environment but as you can see there is different objects(i.e. instance[0],instance ...
-1
votes
3answers
78 views
object instantiate another object?
is it possible to instantiate object from another object
look at this
constructor in UML sequence diagram
Does this situation possible in programming language such as Java?
Does this situation ...



