Interface QueryTransform

All Superinterfaces:
Function<org.apache.jena.query.Query,org.apache.jena.query.Query>
All Known Implementing Classes:
QueryTransformFromOpTransform, QueryTransformList

public interface QueryTransform extends Function<org.apache.jena.query.Query,org.apache.jena.query.Query>
Marker interface. Also makes it easier to search for implementations rather than that of Function.
Author:
raven