The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
1answer
108 views

ActionExecutionSpecification and BehaviorExecutionSpecification

With regard to UML specification superstructure i read about ActionExecutionSpecification and BehaviorExecutionSpecification What is the differences between them? In which cases i should use each ...
2
votes
1answer
58 views

How to include comparator classes in UML diagram

while studying for my software design exams something has come up and after looking everywhere I still can't find an answer so here it is. What would be the correct way to show a comparator class ...
2
votes
1answer
85 views

What legal restrictions are applicable to referencing Microsoft's Visual Studio UML assemblies?

The object models in Microsoft Visual Studio's UML assemblies are practically perfect representations of the OMG UML specifications. I want to leverage UML modeling for a .NET project, which could ...
2
votes
1answer
638 views

Showing template parameters for function in a class diagram

How should I show on the class diagram that fnc of this class uses some extra params not listed in the class declaration? For example: template<class SomePolicy> struct SomeClass { ...
1
vote
1answer
76 views

Database Modeling with UML & XMI export - Keys?

I was creating UML class diagrams using Papyrus eclipse modeling too, and exporting it to XMI and importing it in Erwin. I do get an initial list of classes, attributes and datatypes and relationships ...
1
vote
1answer
56 views

UML model element versus executable UML model element

How can i build an executable model in UML? is it differ from UML model element used while drawing class,SD,...etc
1
vote
1answer
80 views

uml pattern similar to GoF composite

How can I communicate the basic idea of a hierarchy / tree of alltogether variable but fixed height for one of its instance; leaves are disjunct from nodes, they are all located on the same, least ...
1
vote
1answer
2k views

How do I attribute an interface to a class in Visio UML model

I have created a UML model in Visio 2010. I have created several classes and interfaces. In the UML model, how do I configure one of my classes to implement one of my interfaces? In other words, ...
1
vote
1answer
112 views

Inheritance and dependencies modeling in UML

I'm trying to model class relationships in Cairngorm micro-architecture for Flex RIA applications. I have a little confusion. For example, I have two classes FrontController and Controller. ...
1
vote
1answer
169 views

Apply stereotype to an InstanceSpecification

is it possible to Apply stereotypes to an InstanceSpecification? I'm using Papyrus. Thank you
1
vote
1answer
2k views

Creating a Class Diagram to model a MVC application

I'm creating an inventory system with Ruby on Rails as the application server and having java clients as the frontend. Part of the project mandates that we create an integrated class diagram (a ...
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 ...
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 ...
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 ...
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 ...
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
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
37 views

UML object attribute linkage

If you've got a function like this inside a class called 'A' public updateResponse(UpdateRequest updateRequest){ //... } Where UpdateRequest is another class which you create an object from as ...
0
votes
1answer
259 views

From UML Model Generating Code To List<T>

With Visual Studio 2012, I have created an UML class diagram. From the class diagram, I generated the C# class. Instead of presenting all code and images, I created a post at: Code-First: From UML ...
2
votes
0answers
355 views

Creating Inheritance chart /uml diagram of existing android eclipse projects

I want to Create inheritance charts (Class diagram in UML view) of a big existing android application. The app that i am studying contains a lot of inheritance, abstract classes, interfaces. So it has ...
1
vote
0answers
25 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
51 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 ...
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 << ...
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 ...
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 ...
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 ?
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
0answers
152 views

Free UML and Mind Map diagram tool with google docs integration

Could anyone recommend a no limitations free UML (and general mind mapping) diagram tool with Google docs integration?
1
vote
0answers
64 views

Associate operation to activity diagram (Papyrus)

I am using Papyrus for modeling. How can I associate messages(operation calls) in a sequence diagram with it's counterpart in an activity diagram?
1
vote
0answers
33 views

MARTE specification implemented by Papyrus

i am new with MARTE and i read the specification related to time modeling subprofile promoted by OMG . i use papyrus for MARTE i wonder if there is practical example for implementing these ...
1
vote
0answers
299 views

How do I add multiplicity values in StarUML

I am studying Database Development and I am at the stage where I have to create my own ER Models. Everything is fine so far with StarUML however the course notes don't mention how to add muliplicity ...
1
vote
0answers
218 views

Domain Model for School System

I am trying to create a Domain Model for a school system that is unique. Here is the run down... the Hierachy is District Board -> Zone Board -> School ..These schools report to Colleges for AU ...
1
vote
0answers
267 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 ...
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
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) { ...
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 ...
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.
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
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'. ...
0
votes
0answers
55 views

How to Model jQuery UI Widgets

I'm trying to model using UML the jQuery UI Widgets, its also includes Sequence Diagrams and Class Diagrams, any idea in how to do that ? or at least any existing references. Edit1: (Thanks to ...
0
votes
0answers
47 views

VS2010 crashes when adding a class to a layer diagram

I just started trying to use the VS2010 modeling tools but Visual Studio is crashing every time I try to add a class to a layer diagram for a particular C# solution. I tried deleting the .suo and ...
0
votes
0answers
63 views

jsuml is working with my eclipse IDE

I downloaded jsuml-eclipse-0.8.4 from http://jsuml.gaertner-network.de/. I put all the plugin jars in eclipse plugin folder and start eclipse in clean mode. Still i am unable to see the plugin in ...
0
votes
0answers
20 views

dealing with xml information of uml digram

i am trying to manually add new attribute to class in my class diagram modeled in Papyrus and the addition that i intend is on xml file of class diagram but i don't know how can i manage the class ...
0
votes
0answers
53 views

Exception while opening a UML Model in Rational Software Architect

I'm having a problem with Rational Software Architect 8.0. I'm developing a plugin that provides some extra features to models. I'm trying to write unit tests to make sure that my plugin behaves as ...
0
votes
0answers
24 views

Papyrus time profile

i am new with MARTE and i read the specification related to time modeling subprofile promoted by OMG . by your experience,how can we build time profile for model?
0
votes
0answers
121 views

RSA: UML to Java Transform - transform script check out all the files in the target container

I am using RSA to make object model changes. We use ClearCase as our versio control tool. Whenever I add/remove an attribute to a class in the UML and run the uml to java transform script, the ...
0
votes
0answers
287 views

Visio 2007's UML feature: what methodology is this supporting?

I am attempting to depict a system under development in UML using Visio 2007. Most examples of UML diagrams you find on the Web are fairly straightforward, particularly the class diagrams. But in ...
0
votes
0answers
34 views

how to model the reading operations in uml

should we model the reading operations that are not conditional? for example, in a forum system all users can read forums, threads and posts or in a shoping website everybody can see the list of ...
-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.
-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 ...

1 2