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 the entire model that contains sub models.
The next screenshot shows the “New Child” menu with all its possibilities.
The AMALTHEA Editor has additional commands available in the editor toolbar.
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 search for 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 result are shown in the Eclipse search result view.
A double click on a result selects the element in the editor view.
An additional option is to toggle the search results to show them as a plain list instead of a tree grouped by type.
Amalthea model
When the first Amalthea file in a folder is opened in the Amalthea editor
When the last Amalthea editor of a folder is closed
Warning:
Do not modify the contents of a folder while editors are open.
If you want to add or remove model files then first close all editors.
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.