Filled amxmi + atdb -> atdb and atdb -> amxmi import docu.

Change-Id: I3d6ed76bdee441eed39bc1f9ec3e6b761f37a425
Signed-off-by: Raphael Weber <raphael.weber@vector.com>
diff --git a/plugins/org.eclipse.app4mc.amalthea.import.help/docu/tutorial_amalthea_to_atdb_import.textile b/plugins/org.eclipse.app4mc.amalthea.import.help/docu/tutorial_amalthea_to_atdb_import.textile
index 83835fa..f442bb9 100644
--- a/plugins/org.eclipse.app4mc.amalthea.import.help/docu/tutorial_amalthea_to_atdb_import.textile
+++ b/plugins/org.eclipse.app4mc.amalthea.import.help/docu/tutorial_amalthea_to_atdb_import.textile
@@ -1,9 +1,24 @@
 
-
 h3. AMALTHEA Specification Parts to ATDB Import Example
 
 This section describes how to use the information contained in an AMALTHEA model to enrich an existing ATDB with the specification parts (events and event chains).
 
 *Step 1*
 
-TODO
+Consider the following original AMALTHEA model (called "test1model.amxmi") of which we want to import and analyze the events and event chains in the already existing test1.atdb file.
+
+!../pictures/amxmi_input_test1model.png!
+
+*Step 2*
+
+Select both files, test1.atdb and test1model.amxmi in the Project Explorer (press and hold Ctrl while clicking on the second file). Right-click on your selection and click "AMALTHEA Specifications -> ATDB" in the contest menu:
+
+!../pictures/amxmi_and_atdb_context_menu_import.png!
+
+*Step 3*
+
+This will then create and open the enriched ATDB (which is named after the original amxmi file) in the metric viewer.
+
+!../pictures/amxmi_and_atdb_result.png!
+
+As can be seen in the picture, there is now metric data about the events and event chains from the test1model.amxmi file.
diff --git a/plugins/org.eclipse.app4mc.amalthea.import.help/docu/tutorial_atdb_to_amalthea_import.textile b/plugins/org.eclipse.app4mc.amalthea.import.help/docu/tutorial_atdb_to_amalthea_import.textile
index ae6e28d..2c782cd 100644
--- a/plugins/org.eclipse.app4mc.amalthea.import.help/docu/tutorial_atdb_to_amalthea_import.textile
+++ b/plugins/org.eclipse.app4mc.amalthea.import.help/docu/tutorial_atdb_to_amalthea_import.textile
@@ -2,8 +2,24 @@
 
 h3. ATDB to AMALTHEA Model Transformation
 
-The following section describes how to use the information contained within an AMALTHEA Trace Database (ATDB) to create an AMALTHEA model.
+Here, we describes how to use the information contained within an AMALTHEA Trace Database (ATDB) to create an initial AMALTHEA model from it.
 
 *Step 1*
 
