Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.etrice.doc/help/ReductionofComplexity.html')
-rw-r--r--plugins/org.eclipse.etrice.doc/help/ReductionofComplexity.html105
1 files changed, 0 insertions, 105 deletions
diff --git a/plugins/org.eclipse.etrice.doc/help/ReductionofComplexity.html b/plugins/org.eclipse.etrice.doc/help/ReductionofComplexity.html
deleted file mode 100644
index 4fa3bbbff..000000000
--- a/plugins/org.eclipse.etrice.doc/help/ReductionofComplexity.html
+++ /dev/null
@@ -1,105 +0,0 @@
-<html>
-<head>
-<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-<title>Reduction of Complexity</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="eTriceOverview.html" title="eTrice Overview">
-<link rel="prev" href="eTriceOverview.html" title="eTrice Overview">
-<link rel="next" href="IntroductiontotheROOMLanguage.html" title="Introduction to the ROOM Language">
-</head>
-<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
-<h1 xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">Reduction of Complexity</h1>
-<div class="section" title="Reduction of Complexity">
-<div class="titlepage">
-<div>
-<div>
-<h2 class="title" style="clear: both">
-<a name="ReductionofComplexity"></a>Reduction of Complexity</h2>
-</div>
-</div>
-</div>
-<p>eTrice is all about the reduction of complexity:</p>
-<div class="itemizedlist">
-<ul class="itemizedlist" type="disc">
-<li class="listitem">
-<p>structural complexity</p>
-<div class="itemizedlist">
-<ul class="itemizedlist" type="circle">
-<li class="listitem">
-<p>by explicit modeling of hierarchical Actor containment, layering and inheritance</p>
-</li>
-</ul>
-</div>
-</li>
-<li class="listitem">
-<p>behavioral complexity</p>
-<div class="itemizedlist">
-<ul class="itemizedlist" type="circle">
-<li class="listitem">
-<p>by hierachical statemachines with inheritance</p>
-</li>
-</ul>
-</div>
-</li>
-<li class="listitem">
-<p>teamwork complexity</p>
-<div class="itemizedlist">
-<ul class="itemizedlist" type="circle">
-<li class="listitem">
-<p>because loosely coupled Actors provide a natural way to structure team work</p>
-</li>
-<li class="listitem">
-<p>since textual model notation allows simple branching and merging</p>
-</li>
-</ul>
-</div>
-</li>
-<li class="listitem">
-<p>complexity of concurrent &amp; distributed systems</p>
-<div class="itemizedlist">
-<ul class="itemizedlist" type="circle">
-<li class="listitem">
-<p>because loosely coupled Actors are deployable to threads, processes, nodes</p>
-</li>
-</ul>
-</div>
-</li>
-<li class="listitem">
-<p>complexity of variant handling and reuse (e.g. for product lines)</p>
-<div class="itemizedlist">
-<ul class="itemizedlist" type="circle">
-<li class="listitem">
-<p>by composition of existing Actors to new structures</p>
-</li>
-<li class="listitem">
-<p>since Protocols and Ports make Actors replaceable</p>
-</li>
-<li class="listitem">
-<p>by inheritance for structure, behavior and Protocols</p>
-</li>
-<li class="listitem">
-<p>by making use of model level libraries</p>
-</li>
-</ul>
-</div>
-</li>
-<li class="listitem">
-<p>complexity of debugging</p>
-<div class="itemizedlist">
-<ul class="itemizedlist" type="circle">
-<li class="listitem">
-<p>model level debugging: state machine animation, data inspection and manipulation, message injection, generated message sequence charts</p>
-</li>
-<li class="listitem">
-<p>model checking easier for model than for code (detect errors before they occur)</p>
-</li>
-</ul>
-</div>
-</li>
-</ul>
-</div>
-</div>
-</body>
-</html>

Back to the top