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(com.hp.hpl.jena.query.Dataset dataset)
Execute a transform on a dataset
|
boolean |
equals(Object other) |
InputStream |
getQuery()
Get the Query the transformation is using
|
int |
hashCode() |
SparqlQueryTransform |
newTransform(InputStream query) |
public SparqlQueryTransform(InputStream query)
query - public com.hp.hpl.jena.query.QueryExecution apply(com.hp.hpl.jena.query.Dataset dataset)
Transformationapply in interface com.google.common.base.Function<com.hp.hpl.jena.query.Dataset,com.hp.hpl.jena.query.QueryExecution>apply in interface Transformation<com.hp.hpl.jena.query.QueryExecution>public InputStream getQuery()
TransformationgetQuery in interface Transformation<com.hp.hpl.jena.query.QueryExecution>public boolean equals(Object other)
public SparqlQueryTransform newTransform(InputStream query)
newTransform in interface Transformation<com.hp.hpl.jena.query.QueryExecution>Copyright © 2013–2014 DuraSpace, Inc.. All rights reserved.