public interface TupleBindings
Binding
sModifier and Type | Method and Description |
---|---|
Binding |
getBinding(String bindingName)
Gets the binding with the specified name from this
TupleBindings . |
Set<String> |
getBindingNames()
Gets the names of the bindings in this
TupleBindings . |
ARTNode |
getBoundValue(String bindingName)
Gets the value of the binding with the specified name from this
TupleBindings . |
boolean |
hasBinding(String bindingName)
Checks whether this BindingSet has a binding with the specified name.
|
Iterator<Binding> |
iterator()
Creates an iterator over the bindings in this
TupleBindings . |
int |
size()
Returns the number of bindings in this
TupleBindings . |
Binding getBinding(String bindingName)
TupleBindings
.bindingName
- Set<String> getBindingNames()
TupleBindings
.ARTNode getBoundValue(String bindingName)
TupleBindings
.bindingName
- boolean hasBinding(String bindingName)
bindingName
- Iterator<Binding> iterator()
TupleBindings
.int size()
TupleBindings
.Copyright © 2015 ART Group, University of Rome, Tor Vergata. All Rights Reserved.