Author: buildbot
Date: Thu Jan 26 15:33:19 2012
New Revision: 803343
Log:
Staging update by buildbot for stanbol
Modified:
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/enhancementjobmanager.html
Modified:
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/enhancementjobmanager.html
==============================================================================
---
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/enhancementjobmanager.html
(original)
+++
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/enhancementjobmanager.html
Thu Jan 26 15:33:19 2012
@@ -57,7 +57,7 @@
<div id="content">
<h1 class="title">EnhancementJobManager</h1>
- <p>The EnhancementJobManager is component responsible for the execution of
the <a href="../chains/executionplan.html">ExecutionPlan</a> as provided by the
<a href="../chains/enhancementchain.html">Enhancement Chain</a> on the
ContentItem.</p>
+ <p>The EnhancementJobManager is component responsible for the execution of
the <a href="chains/executionplan.html">ExecutionPlan</a> as provided by the <a
href="chains/enhancementchain.html">Enhancement Chain</a> on the
ContentItem.</p>
<h2 id="enhancementjobmanager_interface">EnhancementJobManager interface</h2>
<p>The interface of the EnhancementJobManager is very simple:</p>
<div class="codehilite"><pre><span class="sr">/** Enhances the content item by
using the default Chain */</span>
@@ -69,10 +69,10 @@
<p>Note that the parsed ContentItem will be changed during the enhancement
process. EnhancementEngines will add extracted knowledge to the metadata of the
content item. Also additional content parts may be added to the content
item.</p>
<h2 id="enhancement_process">Enhancement Process</h2>
-<p>While the <a href="../chains/executionplan.html">ExecutionPlan</a> defines
what EnhancementEgnies are used and how they depend on each the
EnhancementJobManager is responsible for the actual execution of the
enhancement process based on this plan. This section provides detailed
information about requirements and expectations that MUST BE considered.</p>
+<p>While the <a href="chains/executionplan.html">ExecutionPlan</a> defines
what EnhancementEgnies are used and how they depend on each the
EnhancementJobManager is responsible for the actual execution of the
enhancement process based on this plan. This section provides detailed
information about requirements and expectations that MUST BE considered.</p>
<p>The EnhancementJobManager is also responsible to create and update the <a
href="executionmetadata.html">ExecutionMetadata</a> in the metadata of the
processed ContentItem.</p>
<h3 id="retrieving_the_executionplan">Retrieving the ExecutionPlan</h3>
-<p>The <a href="../chains/executionplan.html">ExecutionPlan</a> is provided by
the Chain in a final graph that is guaranteed to be not changed. However
because the configuration of a Chain might be change at any time the
EnhancementJobManager MUST retrieve the execution plan only once and used it
during the whole enhancement process.</p>
+<p>The <a href="chains/executionplan.html">ExecutionPlan</a> is provided by
the Chain in a final graph that is guaranteed to be not changed. However
because the configuration of a Chain might be change at any time the
EnhancementJobManager MUST retrieve the execution plan only once and used it
during the whole enhancement process.</p>
<p>Before the start of the enhancement process the EnhancementJobManager needs
first to initialize the <a href="executionmetadata.html">ExecutionMetadata</a>
for the ContentItem. This includes</p>
<ol>
<li>copying the execution plan as returned by the Chain to the metadata of the
content item</li>