How to generate code by Papyrus on Eclipse?

空扰寡人 提交于 2019-12-03 07:44:29

问题


I install Papyrus at here. So how to generate code using Papyrus ?


回答1:


In order to generate any text artifacts from UML models in the Eclipse Modelling Environment (i.e. Papyrus, TopCased, etc.) you should use Acceleo which is an eclipse implementation of the MOF models to text transformation language, the OMG standard language for models to text transformations. It is a very well made technology but it could take some time to become familiar with it especially if you do not know MOF and the Model Driven Architecture.

QVT is another OMG language but its aim is models to models transformations (not models to text). It is therefore not the right answer to your question.




回答2:


To generate the java code from UML you can follow the below steps.

  1. New Project->EMF Project Press Next
  2. give the project name
  3. In Model Importer page select UML model and press Next
  4. Select UML model which is created by using Papyrus.Press next
  5. In Package selection page select all the root packages
  6. click finish, it will generate genmodel.
  7. Use the genmodel to generate Java code.

I hope this information helps.




回答3:


These can help you.

Papyrus Tutorials




回答4:


Papyrus is an Eclipse lugin for modeling, you need to use additional Eclipse plugin to do model transformations. In the other answer you can find link to tutorials. First of them indicates you should use QVTo.

Resources:

  • http://wiki.eclipse.org/M2M/Operational_QVT_Language_%28QVTO%29
  • http://www.eclipse.org/m2m/qvto/doc
  • http://www.eclipse.org/modeling/m2m/downloads/index.php?project=qvtoml



回答5:


To generate code from a UML diagram created with Papyrus must create a run configuration for Papyrus.

More information and a demo video at the following links.

  • http://www.papyrusuml.org/scripts/home/publigen/content/templates/show.asp?P=140&L=EN
  • http://www.papyrusuml.org/home/liblocal/docs/Documentation/Java-Code-Gen/Papyrus-GenJava-GenerateCode.swf



回答6:


You need to install Papyrus Java Classes Generator.

  1. Help --> install new software
  2. work with : http://download.eclipse.org/modeling/mdt/papyrus/updates/releases/mars
  3. Check group items by category
  4. Check show only the latest version of available software
  5. Check Papyrus Java
  6. Next --> accept terms and conditions
  7. finish

Now, in your model.di : right click on your class --> Java --> Generate java code. And you're done !




回答7:


It doesn't work with Java because even if you get a code from a class diagram then this code is so dirty that it is totally unusable.

It seems that this tool has been written by modelers who have never done any java codding :-)



来源:https://stackoverflow.com/questions/7130937/how-to-generate-code-by-papyrus-on-eclipse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!