public interface QueryRow
Modifier and Type | Method and Description |
---|---|
String |
getLiteralValue(String varname)
Convenience for
getValue("x").asString()
|
Node |
getValue(String varname) |
Node getValue(String varname)
varname
- without leading questionmark. E.g. use "x" not "?x".String getLiteralValue(String varname) throws ModelRuntimeException
getValue("x").asString()
ModelRuntimeException
Copyright © 2005–2017 IT-Consulting Dr. Max V?lkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.