| Package | Description |
|---|---|
| org.apache.clerezza.sparql.query | |
| org.apache.clerezza.sparql.query.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
UriRefOrVariable
|
| Modifier and Type | Method and Description |
|---|---|
ResourceOrVariable |
PropertyPathPattern.getObject() |
ResourceOrVariable |
TriplePattern.getObject() |
ResourceOrVariable |
PropertyPathPattern.getSubject() |
ResourceOrVariable |
TriplePattern.getSubject() |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceOrVariable> |
DescribeQuery.getResourcesToDescribe()
Gets the list of
ResourceOrVariables to describe. |
| Modifier and Type | Method and Description |
|---|---|
ResourceOrVariable |
SimplePropertyPathPattern.getObject() |
ResourceOrVariable |
SimpleTriplePattern.getObject() |
ResourceOrVariable |
SimplePropertyPathPattern.getSubject() |
ResourceOrVariable |
SimpleTriplePattern.getSubject() |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceOrVariable> |
SimpleDescribeQuery.getResourcesToDescribe() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleDescribeQuery.addResourceToDescribe(ResourceOrVariable node) |
| Constructor and Description |
|---|
SimplePropertyPathPattern(ResourceOrVariable subject,
PropertyPathExpressionOrVariable propertyPathExpression,
ResourceOrVariable object) |
SimpleTriplePattern(ResourceOrVariable subject,
UriRefOrVariable predicate,
ResourceOrVariable object) |
Copyright © 2015–2022 The Apache Software Foundation. All rights reserved.