In this post we will introduce the Xpand extension files. They provide us with a way to write helper functions or call Java methods.
Month: September 2020

EMF: Improving Our First Xpand Project – Beautification
In this post we will create beautification rules and will apply them on the generated code in order to make it easier to read and understand.

OpenCV: Diving Into The Exciting World Of OpenCV
This is the initial post of series of posts about OpenCV. It gives details on how to build the OpenCV libraries on Linux and Windows.

EMF: Developing The First Xpand Project – Main Template and Workflow
This post describes the changes in the main template and in the workflow file, which we should do in order to start the code generation.

EMF: Developing The First Xpand Project – Source Template
In this post I have provided one completed Xpand source template, which is used to generate source files with class definitions for all the classes, which are part of the Ecore model we previously created.

EMF: Developing The First Xpand Project – Header Template
In this post I have provided one completed Xpand header template, which is used to generate header files with class declarations for all the classes, which are part of the Ecore model we previously created.