org.aksw.commons.jena.util
Class QueryUtils
java.lang.Object
org.aksw.commons.jena.util.QueryUtils
public class QueryUtils
- extends Object
|
Method Summary |
static com.hp.hpl.jena.query.Query |
elementToQuery(com.hp.hpl.jena.sparql.syntax.Element pattern)
|
static Set<com.hp.hpl.jena.sparql.core.Quad> |
instanciate(Iterable<com.hp.hpl.jena.sparql.core.Quad> quads,
com.hp.hpl.jena.sparql.engine.binding.Binding binding)
This method does basically the same as
com.hp.hpl.jena.sparql.engine.QueryExecutionBase.execConstruct
and SparqlerBaseSelect
note sure if it is redundant |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryUtils
public QueryUtils()
elementToQuery
public static com.hp.hpl.jena.query.Query elementToQuery(com.hp.hpl.jena.sparql.syntax.Element pattern)
instanciate
public static Set<com.hp.hpl.jena.sparql.core.Quad> instanciate(Iterable<com.hp.hpl.jena.sparql.core.Quad> quads,
com.hp.hpl.jena.sparql.engine.binding.Binding binding)
- This method does basically the same as
com.hp.hpl.jena.sparql.engine.QueryExecutionBase.execConstruct
and SparqlerBaseSelect
note sure if it is redundant
- Parameters:
quads - binding -
- Returns:
Copyright © 2011. All Rights Reserved.