Class ReadingDataImpl

    • Constructor Detail

      • ReadingDataImpl

        public ReadingDataImpl()
    • Method Detail

      • add

        public void add​(MonitorValue monitorValue)
        adds the given monitorValue to the ReadingData
        Parameters:
        monitorValue - the MonitorValue to add
      • add

        public void add​(CorrectorValue correctorValue)
        adds a correctorValue to the ReadingData
        Parameters:
        correctorValue -
      • getCorrectorValues

        public java.util.List<CorrectorValue> getCorrectorValues​(java.util.List<java.lang.String> correctorNames,
                                                                 Plane plane)
        Description copied from interface: ReadingData
        collects all corrector Values for the correctors of the given names and plane
        Specified by:
        getCorrectorValues in interface ReadingData
        Parameters:
        correctorNames - the names of the correctors for which to retrieve the values
        plane - the plane for which toretrieve the values
        Returns:
        the corrector-values
      • getMonitorValues

        public java.util.List<MonitorValue> getMonitorValues​(java.util.List<java.lang.String> monitorNames,
                                                             Plane plane)
        Description copied from interface: ReadingData
        collects all monitor values for monitors of the given names and plane
        Specified by:
        getMonitorValues in interface ReadingData
        Parameters:
        monitorNames - the names of the monitors
        plane - the plane for which to retrieve the values
        Returns:
        the corrector-values
      • setHeaderData

        public void setHeaderData​(YaspHeader header)