eu.larkc.core.data
Interface VariableBinding.Binding

All Known Implementing Classes:
VariableBindingBase.WrappedBinding, VariableBindingImpl.BindingRow
Enclosing interface:
VariableBinding

public static interface VariableBinding.Binding

Binding is SPARQL SELECT solution.

Author:
vassil

Method Summary
 java.util.List<org.openrdf.model.Value> getValues()
          Gets a list of the RDF values that are part of the query solution.
 

Method Detail

getValues

java.util.List<org.openrdf.model.Value> getValues()
Gets a list of the RDF values that are part of the query solution.

Returns:
get all values in a variable bindings.