Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.etrice.doc/help/FurtherReferences.html')
-rw-r--r--plugins/org.eclipse.etrice.doc/help/FurtherReferences.html57
1 files changed, 57 insertions, 0 deletions
diff --git a/plugins/org.eclipse.etrice.doc/help/FurtherReferences.html b/plugins/org.eclipse.etrice.doc/help/FurtherReferences.html
new file mode 100644
index 000000000..c3697326e
--- /dev/null
+++ b/plugins/org.eclipse.etrice.doc/help/FurtherReferences.html
@@ -0,0 +1,57 @@
+<html>
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<title>Further References</title>
+<link href="book.css" rel="stylesheet" type="text/css">
+<meta content="DocBook XSL Stylesheets V1.75.1" name="generator">
+<link rel="home" href="index.html" title="eTrice User Guide">
+<link rel="up" href="AutomaticDiagramLayoutwithKIELER.html" title="Automatic Diagram Layout with KIELER">
+<link rel="prev" href="specialOptions.html" title="Special Layout Options">
+<link rel="next" href="TheROOMModel.html" title="The ROOM Model">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<h1 xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">Further References</h1>
+<div class="section" title="Further References">
+<div class="titlepage">
+<div>
+<div>
+<h2 class="title" style="clear: both">
+<a name="FurtherReferences"></a>Further References</h2>
+</div>
+</div>
+</div>
+<p>Most parts of the above documentation have been taken from the
+ <a class="ulink" href="http://rtsys.informatik.uni-kiel.de/confluence/pages/viewpage.action?pageId=328078" target="_new">KIML wiki</a> and have been modified for automatic layout in eTrice. A more detailed description about the layout algorithms, predefined diagram types and the internal structure of KIELER Infrastructure for Meta-Layout(KIML) can be found at the
+ <a class="ulink" href="http://rtsys.informatik.uni-kiel.de/confluence/pages/viewpage.action?pageId=328078" target="_new">KIML wiki</a> .
+ h1. eTrice Models and Their Relations
+ </p>
+<p>eTrice comprises several models:</p>
+<div class="itemizedlist">
+<ul class="itemizedlist" type="disc">
+<li class="listitem">
+<p>the ROOM model (*.room) &mdash; defines model classes and the logical structure of the model</p>
+</li>
+<li class="listitem">
+<p>Config model (*.config) &mdash; defines configuration values for attributes</p>
+</li>
+<li class="listitem">
+<p>Physical model (*.etphys) &mdash; defines the structure and properties of the physical system</p>
+</li>
+<li class="listitem">
+<p>Mapping model (*.etmap) &mdash; defines a mapping from logical elements to physical elements</p>
+</li>
+</ul>
+</div>
+<p>In the following diagram the models and their relations are depicted. The meaning of the arrows is: uses/references.</p>
+<p>
+
+</p>
+<div class="mediaobject">
+<img src="images/080-models.jpg"></div>
+<p>
+
+</p>
+<p>In the following sections we will describe those models with emphasis of their cross relations.</p>
+</div>
+</body>
+</html>

Back to the top