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
 java.lang.Object get(java.lang.String name)
          Answer the value of the variable with the given name.
 

Method Detail

get

java.lang.Object get(java.lang.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, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP