Author: buildbot
Date: Wed Jan 25 07:35:17 2012
New Revision: 803246
Log:
Staging update by buildbot for stanbol
Modified:
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/chains/graphchain.html
Modified:
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/chains/graphchain.html
==============================================================================
---
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/chains/graphchain.html
(original)
+++
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/chains/graphchain.html
Wed Jan 25 07:35:17 2012
@@ -75,6 +75,7 @@
<p>The GraphCain will track for that file and activate itself as soon as the
file gets available. Removing the file, waiting some seconds and providing the
new version afterwards should also work. Just replacing the file will not work,
because the DataFileProvider does not have supports for updates. In such cases
it might be needed to deactivate/activate the GraphChain.</p>
<h4 id="chainlist">ChainList</h4>
<p>This allows to directly configure the ExecutionPlan as value of the
"stanbol.enhancer.chain.graph.chainlist" property. Both arrays and Collections
are supported. </p>
+<p><em>NOTE</em>: As soon as a graph resource is configures the ChainList is
ignored. This is even true if the configured GraphResource is currently not
available!</p>
<p>The Syntax is defined as follows:</p>
<div class="codehilite"><pre><span class="p">{</span><span
class="n">engine</span><span class="o">-</span><span class="n">name</span><span
class="p">};[</span><span class="n">optional</span><span
class="p">];[</span><span class="n">dependsOn</span><span
class="o">=</span><span class="p">{</span><span class="n">engine</span><span
class="o">-</span><span class="n">name1</span><span class="p">},{</span><span
class="n">engine</span><span class="o">-</span><span
class="n">name2</span><span class="p">}]</span>
</pre></div>