<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to UI_Functionality_Support</title><link>https://sourceforge.net/p/tsdas/wiki/UI_Functionality_Support/</link><description>Recent changes to UI_Functionality_Support</description><atom:link href="https://sourceforge.net/p/tsdas/wiki/UI_Functionality_Support/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 10 Dec 2011 15:34:28 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/tsdas/wiki/UI_Functionality_Support/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage UI_Functionality_Support modified by Doron Tsur</title><link>https://sourceforge.net/p/tsdas/wiki/UI_Functionality_Support/</link><description>&lt;pre&gt;--- v5 
+++ v6 
@@ -1,49 +1,47 @@
 User Functionality:
-
+===================
 This document describes the tssDAS lead server functionality. Since this is an infrastructure, it has a rather simple functionality. It is designed mainly to, upload, remove the necessary files, Start, stop algorithm, get result, present data.
 
 Upload:
-
+------
 The user will be able to upload a single zip file. The structure of that Zip should be:
 
- a. Trio.xml - &lt;nowiki&gt;described in the following doc [&lt;/nowiki&gt;Trio_Xml].
- b. Divider.jar – the jar file containing all the user classes of the Divider.
- c. Assembler.jar - the jar file containing all the user classes of the Assembler.
- d. Algorithem.jar – the jar file that will be distributed for processing. 
- e. ADRF folder – Assembler Divider Resource folder, will hold external files the assembler or divider might need for its     execution. 
+ 1. Trio.xml - described in the following doc [Trio_Xml].
+ 2. Divider.jar – the jar file containing all the user classes of the Divider.
+ 3. Assembler.jar - the jar file containing all the user classes of the Assembler.
+ 4. Algorithem.jar – the jar file that will be distributed for processing. 
+ 5. ADRF folder – Assembler Divider Resource folder, will hold external files the assembler or divider might need for its execution. 
  
 This zip will be uploaded to the server unzipped then the trio.xml file will be parsed for the setup of the algorithm.  There will be a check if the algorithm is installed properly.
 
 Remove: 
-
+-------
 This will unregister a specific trio and all the files will be removed. The fine tuning of the folder will be out of the scope of our software as it is not intended to provide access to machines. Please use any external tool of your liking. You will be able to get the folder path.
 
 Start:
-
+------
 The ability to navigate on installed algorithms and start one of them. Please note that the system supports just one algorithm at a time for now. It may support running a few algorithms. 
 
 Stop:
-
+-----
 Choosing to stop an algorithm will be dome by one of the following options:
 
 1. User initiative.
 2. Divider or assembler asks to terminate.
 3. Both dividing and assembling is done.
 
 Get result: 
-
+----------
 Get the result of the of any algorithm stop. This also includes logs for debugging. 
 
 Show Details:
 
 Will show the meta-data defined in the algorithm installation.
 
-Future: 
-
+Future:
+-------
 While developing you always see to the future. Because we can't achieve everything in the future we would like to keep tracks of ideas. We have the following ideas:
     1. Keeping statistical information of an algorithm run
     2. Running parallel algorithms at once.
     3. Running parallel worker stations at once.
     4. securing the connection.
-
-
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Doron Tsur</dc:creator><pubDate>Sat, 10 Dec 2011 15:34:28 -0000</pubDate><guid>https://sourceforge.net9d8e4f0e20843a7ac8b4e34d2625cd8da4361270</guid></item><item><title>WikiPage UI_Functionality_Support modified by Doron Tsur</title><link>https://sourceforge.net/p/tsdas/wiki/UI_Functionality_Support/</link><description>&lt;pre&gt;--- v4 
+++ v5 
@@ -6,39 +6,44 @@
 
 The user will be able to upload a single zip file. The structure of that Zip should be:
 
- Trio.xml - &lt;nowiki&gt;described in the following doc [&lt;/nowiki&gt;Trio_Xml].
- Divider.jar – the jar file containing all the user classes of the Divider.
- Assembler.jar - the jar file containing all the user classes of the Assembler.
- Algorithem.jar – the jar file that will be distributed for processing. 
- ADRF folder – Assembler Divider Resource folder, will hold external files the assembler or divider might need for its execution. 
-
-This zip will be uploaded to the server unzipped then the &lt;nowiki&gt;trio.xm&lt;/nowiki&gt;l file will be parsed for the setup of the algorithm.  There will be a check if the algorithm is installed properly 
-
+ a. Trio.xml - &lt;nowiki&gt;described in the following doc [&lt;/nowiki&gt;Trio_Xml].
+ b. Divider.jar – the jar file containing all the user classes of the Divider.
+ c. Assembler.jar - the jar file containing all the user classes of the Assembler.
+ d. Algorithem.jar – the jar file that will be distributed for processing. 
+ e. ADRF folder – Assembler Divider Resource folder, will hold external files the assembler or divider might need for its     execution. 
+ 
+This zip will be uploaded to the server unzipped then the trio.xml file will be parsed for the setup of the algorithm.  There will be a check if the algorithm is installed properly.
+
 Remove: 
 
 This will unregister a specific trio and all the files will be removed. The fine tuning of the folder will be out of the scope of our software as it is not intended to provide access to machines. Please use any external tool of your liking. You will be able to get the folder path.
 
 Start:
 
 The ability to navigate on installed algorithms and start one of them. Please note that the system supports just one algorithm at a time for now. It may support running a few algorithms. 
 
 Stop:
 
 Choosing to stop an algorithm will be dome by one of the following options:
 
-# User initiative.
-# Divider or assembler asks to terminate.
-# Both dividing and assembling is done.
+1. User initiative.
+2. Divider or assembler asks to terminate.
+3. Both dividing and assembling is done.
 
 Get result: 
 
 Get the result of the of any algorithm stop. This also includes logs for debugging. 
 
 Show Details:
 
 Will show the meta-data defined in the algorithm installation.
 
- Future: 
-
-While developing you always see to the future. Because 
+Future: 
+
+While developing you always see to the future. Because we can't achieve everything in the future we would like to keep tracks of ideas. We have the following ideas:
+    1. Keeping statistical information of an algorithm run
+    2. Running parallel algorithms at once.
+    3. Running parallel worker stations at once.
+    4. securing the connection.
+
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Doron Tsur</dc:creator><pubDate>Sat, 10 Dec 2011 15:31:41 -0000</pubDate><guid>https://sourceforge.net6851166c5708bd14555fc1a360934e675af9eba0</guid></item><item><title>WikiPage UI_Functionality_Support modified by Doron Tsur</title><link>https://sourceforge.net/p/tsdas/wiki/UI_Functionality_Support/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -6,11 +6,11 @@
 
 The user will be able to upload a single zip file. The structure of that Zip should be:
 
