Interface DataProcessor

    • Method Detail

      • getName

        String getName()
        Get the name of the processor.
        Returns:
        the name of the processor
      • init

        void init​(Configuration conf,
                  fr.ens.biologie.genomique.kenetre.log.GenericLogger logger)
           throws Aozan3Exception
        Initialize the processor.
        Parameters:
        conf - the configuration of the processor
        logger - the logger to use
        Throws:
        Aozan3Exception - if an error occurs while initialize the processor
      • getInputRequirements

        Set<DataTypeFilter> getInputRequirements()
        Get the input requirements of the processor.
        Returns:
        a set with input requirements