org.ontoware.rdf2go.model
Interface QueryRow


public interface QueryRow

Author:
voelkel

Method Summary
 java.lang.String getLiteralValue(java.lang.String varname)
          Convenience for getValue("x").asString()
 Node getValue(java.lang.String varname)
           
 

Method Detail

getValue

Node getValue(java.lang.String varname)
Parameters:
varname - without leading questionmark. E.g. use "x" not "?x".
Returns:
the binding for the variable with the name varname

getLiteralValue

java.lang.String getLiteralValue(java.lang.String varname)
                                 throws ModelRuntimeException
Convenience for getValue("x").asString()

Throws:
ModelRuntimeException


Copyright © 2005-2008 FZI - Forschungszentrum Informatik | Karlsruhe | Germany. All Rights Reserved.