Interface CallableTransformerSupport<I,​O>

    • Method Detail

      • setTransformer

        void setTransformer​(adams.flow.core.CallableActorReference value)
        Sets the callable transformer to use.
        Parameters:
        value - the reference
      • getTransformer

        adams.flow.core.CallableActorReference getTransformer()
        Returns the callable transformer in use.
        Returns:
        the reference
      • transformerTipText

        String transformerTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • applyTransformer

        O applyTransformer​(I data)
                    throws Exception
        Applies the transformer to the data.
        Parameters:
        data - the data to process
        Returns:
        the processed data
        Throws:
        Exception - if it fails for some reason