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. EMPTY_ARRAY
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, Term[] arguments)
-
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
GraphUpdate. getSourceGraph()
TupleTableName
GraphUpdate. getTargetGraph()
TupleTableName
LoadUpdate. getTargetGraph()
TupleTableName
DeleteInsertUpdate. getWith()
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement that return types with arguments of type TupleTableName Modifier and Type Method Description java.util.List<TupleTableName>
QueryBody. getDatasetDefaultGraphs()
java.util.List<TupleTableName>
QueryBody. getDatasetNamedGraphs()
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement with parameters of type TupleTableName Modifier and Type Method Description static DeleteInsertUpdate
DeleteInsertUpdate. create(TupleTableName with, ConjunctionPattern deleteTemplate, ConjunctionPattern insertTemplate, QueryBody queryBody)
static GraphUpdate
GraphUpdate. create(GraphUpdate.GraphUpdateType graphUpdateType, boolean silent, GraphUpdate.GraphSpecification sourceGraphSpecification, TupleTableName sourceGraph, GraphUpdate.GraphSpecification targetGraphSpecification, TupleTableName targetGraph)
static LoadUpdate
LoadUpdate. create(boolean silent, UpdateType updateType, java.lang.String sourceIRI, TupleTableName targetGraph)
static QueryBody
QueryBody. createImmutable(TupleTableName[] datasetDefaultGraphs, TupleTableName[] datasetNamedGraphs, GroupGraphPattern wherePattern, QueryBody.GroupCondition[] groupBy, Expression[] having, QueryBody.OrderCondition[] orderBy, long offset, long limit, ValuesPattern valuesPattern)
Method parameters in tech.oxfordsemantic.jrdfox.logic.sparql.statement with type arguments of type TupleTableName Modifier and Type Method Description static QueryBody
QueryBody. createImmutable(java.util.List<TupleTableName> datasetDefaultGraphs, java.util.List<TupleTableName> datasetNamedGraphs, GroupGraphPattern wherePattern, java.util.List<QueryBody.GroupCondition> groupBy, java.util.List<Expression> having, java.util.List<QueryBody.OrderCondition> orderBy, long offset, long limit, ValuesPattern valuesPattern)