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"

(Buckminster Integration)
m (Code Generation)
 
(10 intermediate revisions by 3 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.
+
<!--
 +
 
 +
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.
Line 15: Line 19:
  
 
*The [[Tigerstripe UML Import Tutorial]] shows how to import an existing UML file into a Tigerstripe project.
 
*The [[Tigerstripe UML Import Tutorial]] shows how to import an existing UML file into a Tigerstripe project.
 +
 +
-->
  
 
=Model Annotations=
 
=Model Annotations=
Line 20: Line 26:
 
* 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.
 
* 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=
+
= Code Generation =
  
 
*The [[Tigerstripe Simple Plugin Tutorial]] walks you through the first steps towards creation of a plugin.
 
*The [[Tigerstripe Simple Plugin Tutorial]] walks you through the first steps towards creation of a plugin.
Line 26: Line 32:
 
*The [[Tigerstripe Advanced Plugin Tutorial]] covers some advanced plugin features.
 
*The [[Tigerstripe Advanced Plugin Tutorial]] covers some advanced plugin features.
  
*The [[Tigerstripe Plugin Miscellany]] - look here for some handy reference documents.
+
*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 Stereotypes Tutorial]] describes how to use Stereotypes to enhance code generation.
Line 36: Line 44:
 
*The [[Tigerstripe Profile Tutorial]] describes the creation and deployment of profiles.
 
*The [[Tigerstripe Profile Tutorial]] describes the creation and deployment of profiles.
  
=Buckminster Integration=
+
 
*The [[Buckminster Integration Tutorial]] describes how to assemble a modeling workspace with the help of Buckminster.
+
* The [[Tigerstripe_Buckminster_Headless_Configuration|Tigerstripe/Buckminster Headless Configuration]] entry details the assembly of a minimal Eclipse installation containing all of the dependencies required for using Tigerstripe in conjunction with Buckminster in a headless environment.
+
  
 
[[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