| com.hp.hpl.jena.graph.query.VariableValues
VariableValues | public interface VariableValues (Code) | | The interface that allows the values of variables in expressions to be found.
author: kers |
Method Summary | |
public Object | get(String name) Answer the value of the variable with the given name. |
get | public Object get(String name)(Code) | | Answer the value of the variable with the given name. It is undefined what happens
if no such name is defined.
|
|
|