public class NoReorderingQueryPlan extends QueryPlan
Title: Query Plan that returns the atoms in the order as they appear in the query.
Description:
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
| Constructor and Description |
|---|
NoReorderingQueryPlan(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 NoReorderingQueryPlan(Query query)
public QueryAtom next(ResultBinding binding)
QueryPlanpublic boolean hasNext()
QueryPlanpublic void back()
QueryPlanCopyright © 2019. All rights reserved.