public interface Transformation extends com.google.common.base.Function<com.hp.hpl.jena.query.Dataset,Object>
| Modifier and Type | Method and Description |
|---|---|
Object |
apply(com.hp.hpl.jena.query.Dataset dataset)
Execute a transform on a dataset
|
InputStream |
getQuery()
Get the Query the transformation is using
|
Object apply(com.hp.hpl.jena.query.Dataset dataset)
apply in interface com.google.common.base.Function<com.hp.hpl.jena.query.Dataset,Object>dataset - InputStream getQuery()
Copyright © 2013 DuraSpace, Inc.. All rights reserved.