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 "EMF Feature Model"

(News)
(News)
Line 15: Line 15:
 
'''2012-10'''
 
'''2012-10'''
 
The next release of the feature model will contain the Feature Diagram Editor initially developed at the [http://se.fzi.de FZI] and the KIT in Karlsruhe [http://sdqweb.ipd.kit.edu/wiki/Feature_Diagram_Editor Feature Diagram Editor] as well as an xtext editor initially developed by itemis [http://code.google.com/a/eclipselabs.org/p/product-line-dsl/ Product Line DSL].
 
The next release of the feature model will contain the Feature Diagram Editor initially developed at the [http://se.fzi.de FZI] and the KIT in Karlsruhe [http://sdqweb.ipd.kit.edu/wiki/Feature_Diagram_Editor Feature Diagram Editor] as well as an xtext editor initially developed by itemis [http://code.google.com/a/eclipselabs.org/p/product-line-dsl/ Product Line DSL].
 +
 +
== GIT Repositories ==
 +
 +
* EMF FM Metamodel and Base Components: {{Git|featuremodel|org.eclipse.featuremodel.metamodel.git}}
 +
* EMF FM Evaluation Engine: {{Git|featuremodel|org.eclipse.featuremodel.evaluation.git}}
 +
* EMF FM to pure::variants Bridge: {{Git|featuremodel|org.eclipse.featuremodel.pvbridge.git}}
 +
* EMF FM Diagramm Editor: {{Git|featuremodel|org.eclipse.featuremodel.editor.diagram.git}}
 +
* EMF FM XText Editor: {{Git|featuremodel|org.eclipse.featuremodel.editor.xtext.git}}
 +
* EMF FM Experimental: {{Git|featuremodel|org.eclipse.featuremodel.incubation.git}}
 +
* EMF FM Release Engineering: {{Git|featuremodel|org.eclipse.featuremodel.releng.git}}
  
 
== Related Articles ==
 
== Related Articles ==

Revision as of 06:12, 4 December 2012

EMF Feature Model is an open source project under the Eclipse Modeling Framework Technology Project (EMFT).

During the last years Feature Modeling has become the "standard" for variability management in the field of Software Product Lines. Feature Models are easy to understand and provide a generic way to represent variability information, independent of a specific application domain. Several independent projects using the Eclipse platform / EMF have each defined their own meta model for feature models. Although these meta models have considerable structural differences, their core semantics are similar. A brief description of feature models can be found at Wikipedia. The EMF Feature Model project will define a standard representation of Feature Models inside the Eclipse platform. The intent is to provide a uniform representation for variability information for tools based on the Eclipse Modeling Framework. This will allow easy and consistent access to variability-related information, such as variation points and variant decisions, in DSLs, M2M transformations, and other contexts where variability information is produced or consumed.

The objectives of the EMF Feature Model project are the following:

  • Define Feature Meta Model
  • Define an extensible Evaluation Engine Framework and provide an exemplary engine implementation
  • Provide extensible Editors and Visualizations for the EMF Feature Models.

News

2012-12-04 The EMF Feature Model Project has moved from svn to git

2012-10 The next release of the feature model will contain the Feature Diagram Editor initially developed at the FZI and the KIT in Karlsruhe Feature Diagram Editor as well as an xtext editor initially developed by itemis Product Line DSL.

GIT Repositories


Related Articles

Copyright © Eclipse Foundation, Inc. All Rights Reserved.