Class TrimPlugin

    • Constructor Detail

      • TrimPlugin

        public TrimPlugin()
    • Method Detail

      • init

        public void init()
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface AlohaPlugin
        Returns:
        the name of the plugin
      • getReaders

        public java.util.List<Reader> getReaders()
        Description copied from interface: ReaderProvider
        This has to return a list, which contains readers for certain measurements.
        Specified by:
        getReaders in interface ReaderProvider
        Returns:
        a list of Readers
      • createDisplaySet

        public DisplaySet createDisplaySet​(Measurement measurement)
        Description copied from interface: DisplaySetFactory
        this method must return a new instance of a DisplaySet which correspond to the measurement. (If the factory can handle this kind of measurement) If the Factory cannot create a DisplaySet from the given measurement, then this method has to return null.
        Specified by:
        createDisplaySet in interface DisplaySetFactory
        Parameters:
        measurement - the measurement for which to create a DisplaySet
        Returns:
        the new displaysets if the measurement is handled, null otherwise.