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"

(14 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 28: Line 34:
 
*The [[Tigerstripe Plugin Miscellany]] - look here for some handy reference documents.
 
*The [[Tigerstripe Plugin Miscellany]] - look here for some handy reference documents.
  
*The [[Tigerstripe Annotations Tutorial]] describes how to use Annotations to enhance code generation.
+
*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.
 
*The [[Tigerstripe Headless Generation Tutorial]] describes how to generate code in a headless build environment.

Revision as of 11:52, 21 April 2011

< 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