Interface DisplaySetFactory

    • Method Detail

      • createDisplaySet

        DisplaySet createDisplaySet​(Measurement measurement)
        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.
        Parameters:
        measurement - the measurement for which to create a DisplaySet
        Returns:
        the new displaysets if the measurement is handled, null otherwise.