-TODO
+Let us assume there is an ATDB file called "test2.atdb" which contains typical atdb data about a trace and some specification parts (events and event chains):
+
+!../pictures/atdb_to_amxmi_input.png!
+
+*Step 2*
+
+We now want to create an AMALTHEA model to start out on an initial simulateable model from the contained trace data. For this right-click on the "test2.atdb" file in the Project Explorer:
+
+!../pictures/atdb_to_amxmi_context_menu_import.png!
+
+Now, click on "ATDB -> AMALTHEA model".
+
+*Step 3*
+
+This will create a new AMALTHEA model from the ATDB file (here, called "test2.amxmi". The result will contain all information about the software, hardware, events, and event chains that the original ATDB file provided.
+
+!../pictures/atdb_to_amxmi_import_result.png!
diff --git a/plugins/org.eclipse.app4mc.amalthea.import.help/docu/tutorial_btf_to_atdb_import.textile b/plugins/org.eclipse.app4mc.amalthea.import.help/docu/tutorial_btf_to_atdb_import.textile
index 01b4653..04ee743 100644
--- a/plugins/org.eclipse.app4mc.amalthea.import.help/docu/tutorial_btf_to_atdb_import.textile
+++ b/plugins/org.eclipse.app4mc.amalthea.import.help/docu/tutorial_btf_to_atdb_import.textile
@@ -61,7 +61,7 @@
 
 You are prompted to enter the location of the BTF file you want to import. Click the upper "Browse..." button to navigate your file system and select the "test1.btf" file. If you want to change the target project the ATDB file will be created in, press the lower "Browse..." button and make your choice. If you want the original trace data from the BTF in the data base file, select the option "Persist trace event table". The figure shows the example input:
 
-!../pictures/atdb_to_btf_import_dialog.png!
+!../pictures/btf_to_atdb_import_dialog.png!
 
 *Step 5*
 
diff --git a/plugins/org.eclipse.app4mc.amalthea.import.help/pictures/amxmi_and_atdb_context_menu_import.png b/plugins/org.eclipse.app4mc.amalthea.import.help/pictures/amxmi_and_atdb_context_menu_import.png
new file mode 100644
index 0000000..c798111
--- /dev/null
+++ b/plugins/org.eclipse.app4mc.amalthea.import.help/pictures/amxmi_and_atdb_context_menu_import.png
Binary files differ
diff --git a/plugins/org.eclipse.app4mc.amalthea.import.help/pictures/amxmi_and_atdb_result.png b/plugins/org.eclipse.app4mc.amalthea.import.help/pictures/amxmi_and_atdb_result.png
new file mode 100644
index 0000000..0289480
--- /dev/null
+++ b/plugins/org.eclipse.app4mc.amalthea.import.help/pictures/amxmi_and_atdb_result.png
Binary files differ
diff --git a/plugins/org.eclipse.app4mc.amalthea.import.help/pictures/amxmi_input_test1model.png b/plugins/org.eclipse.app4mc.amalthea.import.help/pictures/amxmi_input_test1model.png
new file mode 100644
index 0000000..7d7a75a
--- /dev/null
+++ b/plugins/org.eclipse.app4mc.amalthea.import.help/pictures/amxmi_input_test1model.png
Binary files differ
diff --git a/plugins/org.eclipse.app4mc.amalthea.import.help/pictures/atdb_in_metric_viewer.png b/plugins/org.eclipse.app4mc.amalthea.import.help/pictures/atdb_in_metric_viewer.png
index 6a39b7a..5d92750 100644
--- a/plugins/org.eclipse.app4mc.amalthea.import.help/pictures/atdb_in_metric_viewer.png
+++ b/plugins/org.eclipse.app4mc.amalthea.import.help/pictures/atdb_in_metric_viewer.png
Binary files differ
diff --git a/plugins/org.eclipse.app4mc.amalthea.import.help/pictures/atdb_to_amxmi_context_menu_import.png b/plugins/org.eclipse.app4mc.amalthea.import.help/pictures/atdb_to_amxmi_context_menu_import.png
new file mode 100644
index 0000000..9be738f
--- /dev/null
+++ b/plugins/org.eclipse.app4mc.amalthea.import.help/pictures/atdb_to_amxmi_context_menu_import.png
Binary files differ
diff --git a/plugins/org.eclipse.app4mc.amalthea.import.help/pictures/atdb_to_amxmi_import_result.png b/plugins/org.eclipse.app4mc.amalthea.import.help/pictures/atdb_to_amxmi_import_result.png
new file mode 100644
index 0000000..6235186
--- /dev/null
+++ b/plugins/org.eclipse.app4mc.amalthea.import.help/pictures/atdb_to_amxmi_import_result.png
Binary files differ
diff --git a/plugins/org.eclipse.app4mc.amalthea.import.help/pictures/atdb_to_amxmi_input.png b/plugins/org.eclipse.app4mc.amalthea.import.help/pictures/atdb_to_amxmi_input.png
new file mode 100644
index 0000000..d24d4a1
--- /dev/null
+++ b/plugins/org.eclipse.app4mc.amalthea.import.help/pictures/atdb_to_amxmi_input.png
Binary files differ
diff --git a/plugins/org.eclipse.app4mc.amalthea.import.help/pictures/atdb_to_btf_import_dialog.png b/plugins/org.eclipse.app4mc.amalthea.import.help/pictures/btf_to_atdb_import_dialog.png
similarity index 100%
rename from plugins/org.eclipse.app4mc.amalthea.import.help/pictures/atdb_to_btf_import_dialog.png
rename to plugins/org.eclipse.app4mc.amalthea.import.help/pictures/btf_to_atdb_import_dialog.png
Binary files differ