Questions tagged [magic-draw]

MagicDraw is a visual UML, SysML, BPMN, and UPDM modeling tool with team collaboration support.

51 questions
1
vote
1 answer

Is it feasible to model level of human effort (i.e., person-seconds) in an activity diagram with Cameo Systems Modeler?

I am using Cameo Systems Modeler and would like to simulate human activities and the levels of effort for each action. I have tried using input and output pins, but those seem to make no sense for my purpose. I am not sure whether this is a UML…
brethvoice
  • 350
  • 1
  • 4
  • 14
1
vote
1 answer

Magicdraw - Groovy Script does not have JsonSlurper?

I tried running this script as a macro on Magicdraw, but kept getting an error at line 142 where the script calls JsonSlurper. Then, when I tried importing the Jsonslurper function from the Json library import groovy.json.JsonSlurper;, it gives me a…
Ethan Levy
  • 21
  • 1
1
vote
1 answer

Generate table from diagram in MagicDraw

I see that Magic Draw supports both graphical and tabular notations. However, I would like to know if they can be synchronized to one another or they only function separately. So, if I create a class diagram with the graphical editor, can I generate…
MDE
  • 21
  • 1
1
vote
1 answer

MagicDraw simplified view

I have used MagicDraw v18.5 to draw a class diagram. My diagram has classes, attributes, stereotypes, and notes. My business users find my diagram too technical. I would like a way to give them a dumbed-down, business-friendly view that shows only…
1
vote
1 answer

Using EMF outside an Eclipse/RCP application?

We have a J2EE application that we deploy to eg. tomcat. We use MagicDraw to model and generate our modelcode. We are currently looking at alternatives to MagicDraw. I have previously used EMF: http://www.eclipse.org/modeling/emf/ but that was…
so12345
  • 565
  • 1
  • 5
  • 12
1
vote
2 answers

Magicdraw plugin for Eclipse

I want to create a sequence diagram for some Java code, using Magicdraw. I have Magicdraw Enterprise version installed. Is there a plug-in I can install, in Eclipse, which can generate a sequence diagram from the code?
mehta
  • 735
  • 1
  • 11
  • 26
0
votes
1 answer

Export BPMN2 model into XML from MagicDraw

Can I export a BPMN2 model into XML using MagicDraw 17. BPMN2 spec specifies a XML schema to represent BMPN2
Midhat
  • 17,454
  • 22
  • 87
  • 114
0
votes
0 answers

MagicDraw fork component flashed red and terminated my simulation

I'm running a simulation on the MagicDraw 2022x SysML Activity diagram here and when it gets to the fork (that is connected with a join after just two actions) it just flashes red and terminates the simulation: enter image description here I'm not…
Matman
  • 1
0
votes
1 answer

MagicDraw CSV Import SQL scheme as «Persistent Table» and «Column»

We need to import from a CSV file a SQL scheme as SQL Tablel shall map to Class «Persistent Table» SQL Columns shall map to Property «Column» with 'Propery.Type' set to SQL ANSI type CSV columns: TAB_NAME; COL_NAME; COL_TYPE; COL_COMMENT CSV…
karldegen
  • 113
  • 8
0
votes
1 answer

How to add attributes in predefined metaclasses in magicDraw?

I want to create metamodel based on uml so i need to add attributes at predefined metaclass level like Operation and Parameter but i don't know how, although in a specific article he can add attributes. I tried to build my metamodel based on uml…
0
votes
1 answer

When is it acceptable to directly connect nested part properties using ports in an IBD?

Using the SysML 1.6 specification, it is possible to link nested part properties via a connector and a proxy port within an Internal Block Diagram (IBD). The connector can be implemented in two ways: the connector can be drawn across the boundary…
0
votes
1 answer

Static method redefinition with ByteBuddy; different behavior if run from IntelliJ or standalone

I want to overwrite the return value of a static method, SysMLUtilityInternal.getFlowPropertyDirection(), deeply buried in a foreign JAR. The code below is part of a MagicDraw plugin. It runs as expected if the plugin is started from IntelliJ. If,…
takiwo
  • 1
  • 1
0
votes
0 answers

Access to Global data/functions in Rhino from a listener

I'm using MagicDraw/Cameo's Scripting engine to create Role-based UI's for non-SysML users. They were developed (successfully) using Nashorn, but the newest Cameo is using Rhino. The migration breaks all of my scripts. The script file contains…
0
votes
0 answers

Export instance table in json format from magicdraw

Anybody have an example (velocity template or other...) for exporting an instance table from magicdraw (or cameo) in a json format? I'm just investigating right now so close ideas are welcome.
int64
  • 81
  • 4
0
votes
1 answer

Is there a function to convert C++ code into protobuf?

I am working on modeling GPB messages and inter-app communication using MagicDraw's sequence diagramming. Ultimately, I want to use MagicDraw's C++ code generation tool to export the models into C++ code, and then turn that into .proto files. The…