eu.larkc.core.query
Class VariableBindingBase.FinalBindingSet
java.lang.Object
eu.larkc.core.query.VariableBindingBase.FinalBindingSet
- All Implemented Interfaces:
- java.lang.Iterable<org.openrdf.query.Binding>, org.openrdf.query.BindingSet
- Enclosing class:
- VariableBindingBase
public class VariableBindingBase.FinalBindingSet
- extends java.lang.Object
- implements org.openrdf.query.BindingSet
Helper class to denote the end of the streamed solutions.
- Author:
- vassil
|
Method Summary |
org.openrdf.query.Binding |
getBinding(java.lang.String s)
|
java.util.Set<java.lang.String> |
getBindingNames()
|
org.openrdf.model.Value |
getValue(java.lang.String s)
|
boolean |
hasBinding(java.lang.String s)
|
java.util.Iterator<org.openrdf.query.Binding> |
iterator()
|
int |
size()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.openrdf.query.BindingSet |
equals, hashCode |
VariableBindingBase.FinalBindingSet
public VariableBindingBase.FinalBindingSet()
iterator
public java.util.Iterator<org.openrdf.query.Binding> iterator()
- Specified by:
iterator in interface java.lang.Iterable<org.openrdf.query.Binding>- Specified by:
iterator in interface org.openrdf.query.BindingSet
getBindingNames
public java.util.Set<java.lang.String> getBindingNames()
- Specified by:
getBindingNames in interface org.openrdf.query.BindingSet
getBinding
public org.openrdf.query.Binding getBinding(java.lang.String s)
- Specified by:
getBinding in interface org.openrdf.query.BindingSet
hasBinding
public boolean hasBinding(java.lang.String s)
- Specified by:
hasBinding in interface org.openrdf.query.BindingSet
getValue
public org.openrdf.model.Value getValue(java.lang.String s)
- Specified by:
getValue in interface org.openrdf.query.BindingSet
size
public int size()
- Specified by:
size in interface org.openrdf.query.BindingSet