Package com.tibco.ep.tcs.runtime.config
Interface ITransformation
-
- All Known Subinterfaces:
IAdditionalTransformation,IInputTransformation
public interface ITransformationAn interface describing a generic transformation. Transformations are used in several places in a TCS flow: along flow edges, and within block meta-data to produce configuration required by block implementations. Subclasses further can enhance the transformation as an
inputoradditionaltransformation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetExpression()Return the output expression, in EventFlow expression syntax.StringgetFieldName()Return the name of the field being operated on.
-