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 E
LogicAdapter. visit(TupleTableName tupleTableName)
E
LogicVisitor. visit(TupleTableName tupleTableName)
java.lang.Void
LogicWalker. 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 TupleTableName
TupleTableName. DEFAULT_TRIPLES
static TupleTableName
TupleTableName. DEPENDENCY_GRAPH
static TupleTableName
TupleTableName. DEPENDENCY_GRAPH_D
static TupleTableName
TupleTableName. DEPENDENCY_GRAPH_N
static TupleTableName[]
TupleTableName. EMPTY_ARRAY
static TupleTableName
TupleTableName. QUADS
static TupleTableName
TupleTableName. SHACL
static TupleTableName
TupleTableName. SHACL_DD
static TupleTableName
TupleTableName. SHACL_DN
static TupleTableName
TupleTableName. SHACL_ND
static TupleTableName
TupleTableName. SHACL_NN
static TupleTableName
TupleTableName. SKOLEM
Methods in tech.oxfordsemantic.jrdfox.logic.datalog that return TupleTableName Modifier and Type Method Description static TupleTableName
TupleTableName. create(java.lang.String name)
TupleTableName
TupleTableAtom. getTupleTableName()
Methods in tech.oxfordsemantic.jrdfox.logic.datalog with parameters of type TupleTableName Modifier and Type Method Description static TupleTableAtom
TupleTableAtom. create(TupleTableName tupleTableName, java.util.List<Term> arguments)
static TupleTableAtom
TupleTableAtom. 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 TupleTableName
TupleTablePattern. getTupleTableName()
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern with parameters of type TupleTableName Modifier and Type Method Description static TupleTablePattern
TupleTablePattern. create(TupleTableName tupleTableName, java.util.List<Term> arguments)
static TupleTablePattern
TupleTablePattern. create(TupleTableName tupleTableName, java.util.List<Term> arguments, Term explicit)
static TupleTablePattern
TupleTablePattern. create(TupleTableName tupleTableName, Term[] arguments)
static TupleTablePattern
TupleTablePattern. 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 TupleTableName
LoadUpdate. getTargetGraph()
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement with parameters of type TupleTableName Modifier and Type Method Description static LoadUpdate
LoadUpdate. create(boolean silent, UpdateType updateType, java.lang.String sourceIRI, TupleTableName targetGraph)