Author: buildbot
Date: Fri Jan 27 08:31:18 2012
New Revision: 803404
Log:
Staging update by buildbot for stanbol
Modified:
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/chains/defaultchain.html
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/chains/listchain.html
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/chains/weightedchain.html
Modified:
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/chains/defaultchain.html
==============================================================================
---
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/chains/defaultchain.html
(original)
+++
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/chains/defaultchain.html
Fri Jan 27 08:31:18 2012
@@ -57,7 +57,7 @@
<div id="content">
<h1 class="title">DefaultChain</h1>
- <p>Implementation that keeps track of all currently active
EnhancementEngine](../engines/enhancementengine.html) and registers itself as a
Chain service with the "stanbol.enhancer.chain.name=default" an service ranking
of Integer.MIN_VALUE.</p>
+ <p>Implementation that keeps track of all currently active <a
href="../engines/enhancementengine.html">EnhancementEngine</a> and registers
itself as a Chain service with the "stanbol.enhancer.chain.name=default" an
service ranking of Integer.MIN_VALUE.</p>
<p>This will cause this chain to be returned by the ChainManager.getDefault()
method if users:</p>
<ul>
<li>do not deactivate this Chain (see below)</li>
@@ -71,7 +71,7 @@
<p>Note that the DefaultChain does not actually implement the Chain interface,
but only registers an instance of the AllActiveEnginesChain on activation.
The implementation is part of the
"org.apache.stanbol.enhancer.chain.allactive" module.</p>
<h3 id="calculation_of_the_executionplan">Calculation of the ExecutionPlan</h3>
-<p>This chain considers all currently active
EnhancementEngine](../engines/enhancementengine.html)s. The ExecutionPlan is
calculated by using the value for the
"org.apache.stanbol.enhancer.engine.order" property provided by the
EnhancementEngine:</p>
+<p>This chain considers all currently active <a
href="../engines/enhancementengine.html">EnhancementEngine</a>s. The
ExecutionPlan is calculated by using the value for the
"org.apache.stanbol.enhancer.engine.order" property provided by the
EnhancementEngine:</p>
<ul>
<li>Engines with a lower order are executed before Engines with a higher
value</li>
<li>Engines with the same order may be executed simultaneously if the
EnhancementJobMananger and the EnhancementEngine do support this feature.</li>
Modified:
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/chains/listchain.html
==============================================================================
---
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/chains/listchain.html
(original)
+++
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/chains/listchain.html
Fri Jan 27 08:31:18 2012
@@ -79,7 +79,7 @@
<h3 id="calculation_of_the_executionplan">Calculation of the ExecutionPlan</h3>
-<p>The ExecutionPlan is created based on the exact order of the
EnhancementEngine](../engines/enhancementengine.html)s provided by the
"stanbol.enhancer.chain.list.enginelist" property. The configuration MUST
contain at least a single engine. In addition no engine MUST be mentioned
twice.</p>
+<p>The ExecutionPlan is created based on the exact order of the <a
href="../engines/enhancementengine.html">EnhancementEngine</a>s provided by the
"stanbol.enhancer.chain.list.enginelist" property. The configuration MUST
contain at least a single engine. In addition no engine MUST be mentioned
twice.</p>
</div>
<div id="footer">
Modified:
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/chains/weightedchain.html
==============================================================================
---
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/chains/weightedchain.html
(original)
+++
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/chains/weightedchain.html
Fri Jan 27 08:31:18 2012
@@ -57,7 +57,7 @@
<div id="content">
<h1 class="title">WeightedChain</h1>
- <p>The Wighted Chain takes a list of
EnhancementEngine](../engines/enhancementengine.html) names as input and uses
the "org.apache.stanbol.enhancer.engine.order" metadata of the configured
Engines to calculate the ExecutionPlan.</p>
+ <p>The Wighted Chain takes a list of <a
href="../engines/enhancementengine.html">EnhancementEngine</a> names as input
and uses the "org.apache.stanbol.enhancer.engine.order" metadata of the
configured Engines to calculate the ExecutionPlan.</p>
<p>This Chain is designed for easy configuration - just a list of the engine
names - but has limited possibilities to control the execution order.</p>
<h3 id="configuration">Configuration</h3>
<p>The property "stanbol.enhancer.chain.weighted.chain" is used to provide the
list of engine names. Both Arrays and Collections are supported as values.</p>
@@ -71,7 +71,7 @@
<p>both variants result that the execution of the engine with the name <name>
is optional.</p>
<p><img alt="Configuration Dialog for the WeightedCahin"
src="enhancer-weightedchain-config.png" title="Sceenshot of the Configuration
Dialog for a WeightedChain with two required and one optional Engine" /></p>
<h3 id="calculation_of_the_executionplan">Calculation of the ExecutionPlan</h3>
-<p>It is important to note that the ordering of the list has no influence on
the ExecutionPlan because the order of execution of the configured
EnhancementEngine](../engines/enhancementengine.html)s is calculated only by
using the value for the "org.apache.stanbol.enhancer.engine.order" property
provided by the EnhancementEngine:</p>
+<p>It is important to note that the ordering of the list has no influence on
the ExecutionPlan because the order of execution of the configured <a
href="../engines/enhancementengine.html">EnhancementEngine</a>s is calculated
only by using the value for the "org.apache.stanbol.enhancer.engine.order"
property provided by the EnhancementEngine:</p>
<ul>
<li>Engines with a lower order are executed before Engines with a higher
value</li>
<li>Engines with the same order may be executed simultaneously if the
EnhancementJobMananger and the EnhancementEngine do support this feature.</li>