Skip to content

Latest commit

 

History

History
executable file
·
13 lines (9 loc) · 1.46 KB

README.md

File metadata and controls

executable file
·
13 lines (9 loc) · 1.46 KB

EMF Views by example

This repository includes many examples of EMF Views projects organized by increasing complexity. After installing Eclipse modeling bundle and Epsilon (<= 1.5), add EMF Views through the update site and then the examples should work without problems.

Following the examples and the provided explanations for each of them is not enough to understand all EMF Views functionalities nor the implementation details (For it, the best resource is the EMF Views' manual). However, the provided examples are a good way to discover some of the possibilities of the tool and also understand how to integrate it into a standard EMF project.

#Examples:

  1. Basic_View - Basic example just to check if it's all working fine. Direct copy of tutorial
  2. View_as_Copy - Simple examples copying features from source models to views using VPDL language
  3. View_Simple_Join_Rule - Using VPDL to write simple rules and combine different models into a single views
  4. View_Mixing_Models - Creating views mixing different models written in different modeling languages
  5. Resources - Directory to store shared resources used in all examples (models and metamodels)