org.apache.stanbol.enhancer.servicesapi.rdf
Class ExecutionPlan

java.lang.Object
  extended by org.apache.stanbol.enhancer.servicesapi.rdf.ExecutionPlan

public final class ExecutionPlan
extends java.lang.Object

Defines the UriRefs for all classes and properties defined by the Stanbol Enhancer Execution Plan ontology.


Field Summary
static org.apache.clerezza.rdf.core.UriRef CHAIN
          The property ep:chain linking an EXECUTION_PLAN to the name of the chain this plan is defined for
static org.apache.clerezza.rdf.core.UriRef DEPENDS_ON
          The property ep:dependsOn defining the list of other EXECUTION_NODEs this one depends on
static org.apache.clerezza.rdf.core.UriRef ENGINE
          The property ep:engine linking an EXECUTION_NODE with the name of the EnhancementEngine to be executed.
static org.apache.clerezza.rdf.core.UriRef EXECUTION_NODE
          The Class ep:ExecutionMode
static org.apache.clerezza.rdf.core.UriRef EXECUTION_PLAN
          The Class ep:ExecutionPlan
static org.apache.clerezza.rdf.core.UriRef HAS_EXECUTION_NODE
          the property ep:hasExecutionNode linking an EXECUTION_PLAN with all its EXECUTION_NODEs
static org.apache.clerezza.rdf.core.UriRef OPTIONAL
          The property ep:optional that can be used to define that the execution of an EXECUTION_NODE is optional.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXECUTION_PLAN

public static final org.apache.clerezza.rdf.core.UriRef EXECUTION_PLAN
The Class ep:ExecutionPlan


CHAIN

public static final org.apache.clerezza.rdf.core.UriRef CHAIN
The property ep:chain linking an EXECUTION_PLAN to the name of the chain this plan is defined for


HAS_EXECUTION_NODE

public static final org.apache.clerezza.rdf.core.UriRef HAS_EXECUTION_NODE
the property ep:hasExecutionNode linking an EXECUTION_PLAN with all its EXECUTION_NODEs


EXECUTION_NODE

public static final org.apache.clerezza.rdf.core.UriRef EXECUTION_NODE
The Class ep:ExecutionMode


ENGINE

public static final org.apache.clerezza.rdf.core.UriRef ENGINE
The property ep:engine linking an EXECUTION_NODE with the name of the EnhancementEngine to be executed.


DEPENDS_ON

public static final org.apache.clerezza.rdf.core.UriRef DEPENDS_ON
The property ep:dependsOn defining the list of other EXECUTION_NODEs this one depends on


OPTIONAL

public static final org.apache.clerezza.rdf.core.UriRef OPTIONAL
The property ep:optional that can be used to define that the execution of an EXECUTION_NODE is optional. The default is false.



Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.