org.openrdf.query.algebra.evaluation.cursors
Class BadlyDesignedLeftJoinCursor
java.lang.Object
org.openrdf.query.algebra.evaluation.cursors.LeftJoinCursor
org.openrdf.query.algebra.evaluation.cursors.BadlyDesignedLeftJoinCursor
- All Implemented Interfaces:
- Cursor<BindingSet>
public class BadlyDesignedLeftJoinCursor
- extends LeftJoinCursor
- Author:
- Arjohn Kampman
|
Method Summary |
BindingSet |
next()
Returns the next element from this cursor. |
BadlyDesignedLeftJoinCursor
public BadlyDesignedLeftJoinCursor(EvaluationStrategy strategy,
LeftJoin join,
BindingSet inputBindings,
Set<String> problemVars)
throws StoreException
- Throws:
StoreException
next
public BindingSet next()
throws StoreException
- Description copied from interface:
Cursor
- Returns the next element from this cursor.
- Specified by:
next in interface Cursor<BindingSet>- Overrides:
next in class LeftJoinCursor
- Returns:
- the next element from this cursor, or null if the cursor
has no more elements.
- Throws:
StoreException
Copyright © 2001-2009 Aduna. All Rights Reserved.