public class OOQueryResultTableImpl extends Object implements OOQueryResultTable
Constructor and Description |
---|
OOQueryResultTableImpl(Model m,
Map<String,Class<?>> returnTypes,
String sparqlSelectQuery) |
Modifier and Type | Method and Description |
---|---|
Model |
getModel() |
Class<?> |
getReturnType(String varname) |
List<String> |
getVariables()
Return the set of all variable names useed in the query.
|
ClosableIterator<OOQueryRow> |
iterator()
Returns an iterator over a set of elements of type T.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public OOQueryResultTableImpl(Model m, Map<String,Class<?>> returnTypes, String sparqlSelectQuery) throws ModelRuntimeException
ModelRuntimeException
public List<String> getVariables()
OOQueryResultTable
getVariables
in interface OOQueryResultTable
public ClosableIterator<OOQueryRow> iterator()
ClosableIterable
iterator
in interface Iterable<OOQueryRow>
iterator
in interface ClosableIterable<OOQueryRow>
public Model getModel()
Copyright © 2005–2016 IT-Consulting Dr. Max V?lkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.