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 APIs"

(New page: __TOC__ {{backlink|Tigerstripe}} This page contains a set of examples and resources about Tigerstripe APIs. '''Note: all Tigerstripe APIs are undergoing major refactoring to ensure they ...)
 
Line 29: Line 29:
 
# [[Snippet: Create Model Artifacts]]
 
# [[Snippet: Create Model Artifacts]]
 
# [[Snippet: Work with Model Artifacts]]
 
# [[Snippet: Work with Model Artifacts]]
 +
 +
[[Category:Tigerstripe]]
 +
[[Category:Tigerstripe_APIs]]
 +
[[Category:Tigerstripe_Snippets]]

Revision as of 12:08, 16 February 2008

< To: Tigerstripe

This page contains a set of examples and resources about Tigerstripe APIs.

'Note: all Tigerstripe APIs are undergoing major refactoring to ensure they are following Eclipse conventions and patterns, and make use of all appropriate other Eclipse project (e.g. EMF). Watch for examples below that highlight whether they are based on a part of the API that should be considered stable at this current time.

Tigerstripe Infrastructure API (I-API)

The Tigerstripe I-API is concerned with creating and maintaining Tigerstripe projects and their components. In particular, this will include:

  • Project creation, whether they are Model projects or Generation Plugin projects,
  • Profile creation and maintenance,
  • Facet creation and maintenance,
  • Project generation,
  • etc...

The javadoc will be made available online shortly.

  1. Snippet: Create Tigerstripe Model Project


Tigerstripe Model API (M-API)

The Tigerstripe M-API deals with the model itself:

  • Creation/Maintenance of all types of Tigerstripe Model Repositories (Pojo, XMI, Modules, etc...)
  • Creation/Maintenance of model content, i.e. the artifacts themselves, etc.
  • Metamodel Extension Management.

Note: the M-API is undergoing major re-factoring to use EMF natively as opposed to a proprietary version.

  1. Snippet: Create Model Artifacts
  2. Snippet: Work with Model Artifacts

Back to the top