public interface Transformer
TransformedGraph.addAttachedGraph(String)
) or modify any of the
already attached named graphs.
The caller must ensure that the transformed named graphs (and the respective attached graphs) are
not modified while the Transformer is working on it.
A new instance of the transformer is created for each named graph to process.Modifier and Type | Method and Description |
---|---|
void |
shutdown()
Called when the instance of the transformer is no longer needed.
|
void |
transformGraph(TransformedGraph inputGraph,
TransformationContext context)
Transforms a graph.
|
void transformGraph(TransformedGraph inputGraph, TransformationContext context) throws TransformerException
inputGraph
- holder for the transformed graph.context
- context of the transformationTransformerException
- exceptionvoid shutdown() throws TransformerException
TransformerException
- exceptionCopyright © 2013. All Rights Reserved.