Class RunBGPOverNeo4j

java.lang.Object
org.apache.jena.cmd.CommandLineBase
org.apache.jena.cmd.CmdLineArgs
org.apache.jena.cmd.CmdMain
org.apache.jena.cmd.CmdArgModule
org.apache.jena.cmd.CmdGeneral
arq.cmdline.CmdARQ
se.liu.ida.hefquin.cli.RunBGPOverNeo4j

public class RunBGPOverNeo4j extends arq.cmdline.CmdARQ
  • Field Details

    • modTime

      protected final arq.cmdline.ModTime modTime
    • modEndpoint

      protected final ModNeo4jEndpoint modEndpoint
    • modQuery

      protected final ModQuery modQuery
    • modResults

      protected final arq.cmdline.ModResultsOut modResults
    • modLPG2RDFConfiguration

      protected final ModLPG2RDFConfiguration modLPG2RDFConfiguration
    • argNaive

      protected final org.apache.jena.cmd.ArgDecl argNaive
    • argNoVarRepl

      protected final org.apache.jena.cmd.ArgDecl argNoVarRepl
    • argNoMerge

      protected final org.apache.jena.cmd.ArgDecl argNoMerge
    • argPrintCypher

      protected final org.apache.jena.cmd.ArgDecl argPrintCypher
    • argSuppressResultPrintout

      protected final org.apache.jena.cmd.ArgDecl argSuppressResultPrintout
    • argSkipExecution

      protected final org.apache.jena.cmd.ArgDecl argSkipExecution
  • Constructor Details

    • RunBGPOverNeo4j

      protected RunBGPOverNeo4j(String[] argv)
  • Method Details

    • main

      public static void main(String[] args)
    • getSummary

      protected String getSummary()
      Returns the usage summary string of the command.
      Specified by:
      getSummary in class org.apache.jena.cmd.CmdGeneral
      Returns:
      A string that describes the usage of the command.
    • getCommandName

      protected String getCommandName()
      Returns the command name used to invoke the tool.
      Overrides:
      getCommandName in class arq.cmdline.CmdARQ
      Returns:
      The name of the command.
    • exec

      protected void exec()
      Specified by:
      exec in class org.apache.jena.cmd.CmdMain
    • getBGP

      protected Set<org.apache.jena.graph.Triple> getBGP()
    • performQueryTranslation

      protected SPARQL2CypherTranslationResult performQueryTranslation(Set<org.apache.jena.graph.Triple> bgp, LPG2RDFConfiguration conf)
    • translateToCypher

      protected SPARQL2CypherTranslationResult translateToCypher(Set<org.apache.jena.graph.Triple> bgp, LPG2RDFConfiguration conf)
    • performQueryExecution

      protected List<TableRecord> performQueryExecution(CypherQuery query)
    • performResultTranslation

      protected List<org.apache.jena.sparql.engine.binding.Binding> performResultTranslation(List<TableRecord> response, LPG2RDFConfiguration conf, SPARQL2CypherTranslationResult tRes)
    • printResult

      protected void printResult(List<org.apache.jena.sparql.engine.binding.Binding> result)