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

Texo/Code Generation Patterns

< Texo
Revision as of 15:32, 13 May 2010 by Mtaal.springsite.com (Talk | contribs) (New page: __TOC__ == Introduction == The code generation of Texo can be controlled in detail using annotations. This document describes some possible code generation patterns which can be controlle...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Introduction

The code generation of Texo can be controlled in detail using annotations. This document describes some possible code generation patterns which can be controlled using annotations. In addition this document describes some other specific code generation patterns implemented by Texo.

Let a non-generated class be used for an EClass

Texo makes it possible to replace an EClass to be

Handling Feature Maps

EMF uses feature maps for flexible structures present in XML Schema. For more information on EMF feature maps see the following links:


Generation of a save bi-directional association API (or not)

Only Generate Entities - No EMF dependencies

Generate EMF dependencies in a separate package

Back to the top