Author: rwesten
Date: Tue Jan 31 08:04:21 2012
New Revision: 1238223

URL: http://svn.apache.org/viewvc?rev=1238223&view=rev
Log:
minor corrections

Modified:
    
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/executionmetadata.mdtext

Modified: 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/executionmetadata.mdtext
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/executionmetadata.mdtext?rev=1238223&r1=1238222&r2=1238223&view=diff
==============================================================================
--- 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/executionmetadata.mdtext
 (original)
+++ 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/executionmetadata.mdtext
 Tue Jan 31 08:04:21 2012
@@ -1,6 +1,6 @@
 Title: Execution Metadata
 
-The execution metadata provide detailed information about an ongoing/completed 
enhancement process. Basically they describe how the 
[ExecutionPlan](chains/executionplan.html) provided by the 
[Chain](chains.enhancementchain.html) was executed by the 
[EnhancementJobManager](enhancementjobmanager.html). Both the ExecutionMetadata 
and the ExecutionPlan are provided with the ContentItem as an own content part 
of the type MGraph with the URI 
"http://stanbol.apache.org/ontology/enhancer/executionMetadata#ChainExecution";. 
For users of the Stanbol Enhacer the Execution Metadata are of interest to:
+The execution metadata provide detailed information about an ongoing/completed 
enhancement process. Basically they describe how the 
[ExecutionPlan](chains/executionplan.html) provided by the 
[Chain](chains/enhancementchain.html) was executed by the 
[EnhancementJobManager](enhancementjobmanager.html). Both the ExecutionMetadata 
and the ExecutionPlan are provided with the ContentItem as an own content part 
of the type MGraph with the URI 
"http://stanbol.apache.org/ontology/enhancer/executionMetadata#ChainExecution";. 
For users of the Stanbol Enhacer the Execution Metadata are of interest to:
 
 * check progress of asynchronously started Enhancement Processes: Metadata for 
all planed executions of engines are created as soon as an ContentItem is 
parsed to the EnhancementJobManager and are updated as soon as the execution of 
engines start/complete/fail.
 * Monitor the performance of different EnhancementEngines: The Execution 
Metadata provide detailed information about starting/completion time points for 
engine executions.
@@ -211,6 +211,8 @@ The following code segments show how to 
 * ExecutionMetadataHelper: Utility class for reading and manipulating the 
ExecutionMetadata
 * EnhancementEngineHelper: Utility that contains general purpose RDF utilities.
 
+This code example first gets the ChainExecution, ExecutionPlan and Chain name 
for the enhanced content item. In a second step metadata of all executed 
EnhancementEngines are retrieved.
+
     ContentItem ci; //the ContentItem
     MGraph em; //the ExecutionMetadata
     


Reply via email to