|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.ontology.pipelets.ASesameRecordPipelet
org.eclipse.smila.ontology.pipelets.SesameRecordReaderPipelet
public class SesameRecordReaderPipelet
fill records from ontology.
| Field Summary | |
|---|---|
static boolean |
DEFAULT_INCLUDEINFERRED
default value for "includeInferred": false. |
static java.lang.String |
PARAM_DEFAULT_URI_ATTRIBUTE
default uri attribute. |
static java.lang.String |
PARAM_INCLUDEINFERRED
configuration property name for including inferred statements when reading the ontology. |
static java.lang.String |
PARAM_URI_ATTRIBUTE
configuration property name: which parameter contains the URI. |
| Fields inherited from class org.eclipse.smila.ontology.pipelets.ASesameRecordPipelet |
|---|
_configuration, _valueHelper, PARAM_RECORDFILTER, PARAM_REPOSITORY |
| Constructor Summary | |
|---|---|
SesameRecordReaderPipelet()
|
|
| Method Summary | |
|---|---|
java.lang.String[] |
process(Blackboard blackboard,
java.lang.String[] recordIds)
read statements from the ontology into the given records. |
| Methods inherited from class org.eclipse.smila.ontology.pipelets.ASesameRecordPipelet |
|---|
configure, createUri, getParameters, getRepositoryConnection, getSesameOntologyManager |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PARAM_INCLUDEINFERRED
public static final boolean DEFAULT_INCLUDEINFERRED
public static final java.lang.String PARAM_URI_ATTRIBUTE
public static final java.lang.String PARAM_DEFAULT_URI_ATTRIBUTE
| Constructor Detail |
|---|
public SesameRecordReaderPipelet()
| Method Detail |
|---|
public java.lang.String[] process(Blackboard blackboard,
java.lang.String[] recordIds)
throws ProcessingException
blackboard - Blackboard service managing the records.recordIds - Ids of records to process.
ProcessingException - error during processing.org.eclipse.smila.processing.Pipelet#process(org.eclipse.smila.blackboard.Blackboard,
org.eclipse.smila.datamodel.id.Id[])
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||