Class HDTSparql


  • public class HDTSparql
    extends java.lang.Object
    Author:
    mario.arias
    • Constructor Summary

      Constructors 
      Constructor Description
      HDTSparql()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute()  
      static void main​(java.lang.String[] args)
      HDTSparql, receives a SPARQL query and executes it against an HDT file.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • parameters

        public java.util.List<java.lang.String> parameters
      • streamMode

        public boolean streamMode
      • fileHDT

        public java.lang.String fileHDT
      • sparqlQuery

        public java.lang.String sparqlQuery
    • Constructor Detail

      • HDTSparql

        public HDTSparql()
    • Method Detail

      • execute

        public void execute()
                     throws java.io.IOException
        Throws:
        java.io.IOException
      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Throwable
        HDTSparql, receives a SPARQL query and executes it against an HDT file.
        Parameters:
        args -
        Throws:
        java.lang.Throwable