public interface Transformation<T> extends com.google.common.base.Function<RdfStream,T>
| Modifier and Type | Method and Description |
|---|---|
T |
apply(RdfStream stream)
Execute a transform on an rdf stream
|
java.io.InputStream |
getQuery()
Get the Query the transformation is using
|
Transformation<T> |
newTransform(java.io.InputStream query) |
java.io.InputStream getQuery()
Transformation<T> newTransform(java.io.InputStream query)
Copyright © 2013-2014 DuraSpace, Inc.. All Rights Reserved.