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 GroupGraphPattern
ExistenceExpression. getArgument()
Methods in tech.oxfordsemantic.jrdfox.logic.expression with parameters of type GroupGraphPattern Modifier and Type Method Description static ExistenceExpression
ExistenceExpression. 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 class
ConjunctionPattern
class
SubselectPattern
Fields in tech.oxfordsemantic.jrdfox.logic.sparql.pattern declared as GroupGraphPattern Modifier and Type Field Description static GroupGraphPattern[]
GroupGraphPattern. EMPTY_ARRAY
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern that return GroupGraphPattern Modifier and Type Method Description GroupGraphPattern
GraphPattern. getArgument()
GroupGraphPattern
MinusPattern. getArgument()
GroupGraphPattern
OptionalPattern. 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 DisjunctionPattern
DisjunctionPattern. create(GroupGraphPattern... disjuncts)
static GraphPattern
GraphPattern. create(Term graph, GroupGraphPattern argument)
static MinusPattern
MinusPattern. create(GroupGraphPattern argument)
static OptionalPattern
OptionalPattern. create(GroupGraphPattern argument)
Method parameters in tech.oxfordsemantic.jrdfox.logic.sparql.pattern with type arguments of type GroupGraphPattern Modifier and Type Method Description static DisjunctionPattern
DisjunctionPattern. 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 GroupGraphPattern
QueryBody. getWherePattern()
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement with parameters of type GroupGraphPattern Modifier and Type Method Description static QueryBody
QueryBody. 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 QueryBody
QueryBody. createImmutable(Resource[] datasetDefaultGraphs, Resource[] datasetNamedGraphs, GroupGraphPattern wherePattern, QueryBody.GroupCondition[] groupBy, Expression[] having, QueryBody.OrderCondition[] orderBy, long offset, long limit, ValuesPattern valuesPattern)
void
QueryBody. setWherePattern(GroupGraphPattern wherePattern)