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"

(Add Design Notes page)
 
m (Updated links)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Design Notes ==
+
[[File:PapyrusForRealTime-Logo-Icon.png|left|bottom-align|]]<br/><br/><br/><br/><span style="font-family: Helvetica,Arial,sans-serif; font-size: 48px;"><b>Design Notes</b></span><br/><br/><br/>
  
This page collects design notes for specific features and other development activities, organized by Papyrus-RT release.
 
  
== 0.9 Release ==
+
__TOC__
  
[[Papyrus-RT/Developer/Design/0.9/UML-RT-Implementation|UML-RT Semantics in the UML Metamodel]] — [http://eclip.se/467545 bug 467545]
+
 
 +
=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) ==
 +
 
 +
* [[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/Design/0.8/Codegen_High_Level_Overview|A high-level description of the general transformation architecture]]
 +
* [[Papyrus-RT/Developer/Design/0.8/Codegen_Architecture_Details|Detailed description of the transformation architecture]]
 +
* [[Papyrus-RT/Developer/Design/0.8/Codegen_API|Code generation interface (API)]]
 +
* [[Papyrus-RT/Developer/Design/0.8/Codegen_Code_Pattern|Structural code pattern]]
 +
* [[Papyrus-RT/Developer/Design/0.8/Codegen_Extension|Extending the code generator]]

Latest revision as of 15:46, 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