From 9bf4fcf317de5f88dffebf677fa9fe65e822b0da Mon Sep 17 00:00:00 2001
From: Alexander Diewald <diewald@fortiss.org>
Date: Fri, 8 Jun 2018 15:43:13 +0200
Subject: [PATCH] dev_doc: Add a plugin summary.

* Package and meta-model descriptions will be added later due to major
  restructuring in the coming weeks.

Issue-Ref: 3430
Issue-Url: https://af3-developer.fortiss.org/issues/3430
Signed-off-by: Alexander Diewald <diewald@fortiss.org>
---
 .../html/developer/.ratings                   |  1 +
 .../html/developer/documentation.html         | 25 +++++++++++++++++++
 2 files changed, 26 insertions(+)
 create mode 100644 org.fortiss.af3.exploration.alg/html/developer/.ratings
 create mode 100644 org.fortiss.af3.exploration.alg/html/developer/documentation.html

diff --git a/org.fortiss.af3.exploration.alg/html/developer/.ratings b/org.fortiss.af3.exploration.alg/html/developer/.ratings
new file mode 100644
index 00000000..3ad87143
--- /dev/null
+++ b/org.fortiss.af3.exploration.alg/html/developer/.ratings
@@ -0,0 +1 @@
+documentation.html b27b5473cd1c042c0db523c25931492ab6fc5ca0 RED
diff --git a/org.fortiss.af3.exploration.alg/html/developer/documentation.html b/org.fortiss.af3.exploration.alg/html/developer/documentation.html
new file mode 100644
index 00000000..b27b5473
--- /dev/null
+++ b/org.fortiss.af3.exploration.alg/html/developer/documentation.html
@@ -0,0 +1,25 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+	<meta http-equiv="content-type" content="text/html; charset=windows-1252"/>
+	<title></title>
+	<meta name="generator" content="LibreOffice 6.0.4.2 (Windows)"/>
+	<meta name="created" content="00:00:00"/>
+	<meta name="changed" content="2018-06-08T15:40:00.177000000"/>
+</head>
+<body lang="en-US" dir="ltr">
+<h1>Developer Documentation for <i>org.fortiss.af3.exploration.</i><i>alg</i></h1>
+<p>This plugin contains explorations methods based on the <a href="http://opt4j.sourceforge.net/">Opt4J
+Framework</a>. Its meta-heuristic, multiobjective
+evolutionary-algorithm-based approach is used to implement a modular
+and extensible DSE Process that is inspired by optimization
+decomposition principles. It is centered around the idea to support
+early design space exploration to estimate the effects of
+architectural changes (and to explore architectural alternatives)
+onto a resulting system configurations. Therefore, the decomposition
+principle is applied to capture the dependencies of a development
+process (e.g., an allocation of tasks to their execution units must
+be done before scheduling them) while promoting modularization,
+customization to different application demands, and enabling reuse.</p>
+</body>
+</html>
\ No newline at end of file
-- 
GitLab