com.hp.hpl.jena.graph.query
Interface VariableValues

All Known Implementing Classes:
Expression.Valof

public interface VariableValues

The interface that allows the values of variables in expressions to be found.

Author:
kers

Method Summary
 Object get(String name)
          Answer the value of the variable with the given name.
 

Method Detail

get

Object get(String name)
Answer the value of the variable with the given name. It is undefined what happens if no such name is defined.



Copyright © 2000, 2001, 2002, 2003, 2004 Hewlett-Packard Development Company, LP