145 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
201
views
To draw UML Class Diagram generating error in PAPYRUS workspace
I am using Papyrus for UML Diagram. I am facing an error in class diagram. I am getting this popup window multiple times. How to resolve this issue?
An error has occurred. See error log for more ...
0
votes
0
answers
245
views
Papyrus UML Diagram of class and sequence error
I am new to papyrus. I am using papyrus 6.7.0 for UML diagrams. I have created class and sequence diagram under one project. After I did the diagrams, I saved and committed in SVN repository. My ...
0
votes
1
answer
76
views
How to initialise list in class diagram?
Eclipse Papyrus class diagram (Java). How can I define as a list to my attribute carList?
private List<Car> carList = new ArrayList<>();
I'm only able to define type as String, int, ...
0
votes
0
answers
351
views
Error when installing papyrus plugin to eclipse
Every time I try to install Papyrus through the eclipse marketplace, I get the error:
Problems occurred while performing provisioning operation: operation plan must be resolved
The exception stack ...
1
vote
0
answers
110
views
Association Problem in UML Class Diagram in papyrus- Eclipse for a model driven framework
I am working on a model driven engineering project and working with UML diagram in papyrus. Now, while creating association between certain classes,I am facing some problems.
In this diagram, there is ...
1
vote
0
answers
34
views
Eclipse Papyrus DataSet for Class and Sequence Diagram
I am currently doing my research which involves source code generation based on class and sequence diagram. My problem is that I want a dataset on which I can test my tool. I am not able to find ...
1
vote
1
answer
490
views
How to import .uml file in Eclipse Papyrus?
I have some .uml files that I need to open in Eclipse Papyrus Tool. I am copying the .uml XMI code in Papyrus Model XMI uml file but the problem is that I am not able to see any view.
1
vote
1
answer
28
views
get "SAXSparseEception: Content is not allowed in prolog" when parsing an OCL file in my Eclipse plugin
I am working on my own eclipse plugin, which includes parsing CompleteOCL file. I worked it out when I run the plugin by click on the "Luanch an Eclipse application" in overview tab of ...
3
votes
1
answer
189
views
Validate OCL attributes of my model using Eclipse papyrus
I'm making a translation model on Magicdraw/Cameo between two metamodels, using several metamodels in its environment. This model contains OCL expressions, and I would like to use Eclipse to check the ...
0
votes
1
answer
83
views
m2doc ERROR: EClassifier=String is not registered in the current environment
I use m2doc in eclipse papyrus. When I click on the element, I can see its properties.
enter image description here
It has the property "Name".
But when I use self.name in m2doc interpreter, ...
1
vote
0
answers
158
views
How model nested activities in an Activity Diagram in Papyrus
I am trying to create nested activity diagrams in Papyrus.
My Problem: I don't know how to create a sub-activity-diagram directly from an action of my main activity-diagram. I want also to transfer ...
0
votes
1
answer
414
views
Can not be loaded because it comes from a more recent Sirius release
I have a problem opening a project in my own computer. So in the first time i created this project on my pc, than put it on git i went to the university i continued working on it and when i re-pulled ...
1
vote
0
answers
199
views
Applying Eclipse Papyrus Designer stereotypes programmatically
I have created a java program that uses Eclipse UML2 to load a .uml file and perform a model translation that (amongst other things) applies Papyrus Designer stereotypes (Codegen and C_Cpp profiles). ...
2
votes
0
answers
358
views
How to inherit attributes in class/block diagram using Eclipse Papyrus?
I'm creating a very simple class diagram using the Eclipse Papyrus but I'm not able to represent instances correctly.
First of all, I'm using the SysML 1.6 profile, so my classes are actually ...
-1
votes
1
answer
414
views
Parse .uml file with eclipse uml2
I am working on a task where I need to convert UML diagram to a prototype in any language that I choose. I have created a diagram through eclypse papyrus and saved it as .uml file. It contains Use-...