Uses of Class
tech.oxfordsemantic.jrdfox.logic.sparql.pattern.GroupGraphPattern
Packages that use GroupGraphPattern
Package
Description
-
Uses of GroupGraphPattern in tech.oxfordsemantic.jrdfox.logic.expression
Methods in tech.oxfordsemantic.jrdfox.logic.expression that return GroupGraphPatternMethods in tech.oxfordsemantic.jrdfox.logic.expression with parameters of type GroupGraphPatternModifier and TypeMethodDescriptionstatic ExistenceExpressionExistenceExpression.create(boolean isPositive, GroupGraphPattern argument) -
Uses of GroupGraphPattern in tech.oxfordsemantic.jrdfox.logic.sparql.pattern
Subclasses of GroupGraphPattern in tech.oxfordsemantic.jrdfox.logic.sparql.patternFields in tech.oxfordsemantic.jrdfox.logic.sparql.pattern declared as GroupGraphPatternMethods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern that return GroupGraphPatternModifier and TypeMethodDescriptionGraphPattern.getArgument()MinusPattern.getArgument()OptionalPattern.getArgument()ServicePattern.getArgument()Methods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern that return types with arguments of type GroupGraphPatternMethods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern with parameters of type GroupGraphPatternModifier and TypeMethodDescriptionstatic DisjunctionPatternDisjunctionPattern.create(GroupGraphPattern... disjuncts) static GraphPatternGraphPattern.create(Term graph, GroupGraphPattern argument) static MinusPatternMinusPattern.create(GroupGraphPattern argument) static OptionalPatternOptionalPattern.create(GroupGraphPattern argument) static ServicePatternServicePattern.create(IRI serviceEndpoint, boolean silent, GroupGraphPattern argument) Method parameters in tech.oxfordsemantic.jrdfox.logic.sparql.pattern with type arguments of type GroupGraphPatternModifier and TypeMethodDescriptionstatic DisjunctionPatternDisjunctionPattern.create(List<GroupGraphPattern> disjuncts) -
Uses of GroupGraphPattern in tech.oxfordsemantic.jrdfox.logic.sparql.statement
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement that return GroupGraphPatternMethods in tech.oxfordsemantic.jrdfox.logic.sparql.statement with parameters of type GroupGraphPatternModifier 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.setWherePattern(GroupGraphPattern wherePattern)