public class SparqlQueryTransform extends Object implements Transformation<com.hp.hpl.jena.query.QueryExecution>
| Constructor and Description |
|---|
SparqlQueryTransform(InputStream query)
Construct a new SparqlQueryTransform from the data from
the InputStream
|
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.query.QueryExecution |
apply(RdfStream rdfStream) |
boolean |
equals(Object other) |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic SparqlQueryTransform(InputStream query)
query - the querypublic com.hp.hpl.jena.query.QueryExecution apply(RdfStream rdfStream)
apply in interface java.util.function.Function<RdfStream,com.hp.hpl.jena.query.QueryExecution>Copyright © 2013-2015 DuraSpace, Inc.. All Rights Reserved.