Class DispersionDataImpl

    • Constructor Detail

      • DispersionDataImpl

        public DispersionDataImpl()
    • Method Detail

      • getRms

        public java.util.List<java.lang.Double> getRms​(Plane plane)
        Description copied from interface: DispersionData
        returns the dispersion-rms values for all active bpms.
        Specified by:
        getRms in interface DispersionData
        Parameters:
        plane - the Plane for which to retrieve the rms-values
        Returns:
        the rms-values for each bpm in the active plane.
      • getValues

        public java.util.List<java.lang.Double> getValues​(Plane plane)
        Description copied from interface: DispersionData
        returns the dispersion-values for each active monitor of the given plane.
        Specified by:
        getValues in interface DispersionData
        Parameters:
        plane - the plane for which to retrieve the dispersionData
        Returns:
        the dispersion-values.
      • getValidity

        public java.util.List<java.lang.Boolean> getValidity​(Plane plane)
        Description copied from interface: DispersionData
        returns validity values for each monitor of the given plane
        Specified by:
        getValidity in interface DispersionData
        Parameters:
        plane - the plane for which to get the validity
        Returns:
        boolean value for each active monitor, true if the value is valid, false if not.
      • getValidity

        public java.util.List<java.lang.Boolean> getValidity()
        Specified by:
        getValidity in interface DispersionData
        Returns:
        the validity-values for both planes.
      • getRms

        public java.util.List<java.lang.Double> getRms()
        Specified by:
        getRms in interface DispersionData
        Returns:
        the rms-data for both planes
      • setReadingData

        public void setReadingData​(ReadingData readingData)
        Parameters:
        readingData - the readingData to set
      • getReadingData

        public ReadingData getReadingData()
        Returns:
        the readingData