public class CostBasedQueryPlanNew extends QueryPlan
Title: Query Plan the Uses Full Query Reordering.
Description:
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
| Constructor and Description |
|---|
CostBasedQueryPlanNew(Query query) |
| Modifier and Type | Method and Description |
|---|---|
void |
back()
Goes one level back to the last atom.
|
boolean |
hasNext()
Checks whether there is another atom to execute.
|
QueryAtom |
next(ResultBinding binding)
Returns next atom to be executed w.r.
|
void |
reset()
Resets the query planner.
|
public CostBasedQueryPlanNew(Query query)
public QueryAtom next(ResultBinding binding)
QueryPlanpublic boolean hasNext()
QueryPlanpublic void back()
QueryPlanCopyright © 2019. All rights reserved.