public class DelegatingBindingSet extends Object implements org.openrdf.query.BindingSet
| Constructor and Description |
|---|
DelegatingBindingSet(org.openrdf.query.BindingSet theBindingSet) |
| Modifier and Type | Method and Description |
|---|---|
org.openrdf.query.Binding |
getBinding(String theName) |
Set<String> |
getBindingNames() |
protected org.openrdf.query.BindingSet |
getDelegate() |
org.openrdf.model.Value |
getValue(String theName) |
boolean |
hasBinding(String theName) |
Iterator<org.openrdf.query.Binding> |
iterator() |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic DelegatingBindingSet(org.openrdf.query.BindingSet theBindingSet)
protected org.openrdf.query.BindingSet getDelegate()
public int size()
size in interface org.openrdf.query.BindingSetpublic Iterator<org.openrdf.query.Binding> iterator()
public boolean hasBinding(String theName)
hasBinding in interface org.openrdf.query.BindingSetpublic org.openrdf.model.Value getValue(String theName)
getValue in interface org.openrdf.query.BindingSetpublic Set<String> getBindingNames()
getBindingNames in interface org.openrdf.query.BindingSetpublic org.openrdf.query.Binding getBinding(String theName)
getBinding in interface org.openrdf.query.BindingSetCopyright © 2010-2016 Stardog Union. All Rights Reserved.