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.
Instructions on how to install and get started with the tool are available in the tool web page
- Action --> IFML Action
- Menu --> IFMLMenu
- Slot --> IFMLSlot
- Parameter --> IFMLParameter
- Window --> IFMLWindow
- Port --> IFMLPort
- Module --> IFMLModule
- 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 = ""
IFML Editor is the result of a collaboration between WebRatio, Politecnico di Milano and the INRIA research team AtlanMod.