Uses of Class
tech.oxfordsemantic.jrdfox.logic.sparql.pattern.GroupGraphPattern
| Package | Description |
|---|---|
| tech.oxfordsemantic.jrdfox.logic.expression | |
| tech.oxfordsemantic.jrdfox.logic.sparql.pattern | |
| tech.oxfordsemantic.jrdfox.logic.sparql.statement |
-
Uses of GroupGraphPattern in tech.oxfordsemantic.jrdfox.logic.expression
Methods in tech.oxfordsemantic.jrdfox.logic.expression that return GroupGraphPattern Modifier and Type Method Description GroupGraphPatternExistenceExpression. getArgument()Methods in tech.oxfordsemantic.jrdfox.logic.expression with parameters of type GroupGraphPattern Modifier and Type Method Description static 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.pattern Modifier and Type Class Description classConjunctionPatternclassSubselectPatternFields in tech.oxfordsemantic.jrdfox.logic.sparql.pattern declared as GroupGraphPattern Modifier and Type Field Description static GroupGraphPattern[]GroupGraphPattern. EMPTY_ARRAYMethods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern that return GroupGraphPattern Modifier and Type Method Description GroupGraphPatternGraphPattern. getArgument()GroupGraphPatternMinusPattern. getArgument()GroupGraphPatternOptionalPattern. getArgument()Methods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern that return types with arguments of type GroupGraphPattern Modifier and Type Method Description java.util.List<GroupGraphPattern>DisjunctionPattern. getDisjuncts()Methods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern with parameters of type GroupGraphPattern Modifier and Type Method Description static DisjunctionPatternDisjunctionPattern. create(GroupGraphPattern... disjuncts)static GraphPatternGraphPattern. create(Term graph, GroupGraphPattern argument)static MinusPatternMinusPattern. create(GroupGraphPattern argument)static OptionalPatternOptionalPattern. create(GroupGraphPattern argument)Method parameters in tech.oxfordsemantic.jrdfox.logic.sparql.pattern with type arguments of type GroupGraphPattern Modifier and Type Method Description static DisjunctionPatternDisjunctionPattern. create(java.util.List<GroupGraphPattern> disjuncts) -
Uses of GroupGraphPattern in tech.oxfordsemantic.jrdfox.logic.sparql.statement
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement that return GroupGraphPattern Modifier and Type Method Description GroupGraphPatternQueryBody. getWherePattern()Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement with parameters of type GroupGraphPattern Modifier and Type Method Description static QueryBodyQueryBody. createImmutable(java.util.List<Resource> datasetDefaultGraphs, java.util.List<Resource> 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(Resource[] datasetDefaultGraphs, Resource[] datasetNamedGraphs, GroupGraphPattern wherePattern, QueryBody.GroupCondition[] groupBy, Expression[] having, QueryBody.OrderCondition[] orderBy, long offset, long limit, ValuesPattern valuesPattern)voidQueryBody. setWherePattern(GroupGraphPattern wherePattern)