Author: rwesten
Date: Wed Jan 25 07:32:18 2012
New Revision: 1235665
URL: http://svn.apache.org/viewvc?rev=1235665&view=rev
Log:
Added intro section to GraphChain
Modified:
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/chains/graphchain.mdtext
Modified:
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/chains/graphchain.mdtext
URL:
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/chains/graphchain.mdtext?rev=1235665&r1=1235664&r2=1235665&view=diff
==============================================================================
---
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/chains/graphchain.mdtext
(original)
+++
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/chains/graphchain.mdtext
Wed Jan 25 07:32:18 2012
@@ -1,6 +1,8 @@
Title: GraphChain
+The GraphChain allows to directly configure the ExecutionPlan returned by the
Chain.getExecutionPlan() method. This means on the one hand that it allows to
configure any kind of execution process on the other hand its usage also
requires a lot of knowledge about the EnhancementEngines and the ExecutionPlan
model form the user.
+Typically it is a good practice to start with other - more simple to use -
Chain implementation such as the [Weighted Chain](weightedchain.html) and only
afterwards convert this configuration to a GraphChain to configure
optimizations to the enhancement process such as to allow more Engines to be
executed in parallel.
### Configuration