public class SparqlQueryTransform extends Object implements Transformation
| 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
|
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,Object>apply in interface Transformationpublic InputStream getQuery()
TransformationgetQuery in interface TransformationCopyright © 2013 DuraSpace, Inc.. All rights reserved.