Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Papyrus-RT/Developer/Design"

(Adjusted page header to be consistent with the rest of the wiki.)
m (Added codegen notes)
Line 7: Line 7:
 
=Overview=
 
=Overview=
  
This page collects design notes for specific features and other development activities, organized by Papyrus-RT release.
+
This page collects design notes for specific features and other development activities, organized by release and then by topic.
 +
 
  
 
= 0.9 Release =
 
= 0.9 Release =
 +
 +
 +
== Language (UML-RT) ==
  
 
* [[Papyrus-RT/Developer/Design/0.9/UML-RT-Implementation|UML-RT Semantics in the UML Metamodel]] — [http://eclip.se/467545 bug 467545]
 
* [[Papyrus-RT/Developer/Design/0.9/UML-RT-Implementation|UML-RT Semantics in the UML Metamodel]] — [http://eclip.se/467545 bug 467545]
 +
 +
 +
 +
= 0.8 Release =
 +
 +
== Code generation ==
 +
 +
* [[Papyrus-RT/Developer/Developer_Guide/Codegen_High_Level|A high-level description of the general transformation architecture]]
 +
* [[Papyrus-RT/Developer/Developer_Guide/Codegen_Details|Detailed description of the transformation architecture]]
 +
* [[Papyrus-RT/Developer/Developer_Guide/Codegen_API|Code generation interface (API)]]
 +
* [[Papyrus-RT/Developer/Developer_Guide/Codegen_CodePattern|Structural code pattern]]
 +
* [[Papyrus-RT/Developer/Developer_Guide/Codegen_Extension|Extending the code generator]]

Revision as of 15:40, 20 February 2017

PapyrusForRealTime-Logo-Icon.png




Design Notes




Overview

This page collects design notes for specific features and other development activities, organized by release and then by topic.


0.9 Release

Language (UML-RT)


0.8 Release

Code generation

Back to the top