APP4MC comes with a predefined perspective available in the Eclipse menu under Window -> Open Perspective -> Other -> APP4MC. This perspective consists of the following elements:
The following screenshot is showing this perspective and its contained elements.
APP4MC provides a standard wizard to create a new AMALTHEA model from scratch.
Step 1: Create a new general project
The scope of an AMALTHEA model is defined by its enclosing container (project or folder).
Therefore a project is required.
![]()
Step 2: Create a new folder inside of the created project
It is recommended to create a folder ( although a project is also a possible container ).
![]()
Step 3: Create a new AMALTHEA model
In the context menu (right mouse button) an entry for a new AMALTHEA model can be found.
![]()
Another starting point is File -> New -> Other
In the dialog you can select the parent folder and the file name.
The AMALTHEA Editor shows either the entire model that contains sub models or one of the sub models.
The next screenshot shows the “New Child” menu with all its possibilities.
In addition the AMALTHEA Editor has two commands available at the top right of the Editor.
The Show types of elements button triggers the editor to show the direct type of the element in the tree editor using [element_type]. The following screenshot shows the toggle and the types marked with an underline.
The editor provides the possibility to filter model elements by using the available name attribute. For example this can be used to find all elements in the model with “ABS” at the beginning of their name. The search and result view is using the Eclipse search as result view.
The search result is using the Eclipse Search View.
An additional option is to toggle the search results to show them as a plain list instead of a tree grouped by type.
The AMALTHEA tool platform comes with several examples. This section will describe how a new project based on these examples can be created.
Step 1
Click the “new” icon in the top left corner and select “Example...” or use the right mouse button.
![]()
Step 2
The “New Example” wizard will pop up and shows several examples.
Select one examples and hit continue.
![]()
Step 3
You will see a summary of the example projects that will be created.
Click “Finish” to exit this dialog.
![]()
You can now open the editor to inspect the models.