Uses of Class
tech.oxfordsemantic.jrdfox.logic.datalog.TupleTableName
-
Uses of TupleTableName in tech.oxfordsemantic.jrdfox.logic
Methods in tech.oxfordsemantic.jrdfox.logic with parameters of type TupleTableName Modifier and Type Method Description ELogicAdapter. visit(TupleTableName tupleTableName)ELogicVisitor. visit(TupleTableName tupleTableName)java.lang.VoidLogicWalker. visit(TupleTableName tupleTableName) -
Uses of TupleTableName in tech.oxfordsemantic.jrdfox.logic.datalog
Fields in tech.oxfordsemantic.jrdfox.logic.datalog declared as TupleTableName Modifier and Type Field Description static TupleTableNameTupleTableName. DEFAULT_TRIPLESstatic TupleTableNameTupleTableName. DEPENDENCY_GRAPHstatic TupleTableNameTupleTableName. DEPENDENCY_GRAPH_Dstatic TupleTableNameTupleTableName. DEPENDENCY_GRAPH_Nstatic TupleTableName[]TupleTableName. EMPTY_ARRAYstatic TupleTableNameTupleTableName. QUADSstatic TupleTableNameTupleTableName. SHACLstatic TupleTableNameTupleTableName. SHACL_DDstatic TupleTableNameTupleTableName. SHACL_DNstatic TupleTableNameTupleTableName. SHACL_NDstatic TupleTableNameTupleTableName. SHACL_NNstatic TupleTableNameTupleTableName. SKOLEMMethods in tech.oxfordsemantic.jrdfox.logic.datalog that return TupleTableName Modifier and Type Method Description static TupleTableNameTupleTableName. create(java.lang.String name)TupleTableNameTupleTableAtom. getTupleTableName()Methods in tech.oxfordsemantic.jrdfox.logic.datalog with parameters of type TupleTableName Modifier and Type Method Description static TupleTableAtomTupleTableAtom. create(TupleTableName tupleTableName, java.util.List<Term> arguments)static TupleTableAtomTupleTableAtom. create(TupleTableName tupleTableName, Term... arguments) -
Uses of TupleTableName in tech.oxfordsemantic.jrdfox.logic.sparql.pattern
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern that return TupleTableName Modifier and Type Method Description TupleTableNameTupleTablePattern. getTupleTableName()Methods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern with parameters of type TupleTableName Modifier and Type Method Description static TupleTablePatternTupleTablePattern. create(TupleTableName tupleTableName, java.util.List<Term> arguments)static TupleTablePatternTupleTablePattern. create(TupleTableName tupleTableName, java.util.List<Term> arguments, Term explicit)static TupleTablePatternTupleTablePattern. create(TupleTableName tupleTableName, Term[] arguments)static TupleTablePatternTupleTablePattern. create(TupleTableName tupleTableName, Term[] arguments, Term explicit) -
Uses of TupleTableName in tech.oxfordsemantic.jrdfox.logic.sparql.statement
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement that return TupleTableName Modifier and Type Method Description TupleTableNameLoadUpdate. getTargetGraph()Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement with parameters of type TupleTableName Modifier and Type Method Description static LoadUpdateLoadUpdate. create(boolean silent, UpdateType updateType, java.lang.String sourceIRI, TupleTableName targetGraph)