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 Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final org.apache.jena.cmd.ArgDecl
     
    protected final org.apache.jena.cmd.ArgDecl
     
    protected final org.apache.jena.cmd.ArgDecl
     
    protected final org.apache.jena.cmd.ArgDecl
     
    protected final org.apache.jena.cmd.ArgDecl
     
    protected final org.apache.jena.cmd.ArgDecl
     
    protected final org.apache.jena.cmd.ArgDecl
     
    protected final ModLPG2RDFConfiguration
     
    protected final ModQuery
     
    protected final arq.cmdline.ModResultsOut
     
    protected final arq.cmdline.ModTime
     

    Fields inherited from class arq.cmdline.CmdARQ

    cmdStrictMode, modContext

    Fields inherited from class org.apache.jena.cmd.CmdGeneral

    cmdName, modGeneral, modVersion

    Fields inherited from class org.apache.jena.cmd.CmdLineArgs

    argMap, args, positionals
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
    protected Set<org.apache.jena.graph.Triple>
     
    protected String
     
    static void
    main(String[] args)
     
    protected List<TableRecord>
     
    performQueryTranslation(Set<org.apache.jena.graph.Triple> bgp, LPG2RDFConfiguration conf)
     
    protected List<org.apache.jena.sparql.engine.binding.Binding>
     
    protected void
    printResult(List<org.apache.jena.sparql.engine.binding.Binding> result)
     
    translateToCypher(Set<org.apache.jena.graph.Triple> bgp, LPG2RDFConfiguration conf)
     

    Methods inherited from class arq.cmdline.CmdARQ

    getCommandName, processModulesAndArgs

    Methods inherited from class org.apache.jena.cmd.CmdGeneral

    add, addModule, getUsage, help, isDebug, isQuiet, isVerbose, printHelp, usage, usage

    Methods inherited from class org.apache.jena.cmd.CmdArgModule

    process

    Methods inherited from class org.apache.jena.cmd.CmdMain

    cmdError, cmdError, mainAndExit, mainMethod, mainRun, mainRun, mainRun

    Methods inherited from class org.apache.jena.cmd.CmdLineArgs

    add, add, add, addArg, addArg, addPositional, contains, contains, containsMultiple, containsMultiple, getArg, getArg, getNumPositional, getPositional, getPositionalArg, getPositionalOrStdin, getValue, getValue, getValues, getValues, handleUnrecognizedArg, hasArg, hasArg, hasArgs, hasPositional, hasValueOfFalse, hasValueOfTrue, indirect, indirect, matchesIndirect, matchesIndirect, toString

    Methods inherited from class org.apache.jena.cmd.CommandLineBase

    apply, getArg, getArgList, setArgs

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • modTime

      protected final arq.cmdline.ModTime modTime
    • modQuery

      protected final ModQuery modQuery
    • modResults

      protected final arq.cmdline.ModResultsOut modResults
    • modLPG2RDFConfiguration

      protected final ModLPG2RDFConfiguration modLPG2RDFConfiguration
    • argEndpointURI

      protected final org.apache.jena.cmd.ArgDecl argEndpointURI
    • 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