|
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.CreateRelationPipelet
public class CreateRelationPipelet
pipelet for creating relations between attribute values in ontology.
| Field Summary | |
|---|---|
static java.lang.String |
PARAM_OBJECT_IS_RESOURCE
configuration property/parameter name for specifying the attribute name of the relation objects: "objectAttribute". |
static java.lang.String |
PARAM_OBJECTATTRIBUTE
configuration property/parameter name for specifying the attribute name of the relation objects: "objectAttribute". |
static java.lang.String |
PARAM_PREDICATEURI
configuration property/parameter name for specifying the URI of the relation predicate: "predicateUri". |
static java.lang.String |
PARAM_SUBJECTATTRIBUTE
configuration property/parameter name for specifying the attribute name of the relation subjects: "subjectAttribute". |
| Fields inherited from class org.eclipse.smila.ontology.pipelets.ASesameRecordPipelet |
|---|
_configuration, _valueHelper, PARAM_RECORDFILTER, PARAM_REPOSITORY |
| Constructor Summary | |
|---|---|
CreateRelationPipelet()
|
|
| Method Summary | |
|---|---|
java.lang.String[] |
process(Blackboard blackboard,
java.lang.String[] recordIds)
process records on Blackboard service. |
| 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_SUBJECTATTRIBUTE
public static final java.lang.String PARAM_OBJECTATTRIBUTE
public static final java.lang.String PARAM_OBJECT_IS_RESOURCE
public static final java.lang.String PARAM_PREDICATEURI
| Constructor Detail |
|---|
public CreateRelationPipelet()
| 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.
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||