Uses of Class
tech.oxfordsemantic.jrdfox.logic.sparql.pattern.ValuesPattern
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.logic | |
tech.oxfordsemantic.jrdfox.logic.sparql.pattern | |
tech.oxfordsemantic.jrdfox.logic.sparql.statement |
-
Uses of ValuesPattern in tech.oxfordsemantic.jrdfox.logic
Methods in tech.oxfordsemantic.jrdfox.logic with parameters of type ValuesPattern Modifier and Type Method Description E
LogicAdapter. visit(ValuesPattern valuesPattern)
E
LogicVisitor. visit(ValuesPattern valuesPattern)
java.lang.Void
LogicWalker. visit(ValuesPattern valuesPattern)
-
Uses of ValuesPattern in tech.oxfordsemantic.jrdfox.logic.sparql.pattern
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern that return ValuesPattern Modifier and Type Method Description static ValuesPattern
ValuesPattern. create(java.util.List<Variable> variables, java.util.List<java.util.List<Resource>> data)
static ValuesPattern
ValuesPattern. create(Variable[] variables, Resource[]... data)
-
Uses of ValuesPattern in tech.oxfordsemantic.jrdfox.logic.sparql.statement
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement that return ValuesPattern Modifier and Type Method Description ValuesPattern
QueryBody. getValuesPattern()
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement with parameters of type ValuesPattern 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)
static QueryBody
QueryBody. createImmutable(TupleTableName[] datasetDefaultGraphs, TupleTableName[] datasetNamedGraphs, GroupGraphPattern wherePattern, QueryBody.GroupCondition[] groupBy, Expression[] having, QueryBody.OrderCondition[] orderBy, long offset, long limit, ValuesPattern valuesPattern)
void
QueryBody. setValuesPattern(ValuesPattern valuesPattern)