-# &lt;nowiki&gt;Trio.xm&lt;/nowiki&gt;l - &lt;nowiki&gt;described in the following doc [&lt;/nowiki&gt;Trio_Xml].
-# &lt;nowiki&gt;Divider.ja&lt;/nowiki&gt;r – the jar file containing all the user classes of the Divider.
-# &lt;nowiki&gt;Assembler.ja&lt;/nowiki&gt;r - the jar file containing all the user classes of the Assembler.
-# &lt;nowiki&gt;Algorithem.ja&lt;/nowiki&gt;r – the jar file that will be distributed for processing. 
-# ADRF folder – Assembler Divider Resource folder, will hold external files the assembler or divider might need for its execution. 
+ Trio.xml - &lt;nowiki&gt;described in the following doc [&lt;/nowiki&gt;Trio_Xml].
+ Divider.jar – the jar file containing all the user classes of the Divider.
+ Assembler.jar - the jar file containing all the user classes of the Assembler.
+ Algorithem.jar – the jar file that will be distributed for processing. 
+ ADRF folder – Assembler Divider Resource folder, will hold external files the assembler or divider might need for its execution. 
 
 This zip will be uploaded to the server unzipped then the &lt;nowiki&gt;trio.xm&lt;/nowiki&gt;l file will be parsed for the setup of the algorithm.  There will be a check if the algorithm is installed properly 
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Doron Tsur</dc:creator><pubDate>Sat, 10 Dec 2011 15:10:39 -0000</pubDate><guid>https://sourceforge.net1e592b761eec72b83f11627b15784c5f0ae9c4b0</guid></item><item><title>WikiPage UI_Functionality_Support modified by Doron Tsur</title><link>https://sourceforge.net/p/tsdas/wiki/UI_Functionality_Support/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -1,645 +1,44 @@
-&lt;head&gt;
-&lt;meta http-equiv=Content-Type content="text/html; charset=windows-1252"&gt;
-&lt;meta name=ProgId content=Word.Document&gt;
-&lt;meta name=Generator content="Microsoft Word 12"&gt;
-&lt;meta name=Originator content="Microsoft Word 12"&gt;
-&lt;link rel=File-List href="User%20Functionality.files/filelist.xml"&gt;
-&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
- &lt;o:DocumentProperties&gt;
-  &lt;o:Author&gt;qballer&lt;/o:Author&gt;
-  &lt;o:LastAuthor&gt;qballer&lt;/o:LastAuthor&gt;
-  &lt;o:Revision&gt;2&lt;/o:Revision&gt;
-  &lt;o:TotalTime&gt;141&lt;/o:TotalTime&gt;
-  &lt;o:Created&gt;2011-12-10T14:54:00Z&lt;/o:Created&gt;
-  &lt;o:LastSaved&gt;2011-12-10T14:54:00Z&lt;/o:LastSaved&gt;
-  &lt;o:Pages&gt;2&lt;/o:Pages&gt;
-  &lt;o:Words&gt;277&lt;/o:Words&gt;
-  &lt;o:Characters&gt;1581&lt;/o:Characters&gt;
-  &lt;o:Lines&gt;13&lt;/o:Lines&gt;
-  &lt;o:Paragraphs&gt;3&lt;/o:Paragraphs&gt;
-  &lt;o:CharactersWithSpaces&gt;1855&lt;/o:CharactersWithSpaces&gt;
-  &lt;o:Version&gt;12.00&lt;/o:Version&gt;
- &lt;/o:DocumentProperties&gt;
-&lt;/xml&gt;&lt;![endif]--&gt;
-&lt;link rel=themeData href="User%20Functionality.files/themedata.thmx"&gt;
-&lt;link rel=colorSchemeMapping
-href="User%20Functionality.files/colorschememapping.xml"&gt;
-&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
- &lt;w:WordDocument&gt;
-  &lt;w:SpellingState&gt;Clean&lt;/w:SpellingState&gt;
-  &lt;w:GrammarState&gt;Clean&lt;/w:GrammarState&gt;
-  &lt;w:TrackMoves&gt;false&lt;/w:TrackMoves&gt;
-  &lt;w:TrackFormatting/&gt;
-  &lt;w:PunctuationKerning/&gt;
-  &lt;w:ValidateAgainstSchemas/&gt;
-  &lt;w:SaveIfXMLInvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;
-  &lt;w:IgnoreMixedContent&gt;false&lt;/w:IgnoreMixedContent&gt;
-  &lt;w:AlwaysShowPlaceholderText&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;
-  &lt;w:DoNotPromoteQF/&gt;
-  &lt;w:LidThemeOther&gt;EN-US&lt;/w:LidThemeOther&gt;
-  &lt;w:LidThemeAsian&gt;X-NONE&lt;/w:LidThemeAsian&gt;
-  &lt;w:LidThemeComplexScript&gt;HE&lt;/w:LidThemeComplexScript&gt;
-  &lt;w:Compatibility&gt;
-   &lt;w:BreakWrappedTables/&gt;
-   &lt;w:SnapToGridInCell/&gt;
-   &lt;w:WrapTextWithPunct/&gt;
-   &lt;w:UseAsianBreakRules/&gt;
-   &lt;w:DontGrowAutofit/&gt;
-   &lt;w:SplitPgBreakAndParaMark/&gt;
-   &lt;w:DontVertAlignCellWithSp/&gt;
-   &lt;w:DontBreakConstrainedForcedTables/&gt;
-   &lt;w:DontVertAlignInTxbx/&gt;
-   &lt;w:Word11KerningPairs/&gt;
-   &lt;w:CachedColBalance/&gt;
-  &lt;/w:Compatibility&gt;
-  &lt;w:BrowserLevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;
-  &lt;m:mathPr&gt;
-   &lt;m:mathFont m:val="Cambria Math"/&gt;
-   &lt;m:brkBin m:val="before"/&gt;
-   &lt;m:brkBinSub m:val="&amp;#45;-"/&gt;
-   &lt;m:smallFrac m:val="off"/&gt;
-   &lt;m:dispDef/&gt;
-   &lt;m:lMargin m:val="0"/&gt;
-   &lt;m:rMargin m:val="0"/&gt;
-   &lt;m:defJc m:val="centerGroup"/&gt;
-   &lt;m:wrapIndent m:val="1440"/&gt;
-   &lt;m:intLim m:val="subSup"/&gt;
-   &lt;m:naryLim m:val="undOvr"/&gt;
-  &lt;/m:mathPr&gt;&lt;/w:WordDocument&gt;
-&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
- &lt;w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"
-  DefSemiHidden="true" DefQFormat="false" DefPriority="99"
-  LatentStyleCount="267"&gt;
-  &lt;w:LsdException Locked="false" Priority="0" SemiHidden="false"
-   UnhideWhenUsed="false" QFormat="true" Name="Normal"/&gt;
-  &lt;w:LsdException Locked="false" Priority="9" SemiHidden="false"
-   UnhideWhenUsed="false" QFormat="true" Name="heading 1"/&gt;
-  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/&gt;
-  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/&gt;
-  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/&gt;
-  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/&gt;
-  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/&gt;
-  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/&gt;
-  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/&gt;
-  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/&gt;
-  &lt;w:LsdException Locked="false" Priority="39" Name="toc 1"/&gt;
-  &lt;w:LsdException Locked="false" Priority="39" Name="toc 2"/&gt;
-  &lt;w:LsdException Locked="false" Priority="39" Name="toc 3"/&gt;
-  &lt;w:LsdException Locked="false" Priority="39" Name="toc 4"/&gt;
-  &lt;w:LsdException Locked="false" Priority="39" Name="toc 5"/&gt;
-  &lt;w:LsdException Locked="false" Priority="39" Name="toc 6"/&gt;
-  &lt;w:LsdException Locked="false" Priority="39" Name="toc 7"/&gt;
-  &lt;w:LsdException Locked="false" Priority="39" Name="toc 8"/&gt;
-  &lt;w:LsdException Locked="false" Priority="39" Name="toc 9"/&gt;
-  &lt;w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/&gt;
-  &lt;w:LsdException Locked="false" Priority="10" SemiHidden="false"
-   UnhideWhenUsed="false" QFormat="true" Name="Title"/&gt;
-  &lt;w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/&gt;
-  &lt;w:LsdException Locked="false" Priority="11" SemiHidden="false"
-   UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/&gt;
-  &lt;w:LsdException Locked="false" Priority="22" SemiHidden="false"
-   UnhideWhenUsed="false" QFormat="true" Name="Strong"/&gt;
-  &lt;w:LsdException Locked="false" Priority="20" SemiHidden="false"
-   UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/&gt;
-  &lt;w:LsdException Locked="false" Priority="59" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Table Grid"/&gt;
-  &lt;w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/&gt;
-  &lt;w:LsdException Locked="false" Priority="1" SemiHidden="false"
-   UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/&gt;
-  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Light Shading"/&gt;
-  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Light List"/&gt;
-  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Light Grid"/&gt;
-  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium Shading 1"/&gt;
-  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium Shading 2"/&gt;
-  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium List 1"/&gt;
-  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium List 2"/&gt;
-  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium Grid 1"/&gt;
-  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium Grid 2"/&gt;
-  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium Grid 3"/&gt;
-  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Dark List"/&gt;
-  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Colorful Shading"/&gt;
-  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Colorful List"/&gt;
-  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Colorful Grid"/&gt;
-  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Light Shading Accent 1"/&gt;
-  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Light List Accent 1"/&gt;
-  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Light Grid Accent 1"/&gt;
-  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/&gt;
-  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/&gt;
-  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/&gt;
-  &lt;w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/&gt;
-  &lt;w:LsdException Locked="false" Priority="34" SemiHidden="false"
-   UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/&gt;
-  &lt;w:LsdException Locked="false" Priority="29" SemiHidden="false"
-   UnhideWhenUsed="false" QFormat="true" Name="Quote"/&gt;
-  &lt;w:LsdException Locked="false" Priority="30" SemiHidden="false"
-   UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/&gt;
-  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/&gt;
-  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/&gt;
-  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/&gt;
-  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/&gt;
-  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Dark List Accent 1"/&gt;
-  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/&gt;
-  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Colorful List Accent 1"/&gt;
-  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/&gt;
-  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Light Shading Accent 2"/&gt;
-  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Light List Accent 2"/&gt;
-  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Light Grid Accent 2"/&gt;
-  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/&gt;
-  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/&gt;
-  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/&gt;
-  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/&gt;
-  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/&gt;
-  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/&gt;
-  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/&gt;
-  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Dark List Accent 2"/&gt;
-  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/&gt;
-  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Colorful List Accent 2"/&gt;
-  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/&gt;
-  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Light Shading Accent 3"/&gt;
-  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Light List Accent 3"/&gt;
-  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Light Grid Accent 3"/&gt;
-  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/&gt;
-  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/&gt;
-  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/&gt;
-  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/&gt;
-  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/&gt;
-  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/&gt;
-  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/&gt;
-  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Dark List Accent 3"/&gt;
-  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/&gt;
-  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Colorful List Accent 3"/&gt;
-  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/&gt;
-  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Light Shading Accent 4"/&gt;
-  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Light List Accent 4"/&gt;
-  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Light Grid Accent 4"/&gt;
-  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/&gt;
-  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/&gt;
-  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/&gt;
-  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/&gt;
-  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/&gt;
-  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/&gt;
-  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/&gt;
-  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Dark List Accent 4"/&gt;
-  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/&gt;
-  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Colorful List Accent 4"/&gt;
-  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/&gt;
-  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Light Shading Accent 5"/&gt;
-  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Light List Accent 5"/&gt;
-  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Light Grid Accent 5"/&gt;
-  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/&gt;
-  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/&gt;
-  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/&gt;
-  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/&gt;
-  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/&gt;
-  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/&gt;
-  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/&gt;
-  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Dark List Accent 5"/&gt;
-  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/&gt;
-  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Colorful List Accent 5"/&gt;
-  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/&gt;
-  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Light Shading Accent 6"/&gt;
-  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Light List Accent 6"/&gt;
-  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Light Grid Accent 6"/&gt;
-  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/&gt;
-  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/&gt;
-  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/&gt;
-  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/&gt;
-  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/&gt;
-  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/&gt;
-  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/&gt;
-  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Dark List Accent 6"/&gt;
-  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/&gt;
-  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Colorful List Accent 6"/&gt;
-  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
-   UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/&gt;
-  &lt;w:LsdException Locked="false" Priority="19" SemiHidden="false"
-   UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/&gt;
-  &lt;w:LsdException Locked="false" Priority="21" SemiHidden="false"
-   UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/&gt;
-  &lt;w:LsdException Locked="false" Priority="31" SemiHidden="false"
-   UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/&gt;
-  &lt;w:LsdException Locked="false" Priority="32" SemiHidden="false"
-   UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/&gt;
-  &lt;w:LsdException Locked="false" Priority="33" SemiHidden="false"
-   UnhideWhenUsed="false" QFormat="true" Name="Book Title"/&gt;
-  &lt;w:LsdException Locked="false" Priority="37" Name="Bibliography"/&gt;
-  &lt;w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/&gt;
- &lt;/w:LatentStyles&gt;
-&lt;/xml&gt;&lt;![endif]--&gt;
-&lt;style&gt;
-&lt;!--
- /* Font Definitions */
- @font-face
-	{font-family:Calibri;
-	panose-1:2 15 5 2 2 2 4 3 2 4;
-	mso-font-charset:0;
-	mso-generic-font-family:swiss;
-	mso-font-pitch:variable;
-	mso-font-signature:-520092929 1073786111 9 0 415 0;}
- /* Style Definitions */
- p.MsoNormal, li.MsoNormal, div.MsoNormal
-	{mso-style-unhide:no;
-	mso-style-qformat:yes;
-	mso-style-parent:"";
-	margin-top:0in;
-	margin-right:0in;
-	margin-bottom:10.0pt;
-	margin-left:0in;
-	line-height:115%;
-	mso-pagination:widow-orphan;
-	font-size:11.0pt;
-	font-family:"Calibri","sans-serif";
-	mso-ascii-font-family:Calibri;
-	mso-ascii-theme-font:minor-latin;
-	mso-fareast-font-family:Calibri;
-	mso-fareast-theme-font:minor-latin;
-	mso-hansi-font-family:Calibri;
-	mso-hansi-theme-font:minor-latin;
-	mso-bidi-font-family:Arial;
-	mso-bidi-theme-font:minor-bidi;}
-p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
-	{mso-style-priority:34;
-	mso-style-unhide:no;
-	mso-style-qformat:yes;
-	margin-top:0in;
-	margin-right:0in;
-	margin-bottom:10.0pt;
-	margin-left:.5in;
-	mso-add-space:auto;
-	line-height:115%;
-	mso-pagination:widow-orphan;
-	font-size:11.0pt;
-	font-family:"Calibri","sans-serif";
-	mso-ascii-font-family:Calibri;
-	mso-ascii-theme-font:minor-latin;
-	mso-fareast-font-family:Calibri;
-	mso-fareast-theme-font:minor-latin;
-	mso-hansi-font-family:Calibri;
-	mso-hansi-theme-font:minor-latin;
-	mso-bidi-font-family:Arial;
-	mso-bidi-theme-font:minor-bidi;}
-p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst
-	{mso-style-priority:34;
-	mso-style-unhide:no;
-	mso-style-qformat:yes;
-	mso-style-type:export-only;
-	margin-top:0in;
-	margin-right:0in;
-	margin-bottom:0in;
-	margin-left:.5in;
-	margin-bottom:.0001pt;
-	mso-add-space:auto;
-	line-height:115%;
-	mso-pagination:widow-orphan;
-	font-size:11.0pt;
-	font-family:"Calibri","sans-serif";
-	mso-ascii-font-family:Calibri;
-	mso-ascii-theme-font:minor-latin;
-	mso-fareast-font-family:Calibri;
-	mso-fareast-theme-font:minor-latin;
-	mso-hansi-font-family:Calibri;
-	mso-hansi-theme-font:minor-latin;
-	mso-bidi-font-family:Arial;
-	mso-bidi-theme-font:minor-bidi;}
-p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle
-	{mso-style-priority:34;
-	mso-style-unhide:no;
-	mso-style-qformat:yes;
-	mso-style-type:export-only;
-	margin-top:0in;
-	margin-right:0in;
-	margin-bottom:0in;
-	margin-left:.5in;
-	margin-bottom:.0001pt;
-	mso-add-space:auto;
-	line-height:115%;
-	mso-pagination:widow-orphan;
-	font-size:11.0pt;
-	font-family:"Calibri","sans-serif";
-	mso-ascii-font-family:Calibri;
-	mso-ascii-theme-font:minor-latin;
-	mso-fareast-font-family:Calibri;
-	mso-fareast-theme-font:minor-latin;
-	mso-hansi-font-family:Calibri;
-	mso-hansi-theme-font:minor-latin;
-	mso-bidi-font-family:Arial;
-	mso-bidi-theme-font:minor-bidi;}
-p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast
-	{mso-style-priority:34;
-	mso-style-unhide:no;
-	mso-style-qformat:yes;
-	mso-style-type:export-only;
-	margin-top:0in;
-	margin-right:0in;
-	margin-bottom:10.0pt;
-	margin-left:.5in;
-	mso-add-space:auto;
-	line-height:115%;
-	mso-pagination:widow-orphan;
-	font-size:11.0pt;
-	font-family:"Calibri","sans-serif";
-	mso-ascii-font-family:Calibri;
-	mso-ascii-theme-font:minor-latin;
-	mso-fareast-font-family:Calibri;
-	mso-fareast-theme-font:minor-latin;
-	mso-hansi-font-family:Calibri;
-	mso-hansi-theme-font:minor-latin;
-	mso-bidi-font-family:Arial;
-	mso-bidi-theme-font:minor-bidi;}
-span.SpellE
-	{mso-style-name:"";
-	mso-spl-e:yes;}
-.MsoChpDefault
-	{mso-style-type:export-only;
-	mso-default-props:yes;
-	mso-ascii-font-family:Calibri;
-	mso-ascii-theme-font:minor-latin;
-	mso-fareast-font-family:Calibri;
-	mso-fareast-theme-font:minor-latin;
-	mso-hansi-font-family:Calibri;
-	mso-hansi-theme-font:minor-latin;
-	mso-bidi-font-family:Arial;
-	mso-bidi-theme-font:minor-bidi;}
-.MsoPapDefault
-	{mso-style-type:export-only;
-	margin-bottom:10.0pt;
-	line-height:115%;}
-@page WordSection1
-	{size:8.5in 11.0in;
-	margin:1.0in 1.0in 1.0in 1.0in;
-	mso-header-margin:.5in;
-	mso-footer-margin:.5in;
-	mso-paper-source:0;}
-div.WordSection1
-	{page:WordSection1;}
- /* List Definitions */
- @list l0
-	{mso-list-id:1335645141;
-	mso-list-type:hybrid;
-	mso-list-template-ids:1227112628 681719964 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
-@list l0:level1
-	{mso-level-tab-stop:none;
-	mso-level-number-position:left;
-	margin-left:.75in;
-	text-indent:-.25in;}
-@list l1
-	{mso-list-id:1861773088;
-	mso-list-type:hybrid;
-	mso-list-template-ids:-1842451382 1306825776 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
-@list l1:level1
-	{mso-level-tab-stop:none;
-	mso-level-number-position:left;
-	margin-left:.75in;
-	text-indent:-.25in;}
-ol
-	{margin-bottom:0in;}
-ul
-	{margin-bottom:0in;}
---&gt;
-&lt;/style&gt;
-&lt;!--[if gte mso 10]&gt;
-&lt;style&gt;
- /* Style Definitions */
- table.MsoNormalTable
-	{mso-style-name:"\05D8\05D1\05DC\05D4 \05E8\05D2\05D9\05DC\05D4";
-	mso-tstyle-rowband-size:0;
-	mso-tstyle-colband-size:0;
-	mso-style-noshow:yes;
-	mso-style-priority:99;
-	mso-style-qformat:yes;
-	mso-style-parent:"";
-	mso-padding-alt:0in 5.4pt 0in 5.4pt;
-	mso-para-margin-top:0in;
-	mso-para-margin-right:0in;
-	mso-para-margin-bottom:10.0pt;
-	mso-para-margin-left:0in;
-	line-height:115%;
-	mso-pagination:widow-orphan;
-	font-size:11.0pt;
-	font-family:"Calibri","sans-serif";
-	mso-ascii-font-family:Calibri;
-	mso-ascii-theme-font:minor-latin;
-	mso-hansi-font-family:Calibri;
-	mso-hansi-theme-font:minor-latin;
-	mso-bidi-font-family:Arial;
-	mso-bidi-theme-font:minor-bidi;}
-&lt;/style&gt;
-&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
- &lt;o:shapedefaults v:ext="edit" spidmax="2050"/&gt;
-&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
- &lt;o:shapelayout v:ext="edit"&gt;
-  &lt;o:idmap v:ext="edit" data="1"/&gt;
- &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
-&lt;/head&gt;
-
-&lt;body lang=EN-US style='tab-interval:.5in'&gt;
-
-&lt;div class=WordSection1&gt;
-
-&lt;p class=MsoNormal&gt;&lt;u&gt;&lt;span style='font-size:16.0pt;line-height:115%'&gt;User Functionality:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/u&gt;&lt;/p&gt;
-
-&lt;p class=MsoNormal&gt;This document describes the &lt;span class=SpellE&gt;tssDAS&lt;/span&gt;
-lead server functionality. Since this is an infrastructure, it has a rather
-simple functionality. It is designed mainly to, upload, remove the necessary files,
-Start, stop algorithm, get result, present data.&lt;/p&gt;
-
-&lt;p class=MsoNormal&gt;&lt;u&gt;&lt;span style='font-size:14.0pt;line-height:115%'&gt;Upload:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/u&gt;&lt;/p&gt;
-
-&lt;p class=MsoNormal&gt;The user will be able to upload a single zip file. The structure
-of that Zip should be:&lt;/p&gt;
-
-&lt;p class=MsoListParagraphCxSpFirst style='margin-left:.75in;mso-add-space:auto;
-text-indent:-.25in;mso-list:l0 level1 lfo1'&gt;&lt;![if !supportLists]&gt;&lt;span
-style='mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'&gt;&lt;span
-style='mso-list:Ignore'&gt;1.&lt;span style='font:7.0pt "Times New Roman"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
-&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span dir=LTR&gt;&lt;/span&gt;Trio.xml - described in the
-following doc [&lt;span class=SpellE&gt;Trio_Xml&lt;/span&gt;].&lt;/p&gt;
-
-&lt;p class=MsoListParagraphCxSpMiddle style='margin-left:.75in;mso-add-space:
-auto;text-indent:-.25in;mso-list:l0 level1 lfo1'&gt;&lt;![if !supportLists]&gt;&lt;span
-style='mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'&gt;&lt;span
-style='mso-list:Ignore'&gt;2.&lt;span style='font:7.0pt "Times New Roman"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
-&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span dir=LTR&gt;&lt;/span&gt;Divider.jar – the jar file
-containing all the user classes of the Divider.&lt;/p&gt;
-
-&lt;p class=MsoListParagraphCxSpMiddle style='margin-left:.75in;mso-add-space:
-auto;text-indent:-.25in;mso-list:l0 level1 lfo1'&gt;&lt;![if !supportLists]&gt;&lt;span
-style='mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'&gt;&lt;span
-style='mso-list:Ignore'&gt;3.&lt;span style='font:7.0pt "Times New Roman"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
-&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span dir=LTR&gt;&lt;/span&gt;Assembler.jar - the jar
-file containing all the user classes of the Assembler.&lt;/p&gt;
-
-&lt;p class=MsoListParagraphCxSpMiddle style='margin-left:.75in;mso-add-space:
-auto;text-indent:-.25in;mso-list:l0 level1 lfo1'&gt;&lt;![if !supportLists]&gt;&lt;span
-style='mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'&gt;&lt;span
-style='mso-list:Ignore'&gt;4.&lt;span style='font:7.0pt "Times New Roman"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
-&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span dir=LTR&gt;&lt;/span&gt;Algorithem.jar – the jar
-file that will be distributed for processing. &lt;/p&gt;
-
-&lt;p class=MsoListParagraphCxSpLast style='margin-left:.75in;mso-add-space:auto;
-text-indent:-.25in;mso-list:l0 level1 lfo1'&gt;&lt;![if !supportLists]&gt;&lt;span
-style='mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'&gt;&lt;span
-style='mso-list:Ignore'&gt;5.&lt;span style='font:7.0pt "Times New Roman"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
-&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span dir=LTR&gt;&lt;/span&gt;ADRF folder – Assembler Divider
-Resource folder, will hold external files the assembler or divider might need
-for its execution. &lt;/p&gt;
-
-&lt;p class=MsoNormal&gt;This zip will be uploaded to the server unzipped then the
-trio.xml file will be parsed for the setup of the algorithm. &lt;span
-style='mso-spacerun:yes'&gt; &lt;/span&gt;There will be a check if the algorithm is
-installed properly &lt;/p&gt;
-
-&lt;p class=MsoNormal&gt;&lt;u&gt;&lt;span style='font-size:14.0pt;line-height:115%'&gt;Remove: &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/u&gt;&lt;/p&gt;
-
-&lt;p class=MsoNormal&gt;This will unregister a specific trio and all the files will
-be removed. The fine tuning of the folder will be out of the scope of our
-software as it is not intended to provide access to machines. Please use any
-external tool of your liking. You will be able to get the folder path.&lt;/p&gt;
-
-&lt;p class=MsoNormal&gt;&lt;u&gt;&lt;span style='font-size:14.0pt;line-height:115%'&gt;Start:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/u&gt;&lt;/p&gt;
-
-&lt;p class=MsoNormal&gt;The ability to navigate on installed algorithms and start
-one of them. Please note that the system supports just one algorithm at a time
-for now. It may support running a few algorithms. &lt;/p&gt;
-
-&lt;p class=MsoNormal&gt;&lt;u&gt;&lt;span style='font-size:14.0pt;line-height:115%'&gt;Stop:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/u&gt;&lt;/p&gt;
-
-&lt;p class=MsoNormal&gt;Choosing to stop an algorithm will be dome by one of the
-following options:&lt;/p&gt;
-
-&lt;p class=MsoListParagraphCxSpFirst style='margin-left:.75in;mso-add-space:auto;
-text-indent:-.25in;mso-list:l1 level1 lfo2'&gt;&lt;![if !supportLists]&gt;&lt;span
-style='mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'&gt;&lt;span
-style='mso-list:Ignore'&gt;1.&lt;span style='font:7.0pt "Times New Roman"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
-&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span dir=LTR&gt;&lt;/span&gt;User initiative.&lt;/p&gt;
-
-&lt;p class=MsoListParagraphCxSpMiddle style='margin-left:.75in;mso-add-space:
-auto;text-indent:-.25in;mso-list:l1 level1 lfo2'&gt;&lt;![if !supportLists]&gt;&lt;span
-style='mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'&gt;&lt;span
-style='mso-list:Ignore'&gt;2.&lt;span style='font:7.0pt "Times New Roman"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
-&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span dir=LTR&gt;&lt;/span&gt;Divider or assembler asks
-to terminate.&lt;/p&gt;
-
-&lt;p class=MsoListParagraphCxSpLast style='margin-left:.75in;mso-add-space:auto;
-text-indent:-.25in;mso-list:l1 level1 lfo2'&gt;&lt;![if !supportLists]&gt;&lt;span
-style='mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'&gt;&lt;span
-style='mso-list:Ignore'&gt;3.&lt;span style='font:7.0pt "Times New Roman"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
-&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span dir=LTR&gt;&lt;/span&gt;Both dividing and
-assembling is done.&lt;/p&gt;
-&lt;p class=MsoNormal&gt;&lt;u&gt;&lt;span style='font-size:14.0pt;line-height:115%'&gt;Get
-result: &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/u&gt;&lt;/p&gt;
-&lt;p class=MsoNormal&gt;Get the result of the of any algorithm stop. This also
-includes logs for debugging. &lt;/p&gt;
-&lt;span style='font-size:11.0pt;line-height:115%;font-family:"Calibri","sans-serif";
-mso-ascii-theme-font:minor-latin;mso-fareast-font-family:Calibri;mso-fareast-theme-font:
-minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:Arial;
-mso-bidi-theme-font:minor-bidi;mso-ansi-language:EN-US;mso-fareast-language:
-EN-US;mso-bidi-language:HE'&gt;&lt;br clear=all style='mso-special-character:line-break;
-page-break-before:always'&gt;&lt;/span&gt;
-&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;
-&lt;p class=MsoNormal&gt;&lt;u&gt;&lt;span style='font-size:14.0pt;line-height:115%'&gt;Show Details:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/u&gt;&lt;/p&gt;
-&lt;p class=MsoNormal&gt;Will show the meta-data defined in the algorithm
-installation.&lt;/p&gt;
-&lt;p class=MsoNormal&gt;&lt;u&gt;&lt;span style='font-size:14.0pt;line-height:115%'&gt;&lt;span
-style='mso-spacerun:yes'&gt; &lt;/span&gt;Future: &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/u&gt;&lt;/p&gt;
-&lt;p class=MsoNormal&gt;While developing you always see to the future. Because &lt;/p&gt;
-&lt;/div&gt;
-&lt;/body&gt;
-&lt;/html&gt;
+User Functionality:
+
+This document describes the tssDAS lead server functionality. Since this is an infrastructure, it has a rather simple functionality. It is designed mainly to, upload, remove the necessary files, Start, stop algorithm, get result, present data.
+
+Upload:
+
+The user will be able to upload a single zip file. The structure of that Zip should be:
+
+# &lt;nowiki&gt;Trio.xm&lt;/nowiki&gt;l - &lt;nowiki&gt;described in the following doc [&lt;/nowiki&gt;Trio_Xml].
+# &lt;nowiki&gt;Divider.ja&lt;/nowiki&gt;r – the jar file containing all the user classes of the Divider.
+# &lt;nowiki&gt;Assembler.ja&lt;/nowiki&gt;r - the jar file containing all the user classes of the Assembler.
+# &lt;nowiki&gt;Algorithem.ja&lt;/nowiki&gt;r – the jar file that will be distributed for processing. 
+# ADRF folder – Assembler Divider Resource folder, will hold external files the assembler or divider might need for its execution. 
+
+This zip will be uploaded to the server unzipped then the &lt;nowiki&gt;trio.xm&lt;/nowiki&gt;l file will be parsed for the setup of the algorithm.  There will be a check if the algorithm is installed properly 
+
+Remove: 
+
+This will unregister a specific trio and all the files will be removed. The fine tuning of the folder will be out of the scope of our software as it is not intended to provide access to machines. Please use any external tool of your liking. You will be able to get the folder path.
+
+Start:
+
+The ability to navigate on installed algorithms and start one of them. Please note that the system supports just one algorithm at a time for now. It may support running a few algorithms. 
+
+Stop:
+
+Choosing to stop an algorithm will be dome by one of the following options:
+
+# User initiative.
+# Divider or assembler asks to terminate.
+# Both dividing and assembling is done.
+
+Get result: 
+
+Get the result of the of any algorithm stop. This also includes logs for debugging. 
+
+Show Details:
+
+Will show the meta-data defined in the algorithm installation.
+
+ Future: 
+
+While developing you always see to the future. Because 
+
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Doron Tsur</dc:creator><pubDate>Sat, 10 Dec 2011 15:09:11 -0000</pubDate><guid>https://sourceforge.net62b6c5c3b0e5f2e3850ae3be4627c5fbbbfd2f8d</guid></item><item><title>WikiPage UI_Functionality_Support modified by Doron Tsur</title><link>https://sourceforge.net/p/tsdas/wiki/UI_Functionality_Support/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,352 +1,346 @@
-&lt;html xmlns:v="urn:schemas-microsoft-com:vml"
-xmlns:o="urn:schemas-microsoft-com:office:office"
-xmlns:w="urn:schemas-microsoft-com:office:word"
-xmlns:m="http://schemas.microsoft.com/office/2004/12/omml"
-xmlns="http://www.w3.org/TR/REC-html40"&gt;
-
 &lt;head&gt;
 &lt;meta http-equiv=Content-Type content="text/html; charset=windows-1252"&gt;
 &lt;meta name=ProgId content=Word.Document&gt;
 &lt;meta name=Generator content="Microsoft Word 12"&gt;
 &lt;meta name=Originator content="Microsoft Word 12"&gt;
 &lt;link rel=File-List href="User%20Functionality.files/filelist.xml"&gt;
 &lt;!--[if gte mso 9]&gt;&lt;xml&gt;
  &lt;o:DocumentProperties&gt;
   &lt;o:Author&gt;qballer&lt;/o:Author&gt;
   &lt;o:LastAuthor&gt;qballer&lt;/o:LastAuthor&gt;
   &lt;o:Revision&gt;2&lt;/o:Revision&gt;
   &lt;o:TotalTime&gt;141&lt;/o:TotalTime&gt;
   &lt;o:Created&gt;2011-12-10T14:54:00Z&lt;/o:Created&gt;
   &lt;o:LastSaved&gt;2011-12-10T14:54:00Z&lt;/o:LastSaved&gt;
   &lt;o:Pages&gt;2&lt;/o:Pages&gt;
   &lt;o:Words&gt;277&lt;/o:Words&gt;
   &lt;o:Characters&gt;1581&lt;/o:Characters&gt;
   &lt;o:Lines&gt;13&lt;/o:Lines&gt;
   &lt;o:Paragraphs&gt;3&lt;/o:Paragraphs&gt;
   &lt;o:CharactersWithSpaces&gt;1855&lt;/o:CharactersWithSpaces&gt;
   &lt;o:Version&gt;12.00&lt;/o:Version&gt;
  &lt;/o:DocumentProperties&gt;
 &lt;/xml&gt;&lt;![endif]--&gt;
 &lt;link rel=themeData href="User%20Functionality.files/themedata.thmx"&gt;
 &lt;link rel=colorSchemeMapping
 href="User%20Functionality.files/colorschememapping.xml"&gt;
 &lt;!--[if gte mso 9]&gt;&lt;xml&gt;
  &lt;w:WordDocument&gt;
   &lt;w:SpellingState&gt;Clean&lt;/w:SpellingState&gt;
   &lt;w:GrammarState&gt;Clean&lt;/w:GrammarState&gt;
   &lt;w:TrackMoves&gt;false&lt;/w:TrackMoves&gt;
   &lt;w:TrackFormatting/&gt;
   &lt;w:PunctuationKerning/&gt;
   &lt;w:ValidateAgainstSchemas/&gt;
   &lt;w:SaveIfXMLInvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;
   &lt;w:IgnoreMixedContent&gt;false&lt;/w:IgnoreMixedContent&gt;
   &lt;w:AlwaysShowPlaceholderText&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;
   &lt;w:DoNotPromoteQF/&gt;
   &lt;w:LidThemeOther&gt;EN-US&lt;/w:LidThemeOther&gt;
   &lt;w:LidThemeAsian&gt;X-NONE&lt;/w:LidThemeAsian&gt;
   &lt;w:LidThemeComplexScript&gt;HE&lt;/w:LidThemeComplexScript&gt;
   &lt;w:Compatibility&gt;
    &lt;w:BreakWrappedTables/&gt;
    &lt;w:SnapToGridInCell/&gt;
    &lt;w:WrapTextWithPunct/&gt;
    &lt;w:UseAsianBreakRules/&gt;
    &lt;w:DontGrowAutofit/&gt;
    &lt;w:SplitPgBreakAndParaMark/&gt;
    &lt;w:DontVertAlignCellWithSp/&gt;
    &lt;w:DontBreakConstrainedForcedTables/&gt;
    &lt;w:DontVertAlignInTxbx/&gt;
    &lt;w:Word11KerningPairs/&gt;
    &lt;w:CachedColBalance/&gt;
   &lt;/w:Compatibility&gt;
   &lt;w:BrowserLevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;
   &lt;m:mathPr&gt;
    &lt;m:mathFont m:val="Cambria Math"/&gt;
    &lt;m:brkBin m:val="before"/&gt;
    &lt;m:brkBinSub m:val="&amp;#45;-"/&gt;
    &lt;m:smallFrac m:val="off"/&gt;
    &lt;m:dispDef/&gt;
    &lt;m:lMargin m:val="0"/&gt;
    &lt;m:rMargin m:val="0"/&gt;
    &lt;m:defJc m:val="centerGroup"/&gt;
    &lt;m:wrapIndent m:val="1440"/&gt;
    &lt;m:intLim m:val="subSup"/&gt;
    &lt;m:naryLim m:val="undOvr"/&gt;
   &lt;/m:mathPr&gt;&lt;/w:WordDocument&gt;
 &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
  &lt;w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"
   DefSemiHidden="true" DefQFormat="false" DefPriority="99"
   LatentStyleCount="267"&gt;
   &lt;w:LsdException Locked="false" Priority="0" SemiHidden="false"
    UnhideWhenUsed="false" QFormat="true" Name="Normal"/&gt;
   &lt;w:LsdException Locked="false" Priority="9" SemiHidden="false"
    UnhideWhenUsed="false" QFormat="true" Name="heading 1"/&gt;
   &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/&gt;
   &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/&gt;
   &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/&gt;
   &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/&gt;
   &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/&gt;
   &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/&gt;
   &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/&gt;
   &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/&gt;
   &lt;w:LsdException Locked="false" Priority="39" Name="toc 1"/&gt;
   &lt;w:LsdException Locked="false" Priority="39" Name="toc 2"/&gt;
   &lt;w:LsdException Locked="false" Priority="39" Name="toc 3"/&gt;
   &lt;w:LsdException Locked="false" Priority="39" Name="toc 4"/&gt;
   &lt;w:LsdException Locked="false" Priority="39" Name="toc 5"/&gt;
   &lt;w:LsdException Locked="false" Priority="39" Name="toc 6"/&gt;
   &lt;w:LsdException Locked="false" Priority="39" Name="toc 7"/&gt;
   &lt;w:LsdException Locked="false" Priority="39" Name="toc 8"/&gt;
   &lt;w:LsdException Locked="false" Priority="39" Name="toc 9"/&gt;
   &lt;w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/&gt;
   &lt;w:LsdException Locked="false" Priority="10" SemiHidden="false"
    UnhideWhenUsed="false" QFormat="true" Name="Title"/&gt;
   &lt;w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/&gt;
   &lt;w:LsdException Locked="false" Priority="11" SemiHidden="false"
    UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/&gt;
   &lt;w:LsdException Locked="false" Priority="22" SemiHidden="false"
    UnhideWhenUsed="false" QFormat="true" Name="Strong"/&gt;
   &lt;w:LsdException Locked="false" Priority="20" SemiHidden="false"
    UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/&gt;
   &lt;w:LsdException Locked="false" Priority="59" SemiHidden="false"
    UnhideWhenUsed="false" Name="Table Grid"/&gt;
   &lt;w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/&gt;
   &lt;w:LsdException Locked="false" Priority="1" SemiHidden="false"
    UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/&gt;
   &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light Shading"/&gt;
   &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light List"/&gt;
   &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light Grid"/&gt;
   &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Shading 1"/&gt;
   &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Shading 2"/&gt;
   &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium List 1"/&gt;
   &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium List 2"/&gt;
   &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 1"/&gt;
   &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 2"/&gt;
   &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 3"/&gt;
   &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
    UnhideWhenUsed="false" Name="Dark List"/&gt;
   &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful Shading"/&gt;
   &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful List"/&gt;
   &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful Grid"/&gt;
   &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light Shading Accent 1"/&gt;
   &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light List Accent 1"/&gt;
   &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light Grid Accent 1"/&gt;
   &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/&gt;
   &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/&gt;
   &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/&gt;
   &lt;w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/&gt;
   &lt;w:LsdException Locked="false" Priority="34" SemiHidden="false"
    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/&gt;
   &lt;w:LsdException Locked="false" Priority="29" SemiHidden="false"
    UnhideWhenUsed="false" QFormat="true" Name="Quote"/&gt;
   &lt;w:LsdException Locked="false" Priority="30" SemiHidden="false"
    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/&gt;
   &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/&gt;
   &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/&gt;
   &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/&gt;
   &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/&gt;
   &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
    UnhideWhenUsed="false" Name="Dark List Accent 1"/&gt;
   &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/&gt;
   &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful List Accent 1"/&gt;
   &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/&gt;
   &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light Shading Accent 2"/&gt;
   &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light List Accent 2"/&gt;
   &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light Grid Accent 2"/&gt;
   &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/&gt;
   &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/&gt;
   &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/&gt;
   &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/&gt;
   &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/&gt;
   &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/&gt;
   &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/&gt;
   &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
    UnhideWhenUsed="false" Name="Dark List Accent 2"/&gt;
   &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/&gt;
   &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful List Accent 2"/&gt;
   &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/&gt;
   &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light Shading Accent 3"/&gt;
   &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light List Accent 3"/&gt;
   &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light Grid Accent 3"/&gt;
   &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/&gt;
   &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/&gt;
   &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/&gt;
   &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/&gt;
   &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/&gt;
   &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/&gt;
   &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/&gt;
   &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
    UnhideWhenUsed="false" Name="Dark List Accent 3"/&gt;
   &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/&gt;
   &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful List Accent 3"/&gt;
   &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/&gt;
   &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light Shading Accent 4"/&gt;
   &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light List Accent 4"/&gt;
   &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light Grid Accent 4"/&gt;
   &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/&gt;
   &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/&gt;
   &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/&gt;
   &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/&gt;
   &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/&gt;
   &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/&gt;
   &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/&gt;
   &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
    UnhideWhenUsed="false" Name="Dark List Accent 4"/&gt;
   &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/&gt;
   &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful List Accent 4"/&gt;
   &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/&gt;
   &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light Shading Accent 5"/&gt;
   &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light List Accent 5"/&gt;
   &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light Grid Accent 5"/&gt;
   &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/&gt;
   &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/&gt;
   &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/&gt;
   &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/&gt;
   &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/&gt;
   &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/&gt;
   &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/&gt;
   &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
    UnhideWhenUsed="false" Name="Dark List Accent 5"/&gt;
   &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/&gt;
   &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful List Accent 5"/&gt;
   &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/&gt;
   &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light Shading Accent 6"/&gt;
   &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light List Accent 6"/&gt;
   &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light Grid Accent 6"/&gt;
   &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/&gt;
   &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/&gt;
   &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/&gt;
   &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/&gt;
   &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/&gt;
   &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/&gt;
   &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/&gt;
   &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
    UnhideWhenUsed="false" Name="Dark List Accent 6"/&gt;
   &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/&gt;
   &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful List Accent 6"/&gt;
   &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/&gt;
   &lt;w:LsdException Locked="false" Priority="19" SemiHidden="false"
    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/&gt;
   &lt;w:LsdException Locked="false" Priority="21" SemiHidden="false"
    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/&gt;
   &lt;w:LsdException Locked="false" Priority="31" SemiHidden="false"
    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/&gt;
   &lt;w:LsdException Locked="false" Priority="32" SemiHidden="false"
    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/&gt;
   &lt;w:LsdException Locked="false" Priority="33" SemiHidden="false"
    UnhideWhenUsed="false" QFormat="true" Name="Book Title"/&gt;
   &lt;w:LsdException Locked="false" Priority="37" Name="Bibliography"/&gt;
   &lt;w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/&gt;
  &lt;/w:LatentStyles&gt;
 &lt;/xml&gt;&lt;![endif]--&gt;
 &lt;style&gt;
 &lt;!--
  /* Font Definitions */
  @font-face
 	{font-family:Calibri;
 	panose-1:2 15 5 2 2 2 4 3 2 4;
 	mso-font-charset:0;
 	mso-generic-font-family:swiss;
 	mso-font-pitch:variable;
 	mso-font-signature:-520092929 1073786111 9 0 415 0;}
  /* Style Definitions */
  p.MsoNormal, li.MsoNormal, div.MsoNormal
 	{mso-style-unhide:no;
 	mso-style-qformat:yes;
 	mso-style-parent:"";
 	margin-top:0in;
 	margin-right:0in;
 	margin-bottom:10.0pt;
 	margin-left:0in;
 	line-height:115%;
 	mso-pagination:widow-orphan;
@@ -360,6 +354,6 @@
 	mso-hansi-theme-font:minor-latin;
 	mso-bidi-font-family:Arial;
 	mso-bidi-theme-font:minor-bidi;}
 p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
 	{mso-style-priority:34;
 	mso-style-unhide:no;
@@ -381,6 +375,6 @@
 	mso-hansi-theme-font:minor-latin;
 	mso-bidi-font-family:Arial;
 	mso-bidi-theme-font:minor-bidi;}
 p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst
 	{mso-style-priority:34;
 	mso-style-unhide:no;
@@ -404,6 +398,6 @@
 	mso-hansi-theme-font:minor-latin;
 	mso-bidi-font-family:Arial;
 	mso-bidi-theme-font:minor-bidi;}
 p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle
 	{mso-style-priority:34;
 	mso-style-unhide:no;
@@ -427,6 +421,6 @@
 	mso-hansi-theme-font:minor-latin;
 	mso-bidi-font-family:Arial;
 	mso-bidi-theme-font:minor-bidi;}
 p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast
 	{mso-style-priority:34;
 	mso-style-unhide:no;
@@ -449,11 +443,11 @@
 	mso-hansi-theme-font:minor-latin;
 	mso-bidi-font-family:Arial;
 	mso-bidi-theme-font:minor-bidi;}
 span.SpellE
 	{mso-style-name:"";
 	mso-spl-e:yes;}
 .MsoChpDefault
 	{mso-style-type:export-only;
 	mso-default-props:yes;
 	mso-ascii-font-family:Calibri;
 	mso-ascii-theme-font:minor-latin;
@@ -463,58 +457,58 @@
 	mso-hansi-theme-font:minor-latin;
 	mso-bidi-font-family:Arial;
 	mso-bidi-theme-font:minor-bidi;}
 .MsoPapDefault
 	{mso-style-type:export-only;
 	margin-bottom:10.0pt;
 	line-height:115%;}
 @page WordSection1
 	{size:8.5in 11.0in;
 	margin:1.0in 1.0in 1.0in 1.0in;
 	mso-header-margin:.5in;
 	mso-footer-margin:.5in;
 	mso-paper-source:0;}
 div.WordSection1
 	{page:WordSection1;}
  /* List Definitions */
  @list l0
 	{mso-list-id:1335645141;
 	mso-list-type:hybrid;
 	mso-list-template-ids:1227112628 681719964 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
 @list l0:level1
 	{mso-level-tab-stop:none;
 	mso-level-number-position:left;
 	margin-left:.75in;
 	text-indent:-.25in;}
 @list l1
 	{mso-list-id:1861773088;
 	mso-list-type:hybrid;
 	mso-list-template-ids:-1842451382 1306825776 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
 @list l1:level1
 	{mso-level-tab-stop:none;
 	mso-level-number-position:left;
 	margin-left:.75in;
 	text-indent:-.25in;}
 ol
 	{margin-bottom:0in;}
 ul
 	{margin-bottom:0in;}
 --&gt;
 &lt;/style&gt;
 &lt;!--[if gte mso 10]&gt;
 &lt;style&gt;
  /* Style Definitions */
  table.MsoNormalTable
 	{mso-style-name:"\05D8\05D1\05DC\05D4 \05E8\05D2\05D9\05DC\05D4";
 	mso-tstyle-rowband-size:0;
 	mso-tstyle-colband-size:0;
 	mso-style-noshow:yes;
 	mso-style-priority:99;
 	mso-style-qformat:yes;
 	mso-style-parent:"";
 	mso-padding-alt:0in 5.4pt 0in 5.4pt;
 	mso-para-margin-top:0in;
 	mso-para-margin-right:0in;
 	mso-para-margin-bottom:10.0pt;
 	mso-para-margin-left:0in;
 	line-height:115%;
 	mso-pagination:widow-orphan;
@@ -527,137 +521,125 @@
 	mso-bidi-font-family:Arial;
 	mso-bidi-theme-font:minor-bidi;}
 &lt;/style&gt;
 &lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
  &lt;o:shapedefaults v:ext="edit" spidmax="2050"/&gt;
 &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
  &lt;o:shapelayout v:ext="edit"&gt;
   &lt;o:idmap v:ext="edit" data="1"/&gt;
  &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
 &lt;/head&gt;
 
 &lt;body lang=EN-US style='tab-interval:.5in'&gt;
 
 &lt;div class=WordSection1&gt;
 
 &lt;p class=MsoNormal&gt;&lt;u&gt;&lt;span style='font-size:16.0pt;line-height:115%'&gt;User Functionality:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/u&gt;&lt;/p&gt;
 
 &lt;p class=MsoNormal&gt;This document describes the &lt;span class=SpellE&gt;tssDAS&lt;/span&gt;
 lead server functionality. Since this is an infrastructure, it has a rather
 simple functionality. It is designed mainly to, upload, remove the necessary files,
 Start, stop algorithm, get result, present data.&lt;/p&gt;
 
 &lt;p class=MsoNormal&gt;&lt;u&gt;&lt;span style='font-size:14.0pt;line-height:115%'&gt;Upload:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/u&gt;&lt;/p&gt;
 
 &lt;p class=MsoNormal&gt;The user will be able to upload a single zip file. The structure
 of that Zip should be:&lt;/p&gt;
 
 &lt;p class=MsoListParagraphCxSpFirst style='margin-left:.75in;mso-add-space:auto;
 text-indent:-.25in;mso-list:l0 level1 lfo1'&gt;&lt;![if !supportLists]&gt;&lt;span
 style='mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'&gt;&lt;span
 style='mso-list:Ignore'&gt;1.&lt;span style='font:7.0pt "Times New Roman"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
 &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span dir=LTR&gt;&lt;/span&gt;Trio.xml - described in the
 following doc [&lt;span class=SpellE&gt;Trio_Xml&lt;/span&gt;].&lt;/p&gt;
 
 &lt;p class=MsoListParagraphCxSpMiddle style='margin-left:.75in;mso-add-space:
 auto;text-indent:-.25in;mso-list:l0 level1 lfo1'&gt;&lt;![if !supportLists]&gt;&lt;span
 style='mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'&gt;&lt;span
 style='mso-list:Ignore'&gt;2.&lt;span style='font:7.0pt "Times New Roman"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
 &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span dir=LTR&gt;&lt;/span&gt;Divider.jar – the jar file
 containing all the user classes of the Divider.&lt;/p&gt;
 
 &lt;p class=MsoListParagraphCxSpMiddle style='margin-left:.75in;mso-add-space:
 auto;text-indent:-.25in;mso-list:l0 level1 lfo1'&gt;&lt;![if !supportLists]&gt;&lt;span
 style='mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'&gt;&lt;span
 style='mso-list:Ignore'&gt;3.&lt;span style='font:7.0pt "Times New Roman"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
 &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span dir=LTR&gt;&lt;/span&gt;Assembler.jar - the jar
 file containing all the user classes of the Assembler.&lt;/p&gt;
 
 &lt;p class=MsoListParagraphCxSpMiddle style='margin-left:.75in;mso-add-space:
 auto;text-indent:-.25in;mso-list:l0 level1 lfo1'&gt;&lt;![if !supportLists]&gt;&lt;span
 style='mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'&gt;&lt;span
 style='mso-list:Ignore'&gt;4.&lt;span style='font:7.0pt "Times New Roman"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
 &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span dir=LTR&gt;&lt;/span&gt;Algorithem.jar – the jar
 file that will be distributed for processing. &lt;/p&gt;
 
 &lt;p class=MsoListParagraphCxSpLast style='margin-left:.75in;mso-add-space:auto;
 text-indent:-.25in;mso-list:l0 level1 lfo1'&gt;&lt;![if !supportLists]&gt;&lt;span
 style='mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'&gt;&lt;span
 style='mso-list:Ignore'&gt;5.&lt;span style='font:7.0pt "Times New Roman"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
 &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span dir=LTR&gt;&lt;/span&gt;ADRF folder – Assembler Divider
 Resource folder, will hold external files the assembler or divider might need
 for its execution. &lt;/p&gt;
 
 &lt;p class=MsoNormal&gt;This zip will be uploaded to the server unzipped then the
 trio.xml file will be parsed for the setup of the algorithm. &lt;span
 style='mso-spacerun:yes'&gt; &lt;/span&gt;There will be a check if the algorithm is
 installed properly &lt;/p&gt;
 
 &lt;p class=MsoNormal&gt;&lt;u&gt;&lt;span style='font-size:14.0pt;line-height:115%'&gt;Remove: &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/u&gt;&lt;/p&gt;
 
 &lt;p class=MsoNormal&gt;This will unregister a specific trio and all the files will
 be removed. The fine tuning of the folder will be out of the scope of our
 software as it is not intended to provide access to machines. Please use any
 external tool of your liking. You will be able to get the folder path.&lt;/p&gt;
 
 &lt;p class=MsoNormal&gt;&lt;u&gt;&lt;span style='font-size:14.0pt;line-height:115%'&gt;Start:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/u&gt;&lt;/p&gt;
 
 &lt;p class=MsoNormal&gt;The ability to navigate on installed algorithms and start
 one of them. Please note that the system supports just one algorithm at a time
 for now. It may support running a few algorithms. &lt;/p&gt;
 
 &lt;p class=MsoNormal&gt;&lt;u&gt;&lt;span style='font-size:14.0pt;line-height:115%'&gt;Stop:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/u&gt;&lt;/p&gt;
 
 &lt;p class=MsoNormal&gt;Choosing to stop an algorithm will be dome by one of the
 following options:&lt;/p&gt;
 
 &lt;p class=MsoListParagraphCxSpFirst style='margin-left:.75in;mso-add-space:auto;
 text-indent:-.25in;mso-list:l1 level1 lfo2'&gt;&lt;![if !supportLists]&gt;&lt;span
 style='mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'&gt;&lt;span
 style='mso-list:Ignore'&gt;1.&lt;span style='font:7.0pt "Times New Roman"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
 &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span dir=LTR&gt;&lt;/span&gt;User initiative.&lt;/p&gt;
 
 &lt;p class=MsoListParagraphCxSpMiddle style='margin-left:.75in;mso-add-space:
 auto;text-indent:-.25in;mso-list:l1 level1 lfo2'&gt;&lt;![if !supportLists]&gt;&lt;span
 style='mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'&gt;&lt;span
 style='mso-list:Ignore'&gt;2.&lt;span style='font:7.0pt "Times New Roman"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
 &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span dir=LTR&gt;&lt;/span&gt;Divider or assembler asks
 to terminate.&lt;/p&gt;
 
 &lt;p class=MsoListParagraphCxSpLast style='margin-left:.75in;mso-add-space:auto;
 text-indent:-.25in;mso-list:l1 level1 lfo2'&gt;&lt;![if !supportLists]&gt;&lt;span
 style='mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'&gt;&lt;span
 style='mso-list:Ignore'&gt;3.&lt;span style='font:7.0pt "Times New Roman"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
 &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span dir=LTR&gt;&lt;/span&gt;Both dividing and
 assembling is done.&lt;/p&gt;
-
 &lt;p class=MsoNormal&gt;&lt;u&gt;&lt;span style='font-size:14.0pt;line-height:115%'&gt;Get
 result: &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/u&gt;&lt;/p&gt;
-
 &lt;p class=MsoNormal&gt;Get the result of the of any algorithm stop. This also
 includes logs for debugging. &lt;/p&gt;
-
 &lt;span style='font-size:11.0pt;line-height:115%;font-family:"Calibri","sans-serif";
 mso-ascii-theme-font:minor-latin;mso-fareast-font-family:Calibri;mso-fareast-theme-font:
 minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:Arial;
 mso-bidi-theme-font:minor-bidi;mso-ansi-language:EN-US;mso-fareast-language:
 EN-US;mso-bidi-language:HE'&gt;&lt;br clear=all style='mso-special-character:line-break;
-page-break-before:always'&gt;
-&lt;/span&gt;
-
+page-break-before:always'&gt;&lt;/span&gt;
 &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;
-
 &lt;p class=MsoNormal&gt;&lt;u&gt;&lt;span style='font-size:14.0pt;line-height:115%'&gt;Show Details:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/u&gt;&lt;/p&gt;
-
 &lt;p class=MsoNormal&gt;Will show the meta-data defined in the algorithm
 installation.&lt;/p&gt;
-
 &lt;p class=MsoNormal&gt;&lt;u&gt;&lt;span style='font-size:14.0pt;line-height:115%'&gt;&lt;span
 style='mso-spacerun:yes'&gt; &lt;/span&gt;Future: &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/u&gt;&lt;/p&gt;
-
 &lt;p class=MsoNormal&gt;While developing you always see to the future. Because &lt;/p&gt;
-
 &lt;/div&gt;
-
 &lt;/body&gt;
-
 &lt;/html&gt;
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Doron Tsur</dc:creator><pubDate>Sat, 10 Dec 2011 15:05:10 -0000</pubDate><guid>https://sourceforge.net7c2e00aeb259ed762f3a27df2a0c5ebeff7ecf64</guid></item><item><title>WikiPage UI_Functionality_Support modified by Doron Tsur</title><link>https://sourceforge.net/p/tsdas/wiki/UI_Functionality_Support/</link><description>&lt;html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
xmlns:m="http://schemas.microsoft.com/office/2004/12/omml"
xmlns="http://www.w3.org/TR/REC-html40"&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content="text/html; charset=windows-1252"&gt;
&lt;meta name=ProgId content=Word.Document&gt;
&lt;meta name=Generator content="Microsoft Word 12"&gt;
&lt;meta name=Originator content="Microsoft Word 12"&gt;
&lt;link rel=File-List href="User%20Functionality.files/filelist.xml"&gt;
&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:DocumentProperties&gt;
  &lt;o:Author&gt;qballer&lt;/o:Author&gt;
  &lt;o:LastAuthor&gt;qballer&lt;/o:LastAuthor&gt;
  &lt;o:Revision&gt;2&lt;/o:Revision&gt;
  &lt;o:TotalTime&gt;141&lt;/o:TotalTime&gt;
  &lt;o:Created&gt;2011-12-10T14:54:00Z&lt;/o:Created&gt;
  &lt;o:LastSaved&gt;2011-12-10T14:54:00Z&lt;/o:LastSaved&gt;
  &lt;o:Pages&gt;2&lt;/o:Pages&gt;
  &lt;o:Words&gt;277&lt;/o:Words&gt;
  &lt;o:Characters&gt;1581&lt;/o:Characters&gt;
  &lt;o:Lines&gt;13&lt;/o:Lines&gt;
  &lt;o:Paragraphs&gt;3&lt;/o:Paragraphs&gt;
  &lt;o:CharactersWithSpaces&gt;1855&lt;/o:CharactersWithSpaces&gt;
  &lt;o:Version&gt;12.00&lt;/o:Version&gt;
 &lt;/o:DocumentProperties&gt;
&lt;/xml&gt;&lt;![endif]--&gt;
&lt;link rel=themeData href="User%20Functionality.files/themedata.thmx"&gt;
&lt;link rel=colorSchemeMapping
href="User%20Functionality.files/colorschememapping.xml"&gt;
&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;w:WordDocument&gt;
  &lt;w:SpellingState&gt;Clean&lt;/w:SpellingState&gt;
  &lt;w:GrammarState&gt;Clean&lt;/w:GrammarState&gt;
  &lt;w:TrackMoves&gt;false&lt;/w:TrackMoves&gt;
  &lt;w:TrackFormatting/&gt;
  &lt;w:PunctuationKerning/&gt;
  &lt;w:ValidateAgainstSchemas/&gt;
  &lt;w:SaveIfXMLInvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;
  &lt;w:IgnoreMixedContent&gt;false&lt;/w:IgnoreMixedContent&gt;
  &lt;w:AlwaysShowPlaceholderText&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;
  &lt;w:DoNotPromoteQF/&gt;
  &lt;w:LidThemeOther&gt;EN-US&lt;/w:LidThemeOther&gt;
  &lt;w:LidThemeAsian&gt;X-NONE&lt;/w:LidThemeAsian&gt;
  &lt;w:LidThemeComplexScript&gt;HE&lt;/w:LidThemeComplexScript&gt;
  &lt;w:Compatibility&gt;
   &lt;w:BreakWrappedTables/&gt;
   &lt;w:SnapToGridInCell/&gt;
   &lt;w:WrapTextWithPunct/&gt;
   &lt;w:UseAsianBreakRules/&gt;
   &lt;w:DontGrowAutofit/&gt;
   &lt;w:SplitPgBreakAndParaMark/&gt;
   &lt;w:DontVertAlignCellWithSp/&gt;
   &lt;w:DontBreakConstrainedForcedTables/&gt;
   &lt;w:DontVertAlignInTxbx/&gt;
   &lt;w:Word11KerningPairs/&gt;
   &lt;w:CachedColBalance/&gt;
  &lt;/w:Compatibility&gt;
  &lt;w:BrowserLevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;
  &lt;m:mathPr&gt;
   &lt;m:mathFont m:val="Cambria Math"/&gt;
   &lt;m:brkBin m:val="before"/&gt;
   &lt;m:brkBinSub m:val="&amp;#45;-"/&gt;
   &lt;m:smallFrac m:val="off"/&gt;
   &lt;m:dispDef/&gt;
   &lt;m:lMargin m:val="0"/&gt;
   &lt;m:rMargin m:val="0"/&gt;
   &lt;m:defJc m:val="centerGroup"/&gt;
   &lt;m:wrapIndent m:val="1440"/&gt;
   &lt;m:intLim m:val="subSup"/&gt;
   &lt;m:naryLim m:val="undOvr"/&gt;
  &lt;/m:mathPr&gt;&lt;/w:WordDocument&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"
  DefSemiHidden="true" DefQFormat="false" DefPriority="99"
  LatentStyleCount="267"&gt;
  &lt;w:LsdException Locked="false" Priority="0" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Normal"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="heading 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 7"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 8"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 9"/&gt;
  &lt;w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/&gt;
  &lt;w:LsdException Locked="false" Priority="10" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Title"/&gt;
  &lt;w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/&gt;
  &lt;w:LsdException Locked="false" Priority="11" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/&gt;
  &lt;w:LsdException Locked="false" Priority="22" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Strong"/&gt;
  &lt;w:LsdException Locked="false" Priority="20" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/&gt;
  &lt;w:LsdException Locked="false" Priority="59" SemiHidden="false"
   UnhideWhenUsed="false" Name="Table Grid"/&gt;
  &lt;w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/&gt;
  &lt;w:LsdException Locked="false" Priority="1" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/&gt;
  &lt;w:LsdException Locked="false" Priority="34" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/&gt;
  &lt;w:LsdException Locked="false" Priority="29" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Quote"/&gt;
  &lt;w:LsdException Locked="false" Priority="30" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="19" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/&gt;
  &lt;w:LsdException Locked="false" Priority="21" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/&gt;
  &lt;w:LsdException Locked="false" Priority="31" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/&gt;
  &lt;w:LsdException Locked="false" Priority="32" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/&gt;
  &lt;w:LsdException Locked="false" Priority="33" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Book Title"/&gt;
  &lt;w:LsdException Locked="false" Priority="37" Name="Bibliography"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/&gt;
 &lt;/w:LatentStyles&gt;
&lt;/xml&gt;&lt;![endif]--&gt;
&lt;style&gt;
&lt;!--
 /* Font Definitions */
 @font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;
	mso-font-charset:0;
	mso-generic-font-family:swiss;
	mso-font-pitch:variable;
	mso-font-signature:-520092929 1073786111 9 0 415 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{mso-style-unhide:no;
	mso-style-qformat:yes;
	mso-style-parent:"";
	margin-top:0in;
	margin-right:0in;
	margin-bottom:10.0pt;
	margin-left:0in;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";
	mso-ascii-font-family:Calibri;
	mso-ascii-theme-font:minor-latin;
	mso-fareast-font-family:Calibri;
	mso-fareast-theme-font:minor-latin;
	mso-hansi-font-family:Calibri;
	mso-hansi-theme-font:minor-latin;
	mso-bidi-font-family:Arial;
	mso-bidi-theme-font:minor-bidi;}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
	{mso-style-priority:34;
	mso-style-unhide:no;
	mso-style-qformat:yes;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:10.0pt;
	margin-left:.5in;
	mso-add-space:auto;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";
	mso-ascii-font-family:Calibri;
	mso-ascii-theme-font:minor-latin;
	mso-fareast-font-family:Calibri;
	mso-fareast-theme-font:minor-latin;
	mso-hansi-font-family:Calibri;
	mso-hansi-theme-font:minor-latin;
	mso-bidi-font-family:Arial;
	mso-bidi-theme-font:minor-bidi;}
p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst
	{mso-style-priority:34;
	mso-style-unhide:no;
	mso-style-qformat:yes;
	mso-style-type:export-only;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.5in;
	margin-bottom:.0001pt;
	mso-add-space:auto;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";
	mso-ascii-font-family:Calibri;
	mso-ascii-theme-font:minor-latin;
	mso-fareast-font-family:Calibri;
	mso-fareast-theme-font:minor-latin;
	mso-hansi-font-family:Calibri;
	mso-hansi-theme-font:minor-latin;
	mso-bidi-font-family:Arial;
	mso-bidi-theme-font:minor-bidi;}
p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle
	{mso-style-priority:34;
	mso-style-unhide:no;
	mso-style-qformat:yes;
	mso-style-type:export-only;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.5in;
	margin-bottom:.0001pt;
	mso-add-space:auto;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";
	mso-ascii-font-family:Calibri;
	mso-ascii-theme-font:minor-latin;
	mso-fareast-font-family:Calibri;
	mso-fareast-theme-font:minor-latin;
	mso-hansi-font-family:Calibri;
	mso-hansi-theme-font:minor-latin;
	mso-bidi-font-family:Arial;
	mso-bidi-theme-font:minor-bidi;}
p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast
	{mso-style-priority:34;
	mso-style-unhide:no;
	mso-style-qformat:yes;
	mso-style-type:export-only;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:10.0pt;
	margin-left:.5in;
	mso-add-space:auto;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";
	mso-ascii-font-family:Calibri;
	mso-ascii-theme-font:minor-latin;
	mso-fareast-font-family:Calibri;
	mso-fareast-theme-font:minor-latin;
	mso-hansi-font-family:Calibri;
	mso-hansi-theme-font:minor-latin;
	mso-bidi-font-family:Arial;
	mso-bidi-theme-font:minor-bidi;}
span.SpellE
	{mso-style-name:"";
	mso-spl-e:yes;}
.MsoChpDefault
	{mso-style-type:export-only;
	mso-default-props:yes;
	mso-ascii-font-family:Calibri;
	mso-ascii-theme-font:minor-latin;
	mso-fareast-font-family:Calibri;
	mso-fareast-theme-font:minor-latin;
	mso-hansi-font-family:Calibri;
	mso-hansi-theme-font:minor-latin;
	mso-bidi-font-family:Arial;
	mso-bidi-theme-font:minor-bidi;}
.MsoPapDefault
	{mso-style-type:export-only;
	margin-bottom:10.0pt;
	line-height:115%;}
@page WordSection1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;
	mso-header-margin:.5in;
	mso-footer-margin:.5in;
	mso-paper-source:0;}
div.WordSection1
	{page:WordSection1;}
 /* List Definitions */
 @list l0
	{mso-list-id:1335645141;
	mso-list-type:hybrid;
	mso-list-template-ids:1227112628 681719964 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
@list l0:level1
	{mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:.75in;
	text-indent:-.25in;}
@list l1
	{mso-list-id:1861773088;
	mso-list-type:hybrid;
	mso-list-template-ids:-1842451382 1306825776 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
@list l1:level1
	{mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:.75in;
	text-indent:-.25in;}
ol
	{margin-bottom:0in;}
ul
	{margin-bottom:0in;}
--&gt;
&lt;/style&gt;
&lt;!--[if gte mso 10]&gt;
&lt;style&gt;
 /* Style Definitions */
 table.MsoNormalTable
	{mso-style-name:"\05D8\05D1\05DC\05D4 \05E8\05D2\05D9\05DC\05D4";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-priority:99;
	mso-style-qformat:yes;
	mso-style-parent:"";
	mso-padding-alt:0in 5.4pt 0in 5.4pt;
	mso-para-margin-top:0in;
	mso-para-margin-right:0in;
	mso-para-margin-bottom:10.0pt;
	mso-para-margin-left:0in;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";
	mso-ascii-font-family:Calibri;
	mso-ascii-theme-font:minor-latin;
	mso-hansi-font-family:Calibri;
	mso-hansi-theme-font:minor-latin;
	mso-bidi-font-family:Arial;
	mso-bidi-theme-font:minor-bidi;}
&lt;/style&gt;
&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext="edit" spidmax="2050"/&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext="edit"&gt;
  &lt;o:idmap v:ext="edit" data="1"/&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=EN-US style='tab-interval:.5in'&gt;

&lt;div class=WordSection1&gt;

&lt;p class=MsoNormal&gt;&lt;u&gt;&lt;span style='font-size:16.0pt;line-height:115%'&gt;User Functionality:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/u&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;This document describes the &lt;span class=SpellE&gt;tssDAS&lt;/span&gt;
lead server functionality. Since this is an infrastructure, it has a rather
simple functionality. It is designed mainly to, upload, remove the necessary files,
Start, stop algorithm, get result, present data.&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;u&gt;&lt;span style='font-size:14.0pt;line-height:115%'&gt;Upload:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/u&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;The user will be able to upload a single zip file. The structure
of that Zip should be:&lt;/p&gt;

&lt;p class=MsoListParagraphCxSpFirst style='margin-left:.75in;mso-add-space:auto;
text-indent:-.25in;mso-list:l0 level1 lfo1'&gt;&lt;![if !supportLists]&gt;&lt;span
style='mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'&gt;&lt;span
style='mso-list:Ignore'&gt;1.&lt;span style='font:7.0pt "Times New Roman"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span dir=LTR&gt;&lt;/span&gt;Trio.xml - described in the
following doc [&lt;span class=SpellE&gt;Trio_Xml&lt;/span&gt;].&lt;/p&gt;

&lt;p class=MsoListParagraphCxSpMiddle style='margin-left:.75in;mso-add-space:
auto;text-indent:-.25in;mso-list:l0 level1 lfo1'&gt;&lt;![if !supportLists]&gt;&lt;span
style='mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'&gt;&lt;span
style='mso-list:Ignore'&gt;2.&lt;span style='font:7.0pt "Times New Roman"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span dir=LTR&gt;&lt;/span&gt;Divider.jar – the jar file
containing all the user classes of the Divider.&lt;/p&gt;

&lt;p class=MsoListParagraphCxSpMiddle style='margin-left:.75in;mso-add-space:
auto;text-indent:-.25in;mso-list:l0 level1 lfo1'&gt;&lt;![if !supportLists]&gt;&lt;span
style='mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'&gt;&lt;span
style='mso-list:Ignore'&gt;3.&lt;span style='font:7.0pt "Times New Roman"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span dir=LTR&gt;&lt;/span&gt;Assembler.jar - the jar
file containing all the user classes of the Assembler.&lt;/p&gt;

&lt;p class=MsoListParagraphCxSpMiddle style='margin-left:.75in;mso-add-space:
auto;text-indent:-.25in;mso-list:l0 level1 lfo1'&gt;&lt;![if !supportLists]&gt;&lt;span
style='mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'&gt;&lt;span
style='mso-list:Ignore'&gt;4.&lt;span style='font:7.0pt "Times New Roman"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span dir=LTR&gt;&lt;/span&gt;Algorithem.jar – the jar
file that will be distributed for processing. &lt;/p&gt;

&lt;p class=MsoListParagraphCxSpLast style='margin-left:.75in;mso-add-space:auto;
text-indent:-.25in;mso-list:l0 level1 lfo1'&gt;&lt;![if !supportLists]&gt;&lt;span
style='mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'&gt;&lt;span
style='mso-list:Ignore'&gt;5.&lt;span style='font:7.0pt "Times New Roman"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span dir=LTR&gt;&lt;/span&gt;ADRF folder – Assembler Divider
Resource folder, will hold external files the assembler or divider might need
for its execution. &lt;/p&gt;

&lt;p class=MsoNormal&gt;This zip will be uploaded to the server unzipped then the
trio.xml file will be parsed for the setup of the algorithm. &lt;span
style='mso-spacerun:yes'&gt; &lt;/span&gt;There will be a check if the algorithm is
installed properly &lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;u&gt;&lt;span style='font-size:14.0pt;line-height:115%'&gt;Remove: &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/u&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;This will unregister a specific trio and all the files will
be removed. The fine tuning of the folder will be out of the scope of our
software as it is not intended to provide access to machines. Please use any
external tool of your liking. You will be able to get the folder path.&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;u&gt;&lt;span style='font-size:14.0pt;line-height:115%'&gt;Start:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/u&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;The ability to navigate on installed algorithms and start
one of them. Please note that the system supports just one algorithm at a time
for now. It may support running a few algorithms. &lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;u&gt;&lt;span style='font-size:14.0pt;line-height:115%'&gt;Stop:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/u&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Choosing to stop an algorithm will be dome by one of the
following options:&lt;/p&gt;

&lt;p class=MsoListParagraphCxSpFirst style='margin-left:.75in;mso-add-space:auto;
text-indent:-.25in;mso-list:l1 level1 lfo2'&gt;&lt;![if !supportLists]&gt;&lt;span
style='mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'&gt;&lt;span
style='mso-list:Ignore'&gt;1.&lt;span style='font:7.0pt "Times New Roman"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span dir=LTR&gt;&lt;/span&gt;User initiative.&lt;/p&gt;

&lt;p class=MsoListParagraphCxSpMiddle style='margin-left:.75in;mso-add-space:
auto;text-indent:-.25in;mso-list:l1 level1 lfo2'&gt;&lt;![if !supportLists]&gt;&lt;span
style='mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'&gt;&lt;span
style='mso-list:Ignore'&gt;2.&lt;span style='font:7.0pt "Times New Roman"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span dir=LTR&gt;&lt;/span&gt;Divider or assembler asks
to terminate.&lt;/p&gt;

&lt;p class=MsoListParagraphCxSpLast style='margin-left:.75in;mso-add-space:auto;
text-indent:-.25in;mso-list:l1 level1 lfo2'&gt;&lt;![if !supportLists]&gt;&lt;span
style='mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'&gt;&lt;span
style='mso-list:Ignore'&gt;3.&lt;span style='font:7.0pt "Times New Roman"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span dir=LTR&gt;&lt;/span&gt;Both dividing and
assembling is done.&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;u&gt;&lt;span style='font-size:14.0pt;line-height:115%'&gt;Get
result: &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/u&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Get the result of the of any algorithm stop. This also
includes logs for debugging. &lt;/p&gt;

&lt;span style='font-size:11.0pt;line-height:115%;font-family:"Calibri","sans-serif";
mso-ascii-theme-font:minor-latin;mso-fareast-font-family:Calibri;mso-fareast-theme-font:
minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:Arial;
mso-bidi-theme-font:minor-bidi;mso-ansi-language:EN-US;mso-fareast-language:
EN-US;mso-bidi-language:HE'&gt;&lt;br clear=all style='mso-special-character:line-break;
page-break-before:always'&gt;
&lt;/span&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;u&gt;&lt;span style='font-size:14.0pt;line-height:115%'&gt;Show Details:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/u&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Will show the meta-data defined in the algorithm
installation.&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;u&gt;&lt;span style='font-size:14.0pt;line-height:115%'&gt;&lt;span
style='mso-spacerun:yes'&gt; &lt;/span&gt;Future: &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/u&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;While developing you always see to the future. Because &lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Doron Tsur</dc:creator><pubDate>Sat, 10 Dec 2011 15:03:32 -0000</pubDate><guid>https://sourceforge.net56b3604aa9680236b624810d5bbd6569b2d9c10f</guid></item></channel></rss>