|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryResultBinding | |
|---|---|
| org.mindswap.pellet.query | |
| org.mindswap.pellet.query.impl | |
| Uses of QueryResultBinding in org.mindswap.pellet.query |
|---|
| Methods in org.mindswap.pellet.query that return QueryResultBinding | |
|---|---|
QueryResultBinding |
QueryResults.get(int index)
|
| Methods in org.mindswap.pellet.query with parameters of type QueryResultBinding | |
|---|---|
void |
QueryResults.add(QueryResultBinding binding)
|
Query |
Query.apply(QueryResultBinding binding)
Deprecated. Replace the variables in the query with the values specified in the binding and return a new query instance. |
QueryPattern |
QueryPattern.apply(QueryResultBinding binding)
|
boolean |
QueryResults.contains(QueryResultBinding binding)
|
void |
QueryResultBinding.setValues(QueryResultBinding binding)
|
| Uses of QueryResultBinding in org.mindswap.pellet.query.impl |
|---|
| Classes in org.mindswap.pellet.query.impl that implement QueryResultBinding | |
|---|---|
class |
QueryResultBindingImpl
|
| Methods in org.mindswap.pellet.query.impl that return QueryResultBinding | |
|---|---|
QueryResultBinding |
MultiQueryResults.get(int index)
|
QueryResultBinding |
QueryResultsImpl.get(int index)
|
| Methods in org.mindswap.pellet.query.impl with parameters of type QueryResultBinding | |
|---|---|
void |
MultiQueryResults.add(QueryResultBinding binding)
|
void |
QueryResultsImpl.add(QueryResultBinding binding)
|
Query |
QueryImpl.apply(QueryResultBinding binding)
|
QueryPattern |
QueryPatternImpl.apply(QueryResultBinding binding)
|
boolean |
MultiQueryResults.contains(QueryResultBinding binding)
|
boolean |
QueryResultsImpl.contains(QueryResultBinding binding)
|
void |
QueryResultBindingImpl.setValues(QueryResultBinding binding)
|
| Constructors in org.mindswap.pellet.query.impl with parameters of type QueryResultBinding | |
|---|---|
LiteralIterator(Query q,
QueryResultBinding binding)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||