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

KM3/How to Contribute to Atlantic Zoo

< KM3
Revision as of 04:55, 22 September 2006 by Freddy.allilaire.univ-nantes.fr (Talk | contribs) (created page: How to contribute to Atlantic Zoo)

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

< To: KM3

The Atlantic Zoo is open to contributors. All external contributions are welcome.

In the comments of the KM3 file, you may mention your identity and company by mail, URL, etc. In this way you may get back some advice from interested people.

Please send your KM3 files to atl-contact.

If you wish to publish your metamodel(s) in this zoo, you should provide your KM3 file(s) with the following header:

Header Syntax

-- @name        Name of your metamodel.
-- @version     Version number.
-- @domains     Domains related to this metamodel (e.g. bibliography, software bug tracking, programming language).
-- @authors     Authors information (name, email, company, etc.).
-- @date        Creation date.
-- @description Description of your metamodel. Please give a short presentation and explain if this metamodel covers all the concepts, a subset or a view.
-- @see         Reference informations, useful links, etc.

Header Example

-- @name        KM3 
-- @version     1.1
-- @domains     KM3 language
-- @authors     Frédéric Jouault (frederic.jouault . univ-nantes.fr)
-- @date        2004/11/01	
-- @description KM3, the Kernel MetaMetaModel, provides a textual concrete syntax that eases the coding of metamodels. Its syntax is simple, straight forward and has some
-- @description similarities with the Java notation. KM3 resembles Ecore terminology and has the notion of package, class, attribute, reference and primitive datatype.
-- @see         "KM3 User Manual", http://www.eclipse.org/gmt/atl/doc/

Back to the top