Class TriplestoreStorage

java.lang.Object
org.aksw.iguana.cc.storage.impl.TriplestoreStorage
All Implemented Interfaces:
Storage

public class TriplestoreStorage extends Object implements Storage
This Storage will save all the metric results into a specified triple store
Author:
f.conrads
  • Constructor Details

  • 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 interface Storage
      Parameters:
      data - the given result model
    • toString

      public String toString()
      Overrides:
      toString in class Object