|
||||||||||
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)
|
QueryPattern |
QueryPattern.apply(QueryResultBinding binding)
|
Query |
Query.apply(QueryResultBinding binding)
Replace the variables in the query with the values specified in the binding and return a new query instance. |
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 |
QueryResultsImpl.get(int index)
|
QueryResultBinding |
MultiQueryResults.get(int index)
|
Methods in org.mindswap.pellet.query.impl with parameters of type QueryResultBinding | |
---|---|
void |
QueryResultsImpl.add(QueryResultBinding binding)
|
void |
MultiQueryResults.add(QueryResultBinding binding)
|
QueryPattern |
QueryPatternImpl.apply(QueryResultBinding binding)
|
Query |
QueryImpl.apply(QueryResultBinding binding)
|
boolean |
QueryResultsImpl.contains(QueryResultBinding binding)
|
boolean |
MultiQueryResults.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 |