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 ELogicAdapter. visit(ValuesPattern valuesPattern)ELogicVisitor. visit(ValuesPattern valuesPattern)java.lang.VoidLogicWalker. 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 ValuesPatternValuesPattern. create(java.util.List<Variable> variables, java.util.List<java.util.List<Resource>> data)static ValuesPatternValuesPattern. 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 ValuesPatternQueryBody. getValuesPattern()Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement with parameters of type ValuesPattern 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)static QueryBodyQueryBody. createImmutable(TupleTableName[] datasetDefaultGraphs, TupleTableName[] datasetNamedGraphs, GroupGraphPattern wherePattern, QueryBody.GroupCondition[] groupBy, Expression[] having, QueryBody.OrderCondition[] orderBy, long offset, long limit, ValuesPattern valuesPattern)voidQueryBody. setValuesPattern(ValuesPattern valuesPattern)