Class AbstractTransformation

    • Constructor Detail

      • AbstractTransformation

        public AbstractTransformation()
    • Method Detail

      • getPriority

        public int getPriority()
        Description copied from interface: Transformation
        The priority of execution relative to the other transformations. The lowest values have the highest priorities and execute first. For example a Transformation with a priority of 100 will execute before one with a priority of 500.
        Specified by:
        getPriority in interface Transformation
        Returns:
        the execution priority