|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResultBinding | |
---|---|
com.clarkparsia.pellet.sparqldl.engine | |
com.clarkparsia.pellet.sparqldl.model |
Uses of ResultBinding in com.clarkparsia.pellet.sparqldl.engine |
---|
Methods in com.clarkparsia.pellet.sparqldl.engine with parameters of type ResultBinding | |
---|---|
QueryAtom |
CostBasedQueryPlanNew.next(ResultBinding binding)
|
QueryAtom |
IncrementalQueryPlan.next(ResultBinding binding)
|
QueryAtom |
NoReorderingQueryPlan.next(ResultBinding binding)
|
abstract QueryAtom |
QueryPlan.next(ResultBinding binding)
Returns next atom to be executed w.r. |
Uses of ResultBinding in com.clarkparsia.pellet.sparqldl.model |
---|
Classes in com.clarkparsia.pellet.sparqldl.model that implement ResultBinding | |
---|---|
class |
ResultBindingImpl
Title: Default implementation of the result binding. |
Methods in com.clarkparsia.pellet.sparqldl.model that return ResultBinding | |
---|---|
ResultBinding |
ResultBinding.duplicate()
Clones the binding. |
ResultBinding |
ResultBindingImpl.duplicate()
Clones the binding. |
Methods in com.clarkparsia.pellet.sparqldl.model that return types with arguments of type ResultBinding | |
---|---|
java.util.Iterator<ResultBinding> |
MultiQueryResults.iterator()
|
java.util.Iterator<ResultBinding> |
QueryResultImpl.iterator()
|
Methods in com.clarkparsia.pellet.sparqldl.model with parameters of type ResultBinding | |
---|---|
boolean |
Filter.accept(ResultBinding binding)
|
boolean |
MultiFilterWrapper.accept(ResultBinding binding)
|
void |
MultiQueryResults.add(ResultBinding binding)
Adds a new binding to the query result. |
void |
QueryResult.add(ResultBinding binding)
Adds a new binding to the query result. |
void |
QueryResultImpl.add(ResultBinding binding)
Adds a new binding to the query result. |
QueryAtom |
CoreImpl.apply(ResultBinding binding)
|
CoreNewImpl |
CoreNewImpl.apply(ResultBinding binding)
Applies variable binding to the current atom and returns the result which might be same as the current atom. |
QueryAtom |
NotKnownQueryAtom.apply(ResultBinding binding)
|
Query |
Query.apply(ResultBinding binding)
Replace the variables in the query with the values specified in the binding and return a new query instance (without modifying this query). |
QueryAtom |
QueryAtom.apply(ResultBinding binding)
Applies variable binding to the current atom and returns the result which might be same as the current atom. |
QueryAtom |
QueryAtomImpl.apply(ResultBinding binding)
Applies variable binding to the current atom and returns the result which might be same as the current atom. |
Query |
QueryImpl.apply(ResultBinding binding)
Replace the variables in the query with the values specified in the binding and return a new query instance (without modifying this query). |
QueryAtom |
UnionQueryAtom.apply(ResultBinding binding)
|
void |
ResultBinding.setValues(ResultBinding bindings)
Sets all variable bindings according to the bindings. |
void |
ResultBindingImpl.setValues(ResultBinding binding)
Sets all variable bindings according to the bindings. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |