public class OntopRDF4JBindingSet
extends org.eclipse.rdf4j.query.AbstractBindingSet
implements org.eclipse.rdf4j.query.BindingSet
| Constructor and Description |
|---|
OntopRDF4JBindingSet(OntopBindingSet ontopBindingSet) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
org.eclipse.rdf4j.query.Binding |
getBinding(String bindingName) |
Set<String> |
getBindingNames() |
org.eclipse.rdf4j.model.Value |
getValue(String variableName) |
boolean |
hasBinding(String bindingName)
Inefficient
|
Iterator<org.eclipse.rdf4j.query.Binding> |
iterator() |
int |
size() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic OntopRDF4JBindingSet(OntopBindingSet ontopBindingSet)
@Nullable public org.eclipse.rdf4j.query.Binding getBinding(String bindingName)
getBinding in interface org.eclipse.rdf4j.query.BindingSetpublic Set<String> getBindingNames()
getBindingNames in interface org.eclipse.rdf4j.query.BindingSet@Nullable public org.eclipse.rdf4j.model.Value getValue(String variableName)
getValue in interface org.eclipse.rdf4j.query.BindingSetpublic boolean hasBinding(String bindingName)
hasBinding in interface org.eclipse.rdf4j.query.BindingSetpublic int size()
size in interface org.eclipse.rdf4j.query.BindingSetpublic boolean equals(Object other)
equals in interface org.eclipse.rdf4j.query.BindingSetequals in class org.eclipse.rdf4j.query.AbstractBindingSetCopyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.