Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

JS4EMF/User Guide

< JS4EMF
Revision as of 05:04, 19 May 2011 by Unnamed Poltroon (Talk) (New page: == EMF Delegates View== The EMF Delegates View is used for enriching Ecore models with Javascript. The view lets the user attach Javascript to the currently selected EModelElement (EClass,...)

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

EMF Delegates View

The EMF Delegates View is used for enriching Ecore models with Javascript. The view lets the user attach Javascript to the currently selected EModelElement (EClass, EOperation, ...) to define invariants, constraints, derived features and operation bodies, and relieves the user from having to edit the corresponding EAnnotations.

Back to the top