eu.larkc.core.query
Class VariableBindingBase.WrappedBinding

java.lang.Object
  extended by eu.larkc.core.query.VariableBindingBase.WrappedBinding
All Implemented Interfaces:
VariableBinding.Binding
Enclosing class:
VariableBindingBase

public class VariableBindingBase.WrappedBinding
extends java.lang.Object
implements VariableBinding.Binding

Helper class to transform a Sesame to LarKC binding.

Author:
vassil

Field Summary
 java.util.List<org.openrdf.model.Value> values
           
 
Constructor Summary
VariableBindingBase.WrappedBinding(org.openrdf.query.BindingSet bs)
           
VariableBindingBase.WrappedBinding(java.util.List<org.openrdf.model.Value> values)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.List<org.openrdf.model.Value> getValues()
          Gets a list of the RDF values that are part of the query solution.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

values

public java.util.List<org.openrdf.model.Value> values
Constructor Detail

VariableBindingBase.WrappedBinding

public VariableBindingBase.WrappedBinding(org.openrdf.query.BindingSet bs)

VariableBindingBase.WrappedBinding

public VariableBindingBase.WrappedBinding(java.util.List<org.openrdf.model.Value> values)
Method Detail

getValues

public java.util.List<org.openrdf.model.Value> getValues()
Description copied from interface: VariableBinding.Binding
Gets a list of the RDF values that are part of the query solution.

Specified by:
getValues in interface VariableBinding.Binding
Returns:
get all values in a variable bindings.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object