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 "Tigerstripe Tutorials"

(Code Generation)
m (Code Generation)
 
(28 intermediate revisions by 4 users not shown)
Line 6: Line 6:
 
* The [[Tigerstripe Simple Model Tutorial]] walks you through your very first model in Tigerstripe.
 
* The [[Tigerstripe Simple Model Tutorial]] walks you through your very first model in Tigerstripe.
 
* The [[Tigerstripe Class Diagram Tutorial]] guides you through the first steps of creating a Class Diagram with Tigerstripe.
 
* The [[Tigerstripe Class Diagram Tutorial]] guides you through the first steps of creating a Class Diagram with Tigerstripe.
* The [[Tigerstripe Instance Diagram Tutorial]] guides you through the first steps of creating an Instance Diagram with Tigerstripe.
+
<!--
* The [[Tigerstripe Advanced Modeling Tutorial]] presents some advanced concepts about Tigerstripe Models.
+
 
 +
Bugzilla 322410: [Documentation] Fix up Tigerstripe documentations
 +
 
 +
* The [[Tigerstripe Instance Diagram Tutorial]] guides you through the first steps of creating an Instance Diagram with Tigerstripe.  
 
* The [[Tigerstripe Shared Models Tutorial]] presents some advanced concepts about Tigerstripe Models.
 
* The [[Tigerstripe Shared Models Tutorial]] presents some advanced concepts about Tigerstripe Models.
 
* The [[Tigerstripe Facets Tutorial]] introduces how to leverage model Facets during code generation.
 
* The [[Tigerstripe Facets Tutorial]] introduces how to leverage model Facets during code generation.
  
 
=Model Import/Export=
 
=Model Import/Export=
Coming soon...
 
  
=Code Generation=
+
*The [[Tigerstripe UML Export Tutorial]] shows how to export a Tigerstripe project to UML.
Coming soon...
+
  
The [[Tigerstripe Simple Plugin Tutorial]] .
+
*The [[Tigerstripe UML Import Tutorial]] shows how to import an existing UML file into a Tigerstripe project.
 +
 
 +
-->
 +
 
 +
=Model Annotations=
 +
 
 +
* The [[Define Tigerstripe Annotations]] article presents a example end-to-end from defining a new Annotation Type to accessing the annotation values from a generator template.
 +
 
 +
= Code Generation =
 +
 
 +
*The [[Tigerstripe Simple Plugin Tutorial]] walks you through the first steps towards creation of a plugin.
 +
 
 +
*The [[Tigerstripe Advanced Plugin Tutorial]] covers some advanced plugin features.
 +
 
 +
*The [[Tigerstripe Plugin Miscellany]] - look here for some handy reference documents.
 +
 
 +
*The [[Tigerstripe M0 Plugin Tutorial]] - describes how to write generators based on Instance diagrams.
 +
 
 +
*The [[Tigerstripe Stereotypes Tutorial]] describes how to use Stereotypes to enhance code generation.
 +
 
 +
*The [[Tigerstripe Headless Generation Tutorial]] describes how to generate code in a headless build environment.
  
 
=Tigerstripe Profiles=
 
=Tigerstripe Profiles=
Coming soon...
+
 
 +
*The [[Tigerstripe Profile Tutorial]] describes the creation and deployment of profiles.
 +
 
 +
 
  
 
[[Category:Tigerstripe]]
 
[[Category:Tigerstripe]]
 
[[Category:Tigerstripe Tutorial]]
 
[[Category:Tigerstripe Tutorial]]

Latest revision as of 06:28, 17 June 2013

< To: Tigerstripe

General

Tigerstripe Modeling

Model Annotations

  • The Define Tigerstripe Annotations article presents a example end-to-end from defining a new Annotation Type to accessing the annotation values from a generator template.

Code Generation

Tigerstripe Profiles

Back to the top