MagicDraw is a visual UML, SysML, BPMN, and UPDM modeling tool with team collaboration support.
Questions tagged [magic-draw]
51 questions
0
votes
0 answers
Java is not installed issue on Mac
I am trying to install Magic Draw Enterprise, and it requires Java 11.0.9. I installed it and in my terminal I wrote java -version to check if it was the right one and yes it is.
This is what comes out.
java version "11.0.9" 2020-10-20 LTS
Java(TM)…

MDE
- 21
- 1
0
votes
0 answers
Changing hierarchy structure while keeping nested relationships
This is just an example, but lets say I have an IBD of context “vehicle”. In the IBD I have part properties “vehicle.car.navSystem” with proxy ports and connectors to “vehicle.car.navSystem.gps” and “vehicle.car.navSystem.display”.
I want to change…

BrandonC
- 1
- 1
0
votes
1 answer
Instantiate unique children when instantiating parent block
I'm currently working from Cameo Systems Modeler 19.0, using IBDs and BDDs.
The system I'm currently modeling involves a component (:Parent) composed of two sub components (:first, :second), and I've established as much within my main BDD. Each…
0
votes
1 answer
Show direction kind for operations in magicdraw
Im using magicdraw sysml to document software functionality. In my BDD i have a block, representinge a software component. To document the functions exposed by the compenent, im using "operations". When listing the operations, i would like the…

Klaus Petersen
- 23
- 1
- 4
0
votes
1 answer
Does MagicDraw have a Python interface or API wrapper?
I use MagicDraw for Model Based System Engineering (MBSE) using UML and SysML. I know there is an API based in Java, which the tool is primarily written in, but I'd like to interface to my models using Python.
Is there an API wrapper or other method…

LightCC
- 9,804
- 5
- 52
- 92
0
votes
1 answer
Cannot delete or update a parent row: a foreign key constraint fails. MagicDraw tables error
I have an assignment where I have to make tables in MagicDraw and then to generate MySQL code. I pasted the generated code to SQL code section in phpMyAdmin and it showed an error:
SQL query:
DROP TABLE IF EXISTS LogistikosCentras;
MySQL answer:…

Eglė Ged
- 27
- 6
0
votes
2 answers
UML constraint across three associations?
Let's say I have class A with associations to classes X, Y, and Z, respectively. I need to indicate that only one of these associations may be instantiated for any given instance of class A (so, an xor constraint). I know how to do this if the…

Huliax
- 1,489
- 3
- 15
- 27
0
votes
1 answer
How to define empty array in UML class diagram?
While learning how to create UML class diagram using MagicDraw, I want to represent array variable Integer [] ids;
I tried ~ids : Integer [], but got an error. I suppose I have to specify the size of the array in the brackets. How to specify an…

Joe
- 25
- 4
0
votes
1 answer
The difference between "as is" and "to be" in Magic Draw?
I have an assignment to create a model in Magic Draw. I need to make the assignment in two ways in "as is" model and "to be", but as I looked around the internet I could not have what I need.
Has anyone got any idea what I'm talking about?

Tews
- 53
- 4
0
votes
1 answer
UML to SQL(generic) MagicDraw
i need to convert ER model to SQL diagram with MagicDraw, so i use this http://puu.sh/rRy3F.png but there isnt option:UML to SQL(generic), which is supposed to be there, how do i add that?

Deiviswii
- 1
- 1
0
votes
2 answers
MagicDraw 18.3 developing plugins using Eclipse 4.5.2.M
I am having trouble configurating Eclipse for MD 18.3 plugin development.
I have thoroughly followed the "MagicDraw 18.3 Developer Guide / Development in Eclipse" tutorial you can find inside MagicDraw\openapi section to set up Eclipse.
When…

pad
- 33
- 6
0
votes
1 answer
How to generate an array from MagicDraw SysML model?
I am using MagicDraw 18.0 Enterprise Evaluation version, with the SysML plugin. In the generated code I want to see an array like this:
public List MyList;
So my model contains a property typed Integer, with multiplicity set to *. But…

Wtf1sh
- 137
- 2
- 13
0
votes
1 answer
How to import UML based Web Engineering "UWE" profile into enterprise architect?
is there any way to import UWE Profile into EA? actually its profile is exported using MagicDraw UML CASE tool, i've tried to import it but it is giving me parsing error when i do?
this's the official site of UWE …

George
- 288
- 1
- 6
- 12
0
votes
1 answer
How to create a template types in Magic Draw?
I have this signature[c#]:
public interface IUniJobber : IJob where T : IMinimalJobContext;
How to create this template type in Magic Draw?
(Without code engineering sets :-)

dgLAeS
- 23
- 5
0
votes
2 answers
What element in Magicdraw is equivalent of a controller?
I have to create a sequence diagram using Magicdraw and I need to add controller elements.
Entities stand for real world things.
Interfaces aka boundaries views/models
Controllers controllers in actual code but what kind of element they are in…

PovilasID
- 883
- 10
- 34