Uses of Class
tech.oxfordsemantic.jrdfox.logic.sparql.pattern.ValuesPattern
Packages that use ValuesPattern
Package
Description
-
Uses of ValuesPattern in tech.oxfordsemantic.jrdfox.logic
Methods in tech.oxfordsemantic.jrdfox.logic with parameters of type ValuesPatternModifier and TypeMethodDescriptionLogicAdapter.visit(ValuesPattern valuesPattern) LogicVisitor.visit(ValuesPattern valuesPattern) 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 -
Uses of ValuesPattern in tech.oxfordsemantic.jrdfox.logic.sparql.statement
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement that return ValuesPatternMethods in tech.oxfordsemantic.jrdfox.logic.sparql.statement with parameters of type ValuesPatternModifier and TypeMethodDescriptionstatic QueryBodyQueryBody.createImmutable(List<Resource> datasetDefaultGraphs, List<Resource> datasetNamedGraphs, GroupGraphPattern wherePattern, List<QueryBody.GroupCondition> groupBy, List<Expression> having, List<QueryBody.OrderCondition> orderBy, long offset, long limit, ValuesPattern valuesPattern) static QueryBodyQueryBody.createImmutable(Resource[] datasetDefaultGraphs, Resource[] datasetNamedGraphs, GroupGraphPattern wherePattern, QueryBody.GroupCondition[] groupBy, Expression[] having, QueryBody.OrderCondition[] orderBy, long offset, long limit, ValuesPattern valuesPattern) voidQueryBody.setValuesPattern(ValuesPattern valuesPattern)