|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.clarkparsia.pellet.sparqldl.engine.QueryPlan
com.clarkparsia.pellet.sparqldl.engine.NoReorderingQueryPlan
public class NoReorderingQueryPlan
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 Summary | |
---|---|
NoReorderingQueryPlan(Query query)
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.clarkparsia.pellet.sparqldl.engine.QueryPlan |
---|
getQuery |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NoReorderingQueryPlan(Query query)
Method Detail |
---|
public QueryAtom next(ResultBinding binding)
QueryPlan
next
in class QueryPlan
public boolean hasNext()
QueryPlan
hasNext
in class QueryPlan
public void back()
QueryPlan
back
in class QueryPlan
public void reset()
QueryPlan
reset
in class QueryPlan
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |