Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/architecture update #49

Merged
merged 3 commits into from
Apr 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>ted-sws overview</title>
<link href="../../css/ea.css" rel="stylesheet" type="text/css" />
<script>
function initPage(src) {
if(parent==this&&(this.location+"").indexOf('EARoot')!=-1)
document.location=(this.location+"").substring(0,(this.location+"").indexOf('EARoot'))+"index"+(this.location+"").substring((this.location+"").lastIndexOf('.'))+"?goto="+((this.location+"").substring((this.location+"").indexOf('EARoot')+7,(this.location+"").lastIndexOf('.')).replace(/\//g,':').replace(/EA/g,""));
else
parent.initPage(src);
}

function nameClassifier(name, separator)
{
var str = name;
var classifierName;
var node = document.getElementById('name_classifier');
if(node != null)
{
classifierName = node.innerHTML;
}
if(classifierName != "")
{
str += separator + classifierName;
}

return str;
}
</script>
</head>
<body onload="initPage(this);" class="Content">
<div class="PageBody">

<img src="EA2.png" usemap="#EA2" border="0" />

<MAP NAME="EA2">
<area shape="rect" coords="784,217,954,332" href="./EA3/EA6/EA294.html" target="_self">
<area shape="rect" coords="32,351,761,466" href="./EA3/EA5/EA272.html" target="_self">
<area shape="rect" coords="591,217,761,332" href="./EA3/EA4/EA265.html" target="_self">
<area shape="rect" coords="405,217,575,332" href="./EA3/EA3/EA258.html" target="_self">
<area shape="rect" coords="219,217,389,332" href="./EA3/EA2/EA251.html" target="_self">
<area shape="rect" coords="32,217,202,332" href="./EA3/EA1/EA244.html" target="_self">
<area shape="rect" coords="225,1020,395,1135" href="./EA2/EA10/EA230.html" target="_self">
<area shape="rect" coords="10,1020,180,1135" href="./EA2/EA9/EA219.html" target="_self">
<area shape="rect" coords="17,655,136,770" href="./EA4/EA308.html" target="_self">
<area shape="rect" coords="603,824,773,939" href="./EA4/EA310.html" target="_self">
<area shape="rect" coords="409,824,579,939" href="EA15.html" target="_self">
<area shape="rect" coords="210,824,380,939" href="EA24.html" target="_self">
<area shape="rect" coords="10,824,180,939" href="./EA4/EA304.html" target="_self">
<area shape="rect" coords="630,548,723,619" href="EA13.html" target="_self">
<area shape="rect" coords="522,655,641,770" href="./EA2/EA8/EA197.html" target="_self">
<area shape="rect" coords="369,655,488,770" href="./EA2/EA8/EA195.html" target="_self">
<area shape="rect" coords="219,655,338,770" href="./EA2/EA8/EA193.html" target="_self">
<area shape="rect" coords="526,513,611,629" href="./EA2/EA7/EA185.html" target="_self">
<area shape="rect" coords="425,513,510,629" href="./EA2/EA6/EA171.html" target="_self">
<area shape="rect" coords="324,513,409,629" href="./EA2/EA5/EA155.html" target="_self">
<area shape="rect" coords="223,513,308,629" href="./EA2/EA3/EA126.html" target="_self">
<area shape="rect" coords="122,513,207,629" href="./EA2/EA2/EA116.html" target="_self">
<area shape="rect" coords="21,513,106,629" href="./EA2/EA1/EA104.html" target="_self">
<area shape="rect" coords="789,345,959,460" href="./EA2/EA81.html" target="_self">
<area shape="rect" coords="31,39,201,154" href="./EA1/EA36.html" target="_self">
</MAP>

<div class="ObjectTitle">ted-sws overview : Package diagram</div>
<table border="0" cellpadding="0" cellspacing="0" class="ObjectDetails">
<tr>
<td width="15%" class="ObjectDetailsTopic">Created:</td>
<td width="85%" class="ObjectDetailsValue">01/03/2022 21:54:23</td>
</tr>
<tr>
<td width="15%" class="ObjectDetailsTopic">Modified:</td>
<td width="85%" class="ObjectDetailsValue">19/03/2022 21:50:52</td>
</tr>
<tr style="padding-top: 10px;">
<td width="15%" class="ObjectDetailsTopic"><img src="../../images/plus03.gif" align="absmiddle" id="proj" onclick="parent.toggleData(this.id)" />Project:</td>
<td width="85%" class="ObjectDetailsValue"></td>
</tr>
<tr id="proj00" style="display: none;">
<td width="15%" class="ObjectDetailsTopic" style="padding-left: 18px;">Author:</td>
<td width="85%" class="ObjectDetailsValue">lps</td>
</tr>
<tr id="proj01" style="display: none;">
<td width="15%" class="ObjectDetailsTopic" style="padding-left: 18px;">Version:</td>
<td width="85%" class="ObjectDetailsValue">1.0</td>
</tr>
<tr>
<td width="15%" class="ObjectDetailsTopic"><img src="../../images/plus03.gif" align="absmiddle" id="adv" onclick="parent.toggleData(this.id)" />Advanced:</td>
<td width="85%" class="ObjectDetailsValue"></td>
</tr>
<tr id="adv00" style="display: none;">
<td width="15%" class="ObjectDetailsTopic" style="padding-left: 18px;">ID:</td>
<td width="85%" class="ObjectDetailsValue">{8934DFC0-9AB2-4ebe-B9D8-52E2EE29CEC7}</td>
</tr>
</table>

</div>

</body>
</html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>stakeholders</title>
<link href="../../../../css/ea.css" rel="stylesheet" type="text/css" />
<script>
function initPage(src) {
if(parent==this&&(this.location+"").indexOf('EARoot')!=-1)
document.location=(this.location+"").substring(0,(this.location+"").indexOf('EARoot'))+"index"+(this.location+"").substring((this.location+"").lastIndexOf('.'))+"?goto="+((this.location+"").substring((this.location+"").indexOf('EARoot')+7,(this.location+"").lastIndexOf('.')).replace(/\//g,':').replace(/EA/g,""));
else
parent.initPage(src);
}

function nameClassifier(name, separator)
{
var str = name;
var classifierName;
var node = document.getElementById('name_classifier');
if(node != null)
{
classifierName = node.innerHTML;
}
if(classifierName != "")
{
str += separator + classifierName;
}

return str;
}
</script>
</head>
<body onload="initPage(this);" class="Content">
<div class="PageBody">

<img src="EA73.png" usemap="#EA73" border="0" />

<MAP NAME="EA73">
<area shape="rect" coords="10,107,110,161" href="EA79.html" target="_self">
<area shape="rect" coords="519,107,619,161" href="EA78.html" target="_self">
<area shape="rect" coords="379,107,479,161" href="EA80.html" target="_self">
<area shape="rect" coords="131,107,231,161" href="EA75.html" target="_self">
<area shape="rect" coords="253,107,353,161" href="EA77.html" target="_self">
<area shape="rect" coords="379,10,479,64" href="EA76.html" target="_self">
</MAP>

<div class="ObjectTitle">stakeholders : Motivation diagram</div>
<table border="0" cellpadding="0" cellspacing="0" class="ObjectDetails">
<tr>
<td width="15%" class="ObjectDetailsTopic">Created:</td>
<td width="85%" class="ObjectDetailsValue">14/12/2021 18:19:40</td>
</tr>
<tr>
<td width="15%" class="ObjectDetailsTopic">Modified:</td>
<td width="85%" class="ObjectDetailsValue">16/12/2021 12:26:51</td>
</tr>
<tr style="padding-top: 10px;">
<td width="15%" class="ObjectDetailsTopic"><img src="../../../../images/plus03.gif" align="absmiddle" id="proj" onclick="parent.toggleData(this.id)" />Project:</td>
<td width="85%" class="ObjectDetailsValue"></td>
</tr>
<tr id="proj00" style="display: none;">
<td width="15%" class="ObjectDetailsTopic" style="padding-left: 18px;">Author:</td>
<td width="85%" class="ObjectDetailsValue">lps</td>
</tr>
<tr id="proj01" style="display: none;">
<td width="15%" class="ObjectDetailsTopic" style="padding-left: 18px;">Version:</td>
<td width="85%" class="ObjectDetailsValue">1.0</td>
</tr>
<tr>
<td width="15%" class="ObjectDetailsTopic"><img src="../../../../images/plus03.gif" align="absmiddle" id="adv" onclick="parent.toggleData(this.id)" />Advanced:</td>
<td width="85%" class="ObjectDetailsValue"></td>
</tr>
<tr id="adv00" style="display: none;">
<td width="15%" class="ObjectDetailsTopic" style="padding-left: 18px;">ID:</td>
<td width="85%" class="ObjectDetailsValue">{210580C8-AC5A-4ef8-83E7-215E3EC2E77B}</td>
</tr>
</table>

</div>

</body>
</html>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>stakeholders</title>
<link href="../../../../css/ea.css" rel="stylesheet" type="text/css" />
<script>
function initPage(src) {
if(parent==this&&(this.location+"").indexOf('EARoot')!=-1)
document.location=(this.location+"").substring(0,(this.location+"").indexOf('EARoot'))+"index"+(this.location+"").substring((this.location+"").lastIndexOf('.'))+"?goto="+((this.location+"").substring((this.location+"").indexOf('EARoot')+7,(this.location+"").lastIndexOf('.')).replace(/\//g,':').replace(/EA/g,""));
else
parent.initPage(src);
}

function nameClassifier(name, separator)
{
var str = name;
var classifierName;
var node = document.getElementById('name_classifier');
if(node != null)
{
classifierName = node.innerHTML;
}
if(classifierName != "")
{
str += separator + classifierName;
}

return str;
}
</script>
</head>
<body onload="initPage(this);" class="Content">
<div class="pageHeader"></div>
<div class="PageBody">
<div id="name_classifier" style="display: none;"></div>
<span class="ObjectTitle"><script type="text/javascript">document.write(nameClassifier("stakeholders", " : "))</script> : Public Package</span>
<table border="0" cellpadding="0" cellspacing="0" class="ObjectDetails">
<tr>
<td width="15%" class="ObjectDetailsTopic">Created:</td>
<td width="85%" class="ObjectDetailsValue">14/12/2021 18:19:24</td>
</tr>
<tr>
<td class="ObjectDetailsTopic">Modified:</td>
<td class="ObjectDetailsValue">01/03/2022 21:49:52</td>
</tr>
<tr style="height: 10px"><td colspan="2"></td></tr>
<tr>
<td class="ObjectDetailsTopic"><img src="../../../../images/plus03.gif" align="absmiddle" id="proj" onclick="parent.toggleData(this.id)" />Project:</td>
<td class="ObjectDetailsValue"></td>
</tr>
<tr id="proj00" style="display: none;">
<td class="ObjectDetailsTopic" style="padding-left: 18px;">Author:</td>
<td class="ObjectDetailsValue">lps</td>
</tr>
<tr id="proj01" style="display: none;">
<td class="ObjectDetailsTopic" style="padding-left: 18px;">Version:</td>
<td class="ObjectDetailsValue">1.0</td>
</tr>
<tr id="proj02" style="display: none;">
<td class="ObjectDetailsTopic" style="padding-left: 18px;">Phase:</td>
<td class="ObjectDetailsValue">1.0</td>
</tr>
<tr id="proj03" style="display: none;">
<td class="ObjectDetailsTopic" style="padding-left: 18px;">Status:</td>
<td class="ObjectDetailsValue">Proposed</td>
</tr>
<tr id="proj04" style="display: none;">
<td class="ObjectDetailsTopic" style="padding-left: 18px;">Complexity:</td>
<td class="ObjectDetailsValue">Easy</td>
</tr>
<tr id="proj05" style="display: none;">
<td class="ObjectDetailsTopic" style="padding-left: 18px;">Difficulty:</td>
<td class="ObjectDetailsValue"></td>
</tr>
<tr id="proj06" style="display: none;">
<td class="ObjectDetailsTopic" style="padding-left: 18px;">Priority:</td>
<td class="ObjectDetailsValue"></td>
</tr>
<tr id="proj05" style="display: none;">
<td class="ObjectDetailsTopic" style="padding-left: 18px;">Multiplicity:</td>
<td class="ObjectDetailsValue"></td>
</tr>
<tr>
<td class="ObjectDetailsTopic"><img src="../../../../images/plus03.gif" align="absmiddle" id="adv" onclick="parent.toggleData(this.id)" />Advanced:</td>
<td class="ObjectDetailsValue"></td>
</tr>
<tr id="adv00" style="display: none;">
<td class="ObjectDetailsTopic" style="padding-left: 18px;">UUID:</td>
<td class="ObjectDetailsValue">{F1785262-0D3C-4fbb-8EA1-BC1FA55A9190}</td>
</tr>
<tr id="adv01" style="display: none;">
<td class="ObjectDetailsTopic" style="padding-left: 18px;">Appears In:</td>
<td class="ObjectDetailsValue"></td>
</tr>
</table>

<div class="pageFooter"></div>

</body>
</html>
Loading