Package org.aksw.iguana.cc.storage.impl
Class TriplestoreStorage
java.lang.Object
org.aksw.iguana.cc.storage.impl.TriplestoreStorage
- All Implemented Interfaces:
Storage
This Storage will save all the metric results into a specified triple store
- Author:
- f.conrads
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionTriplestoreStorage
(String endpoint) TriplestoreStorage
(String endpoint, String user, String pwd, String baseUri) -
Method Summary
Modifier and TypeMethodDescriptionvoid
storeResult
(org.apache.jena.rdf.model.Model data) Stores the task result into the storage.toString()
-
Constructor Details
-
TriplestoreStorage
-
TriplestoreStorage
-
TriplestoreStorage
-
-
Method Details
-
storeResult
public void storeResult(org.apache.jena.rdf.model.Model data) Description copied from interface:Storage
Stores the task result into the storage. This method will be executed after a task has finished. Depending on the storages format, the storage class will need convert the data into the appropriate format.- Specified by:
storeResult
in interfaceStorage
- Parameters:
data
- the given result model
-
toString
-