eu.larkc.core.data
Class VariableBindingImpl.BindingRow
java.lang.Object
eu.larkc.core.data.VariableBindingImpl.BindingRow
- All Implemented Interfaces:
- VariableBinding.Binding
- Enclosing class:
- VariableBindingImpl
public static class VariableBindingImpl.BindingRow
- extends java.lang.Object
- implements VariableBinding.Binding
Method Summary |
void |
addValue(org.openrdf.model.Value v)
|
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. |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VariableBindingImpl.BindingRow
public VariableBindingImpl.BindingRow(org.openrdf.model.Value... values_)
VariableBindingImpl.BindingRow
public VariableBindingImpl.BindingRow()
addValue
public void addValue(org.openrdf.model.Value v)
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.
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object