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 TupleTableName[]TupleTableName. EMPTY_ARRAYstatic TupleTableNameTupleTableName. SHACLstatic 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, 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 TupleTableNameGraphUpdate. getSourceGraph()TupleTableNameGraphUpdate. getTargetGraph()TupleTableNameLoadUpdate. getTargetGraph()TupleTableNameDeleteInsertUpdate. 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 DeleteInsertUpdateDeleteInsertUpdate. create(TupleTableName with, ConjunctionPattern deleteTemplate, ConjunctionPattern insertTemplate, QueryBody queryBody)static GraphUpdateGraphUpdate. create(GraphUpdate.GraphUpdateType graphUpdateType, boolean silent, GraphUpdate.GraphSpecification sourceGraphSpecification, TupleTableName sourceGraph, GraphUpdate.GraphSpecification targetGraphSpecification, TupleTableName targetGraph)static LoadUpdateLoadUpdate. create(boolean silent, UpdateType updateType, java.lang.String sourceIRI, TupleTableName targetGraph)static QueryBodyQueryBody. 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 QueryBodyQueryBody. 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)