|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Variable | |
|---|---|
| org.apache.clerezza.rdf.core.sparql.query | |
| org.apache.clerezza.rdf.core.sparql.query.impl | |
| Uses of Variable in org.apache.clerezza.rdf.core.sparql.query |
|---|
| Methods in org.apache.clerezza.rdf.core.sparql.query that return Variable | |
|---|---|
Variable |
ResourceOrVariable.getVariable()
|
| Methods in org.apache.clerezza.rdf.core.sparql.query that return types with arguments of type Variable | |
|---|---|
List<Variable> |
SelectQuery.getSelection()
Gets the list of Variables to project the solution to. |
| Constructors in org.apache.clerezza.rdf.core.sparql.query with parameters of type Variable | |
|---|---|
ResourceOrVariable(Variable variable)
|
|
UriRefOrVariable(Variable variable)
|
|
| Uses of Variable in org.apache.clerezza.rdf.core.sparql.query.impl |
|---|
| Methods in org.apache.clerezza.rdf.core.sparql.query.impl that return types with arguments of type Variable | |
|---|---|
List<Variable> |
SimpleSelectQuery.getSelection()
|
| Methods in org.apache.clerezza.rdf.core.sparql.query.impl with parameters of type Variable | |
|---|---|
void |
SimpleSelectQuery.addSelection(Variable var)
|
| Constructors in org.apache.clerezza.rdf.core.sparql.query.impl with parameters of type Variable | |
|---|---|
SimpleTriplePattern(NonLiteral subject,
UriRef predicate,
Variable object)
|
|
SimpleTriplePattern(NonLiteral subject,
Variable predicate,
Resource object)
|
|
SimpleTriplePattern(NonLiteral subject,
Variable predicate,
Variable object)
|
|
SimpleTriplePattern(Variable subject,
UriRef predicate,
Resource object)
|
|
SimpleTriplePattern(Variable subject,
UriRef predicate,
Variable object)
|
|
SimpleTriplePattern(Variable subject,
Variable predicate,
Resource object)
|
|
SimpleTriplePattern(Variable subject,
Variable predicate,
Variable object)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||