public interface TransformTranslator<TransformT extends PTransform>
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
void |
translateTransform(TransformT transform,
TranslationContext context)
Base class for translators of
PTransform . |
void translateTransform(TransformT transform, TranslationContext context)
PTransform
.