Class PostprocessorDefinition


  • public final class PostprocessorDefinition
    extends Object
    All necessary informations for postprocessing the result. Contains the postprocessor instance. $Id$
    • Constructor Detail

      • PostprocessorDefinition

        public PostprocessorDefinition​(StringProcessor postprocessor)
        Constructor.
        Parameters:
        postprocessor - instance, not null.
    • Method Detail

      • getPostprocessor

        public StringProcessor getPostprocessor()
        Returns the postprocessor instance for this definition.
        Returns:
        the postprocessor instance, not null.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object