Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c3697326e5f59c979524c435ae23bd5498b55c66 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
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