public class CustomTransformer extends Object implements Transformer
Constructor and Description |
---|
CustomTransformer() |
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.
|
public void transformGraph(TransformedGraph inputGraph, TransformationContext context) throws TransformerException
Transformer
transformGraph
in interface Transformer
inputGraph
- holder for the transformed graph.context
- context of the transformationTransformerException
- exceptionTransformer.transformGraph(cz.cuni.mff.odcleanstore.transformer.TransformedGraph, cz.cuni.mff.odcleanstore.transformer.TransformationContext)
public void shutdown() throws TransformerException
Transformer
shutdown
in interface Transformer
TransformerException
- exceptionTransformer.shutdown()
Copyright © 2013. All Rights Reserved.