Class SparqlAnalyticsWrapper

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.jena.rdf.model.Property JSON_OUTPUT  
      static org.apache.jena.rdf.model.Property SPARQL_SELECT_QUERY  
    • Method Summary

      Modifier and Type Method Description
      org.aksw.faraday_cage.engine.ValidatableParameterMap createParameterMap()  
      DeerExecutionNode wrap​(DeerExecutionNode executionNode)  
      • Methods inherited from class org.aksw.faraday_cage.decorator.AbstractParameterizedExecutionNodeWrapper

        getParameterMap, initParameters, isInitialized
      • Methods inherited from class org.aksw.faraday_cage.decorator.AbstractExecutionNodeWrapper

        getId, initPluginId
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.aksw.faraday_cage.engine.Plugin

        getId, initPluginId, isInitialized
    • Field Detail

      • SPARQL_SELECT_QUERY

        public static final org.apache.jena.rdf.model.Property SPARQL_SELECT_QUERY
      • JSON_OUTPUT

        public static final org.apache.jena.rdf.model.Property JSON_OUTPUT
    • Constructor Detail

      • SparqlAnalyticsWrapper

        public SparqlAnalyticsWrapper()
    • Method Detail

      • createParameterMap

        public org.aksw.faraday_cage.engine.ValidatableParameterMap createParameterMap()