GithubHelp home page GithubHelp logo

ifml-editor's Introduction

IFML Editor

The open source Eclipse editor for IFML (Interaction Flow Modeling Language).

The editor is based on Sirius an Eclipse project to facilitate the creation of modeling editors.

Using the tool

Instructions on how to install and get started with the tool are available in the tool web page

Projects

  • IFMLEditor: project with model and model sources.
    • Folder “Model”: contains the .ecore and the .genmodel.
  • IFMLEditor.edit : project with the generated edit code.
  • IFMLEditor.editor: project with the generated editor code.
  • IFMLEditorDesign: project with the editor design
    • Folder “description”: IFML.odesign file which specifies the editor
    • Source Folder “templates” inside the src folder: helper.mtl file, which specifies some queries, used by the IFML.odesign.

Remarks

  • In order to avoid problems due to the existence of elements with the same name in other metamodels the following elements were renamed only for the Editor:
        - Action --> IFML Action
        - Menu --> IFMLMenu
        - Slot --> IFMLSlot
        - Parameter --> IFMLParameter
        - Window --> IFMLWindow
        - Port --> IFMLPort
        - Module --> IFMLModule
  • In order to generate a unique identifier for each element the ElementImpl.java class in the package IFML.Core.impl in the Model Project was modified:
        - inserting the following line in the ElementImpl Constructor
          id=EcoreUtil.generateUUID(); 
        - marking the constructor @generated NOT
        - changing the variable ID_EDEFAULT value from null to "":
          protected static final String ID_DEFAULT = ""

Authors

IFML Editor is the result of a collaboration between WebRatio, Politecnico di Milano and the INRIA research team AtlanMod.

ifml-editor's People

Contributors

hamzaed avatar stefaniapezzetti-webratio avatar umuhoza avatar jcabot avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.