Class DetectorToDetector2Adapter

    • Constructor Detail

      • DetectorToDetector2Adapter

        public DetectorToDetector2Adapter​(Detector detector)
        Constructor.
        Parameters:
        detector - the Detector we want to adapt
    • Method Detail

      • finishPass

        public void finishPass()
        Description copied from interface: Detector2
        This method is called at the end of the analysis pass.
        Specified by:
        finishPass in interface Detector2
      • getDetectorClassName

        public java.lang.String getDetectorClassName()
        Description copied from interface: Detector2
        Get the name of the detector class.
        Specified by:
        getDetectorClassName in interface Detector2
        Returns:
        the name of the detector class.