| Package | Description |
|---|---|
| com.clarkparsia.pellet.sparqldl.engine | |
| com.clarkparsia.pellet.sparqldl.model |
| Modifier and Type | Method and Description |
|---|---|
QueryAtom |
NoReorderingQueryPlan.next(ResultBinding binding) |
QueryAtom |
CostBasedQueryPlanNew.next(ResultBinding binding) |
QueryAtom |
IncrementalQueryPlan.next(ResultBinding binding) |
abstract QueryAtom |
QueryPlan.next(ResultBinding binding)
Returns next atom to be executed w.r.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResultBindingImpl
Title: Default implementation of the result binding.
|
| Modifier and Type | Method and Description |
|---|---|
ResultBinding |
ResultBindingImpl.duplicate()
Clones the binding.
|
ResultBinding |
ResultBinding.duplicate()
Clones the binding.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ResultBinding> |
QueryResultImpl.iterator() |
Iterator<ResultBinding> |
MultiQueryResults.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Filter.accept(ResultBinding binding) |
boolean |
MultiFilterWrapper.accept(ResultBinding binding) |
void |
QueryResultImpl.add(ResultBinding binding)
Adds a new binding to the query result.
|
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.
|
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 |
CoreImpl.apply(ResultBinding binding) |
QueryAtom |
NotKnownQueryAtom.apply(ResultBinding binding) |
QueryAtom |
UnionQueryAtom.apply(ResultBinding binding) |
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).
|
CoreNewImpl |
CoreNewImpl.apply(ResultBinding binding)
Applies variable binding to the current atom and returns the result which
might be same as the current atom.
|
void |
ResultBindingImpl.setValues(ResultBinding binding)
Sets all variable bindings according to the bindings.
|
void |
ResultBinding.setValues(ResultBinding bindings)
Sets all variable bindings according to the bindings.
|
Copyright © 2019. All rights reserved.