Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.etrice.doc/html')
-rw-r--r--plugins/org.eclipse.etrice.doc/html/etrice.html37
-rw-r--r--plugins/org.eclipse.etrice.doc/html/images/040-ActorClass.pngbin7609 -> 12825 bytes
-rw-r--r--plugins/org.eclipse.etrice.doc/html/images/040-ActorClassExampleTextualNotation.pngbin18285 -> 21102 bytes
3 files changed, 18 insertions, 19 deletions
diff --git a/plugins/org.eclipse.etrice.doc/html/etrice.html b/plugins/org.eclipse.etrice.doc/html/etrice.html
index ae7867e1c..c1dac26c5 100644
--- a/plugins/org.eclipse.etrice.doc/html/etrice.html
+++ b/plugins/org.eclipse.etrice.doc/html/etrice.html
@@ -186,7 +186,7 @@
<span class="section"><a href="#Layering2">Layering</a></span>
</dt>
<dt>
-<span class="section"><a href="#FiniteStateMachine2">Finite State Machine</a></span>
+<span class="section"><a href="#FiniteStateMachine">Finite State Machine</a></span>
</dt>
</dl>
</dd>
@@ -203,11 +203,11 @@
</dt>
<dt>8.2. <a href="#N1090A"></a>
</dt>
-<dt>8.3. <a href="#N109D6"></a>
+<dt>8.3. <a href="#N109E1"></a>
</dt>
-<dt>8.4. <a href="#N10AA7"></a>
+<dt>8.4. <a href="#N10AB2"></a>
</dt>
-<dt>8.5. <a href="#N10B68"></a>
+<dt>8.5. <a href="#N10B73"></a>
</dt>
</dl>
</div>
@@ -2679,7 +2679,7 @@ carLights.setState(TrafficLight3.OFF);&nbsp;<br>
<li class="listitem">
<p>
-<span class="emphasis"><em>ActorClass1</em></span> contains two ActorReferences
+<span class="emphasis"><em>ActorClass1</em></span> contains two ActorReferences (of ActorClass2 and ActorClass3)
</p>
</li>
<li class="listitem">
@@ -2708,6 +2708,15 @@ carLights.setState(TrafficLight3.OFF);&nbsp;<br>
<li class="listitem">
<p>
+<span class="emphasis"><em>port5</em></span> through
+ <span class="emphasis"><em>port9</em></span> are Ports of contained ActorReferences.
+ <span class="emphasis"><em>port8</em></span> and
+ <span class="emphasis"><em>port9</em></span> can communicate without interference with the containing ActorClass.
+ </p>
+</li>
+<li class="listitem">
+<p>
+
<span class="bold"><strong>Bindings</strong></span> can connect ports of the ActorClass and its contained ActorReferences.
</p>
</li>
@@ -2756,16 +2765,6 @@ carLights.setState(TrafficLight3.OFF);&nbsp;<br>
</p>
</div>
-<div class="section" title="Finite State Machine">
-<div class="titlepage">
-<div>
-<div>
-<h4 class="title">
-<a name="FiniteStateMachine"></a>Finite State Machine</h4>
-</div>
-</div>
-</div>
-</div>
</div>
</div>
<div class="section" title="Protocols">
@@ -2894,7 +2893,7 @@ carLights.setState(TrafficLight3.OFF);&nbsp;<br>
<span class="bold"><strong>Textual Notation:</strong></span>
Ports that define an external interface of the ActorClass, are defined in the Interface (e.g. relay ports). Ports that define an internal interface are defined in the Structure (e.g. internal ports).
</p>
-<table title="Class Port Notation" frame="box" border="1" id="N109D6">
+<table title="Class Port Notation" frame="box" border="1" id="N109E1">
<tr>
<td align="center">
@@ -3008,7 +3007,7 @@ carLights.setState(TrafficLight3.OFF);&nbsp;<br>
</div>
</div>
<p>These symbols can only appear on the border of an ActorReference symbol. Since the type of port is defined in the ActorClass, no textual notation for the Reference Ports exists.</p>
-<table title="Title" frame="box" border="1" id="N10AA7">
+<table title="Title" frame="box" border="1" id="N10AB2">
<tr>
<td align="center">
@@ -3165,7 +3164,7 @@ carLights.setState(TrafficLight3.OFF);&nbsp;<br>
</div>
</div>
</div>
-<table title="Title" frame="box" border="1" id="N10B68">
+<table title="Title" frame="box" border="1" id="N10B73">
<tr>
<td align="center">
@@ -3241,7 +3240,7 @@ carLights.setState(TrafficLight3.OFF);&nbsp;<br>
<div>
<div>
<h2 class="title" style="clear: both">
-<a name="FiniteStateMachine2"></a>Finite State Machine</h2>
+<a name="FiniteStateMachine"></a>Finite State Machine</h2>
</div>
</div>
</div>
diff --git a/plugins/org.eclipse.etrice.doc/html/images/040-ActorClass.png b/plugins/org.eclipse.etrice.doc/html/images/040-ActorClass.png
index 074abdd17..8f8acc10d 100644
--- a/plugins/org.eclipse.etrice.doc/html/images/040-ActorClass.png
+++ b/plugins/org.eclipse.etrice.doc/html/images/040-ActorClass.png
Binary files differ
diff --git a/plugins/org.eclipse.etrice.doc/html/images/040-ActorClassExampleTextualNotation.png b/plugins/org.eclipse.etrice.doc/html/images/040-ActorClassExampleTextualNotation.png
index 169993283..a99cb9cc1 100644
--- a/plugins/org.eclipse.etrice.doc/html/images/040-ActorClassExampleTextualNotation.png
+++ b/plugins/org.eclipse.etrice.doc/html/images/040-ActorClassExampleTextualNotation.png
Binary files differ

Back to the top