Uses of Class
gov.llnl.gnem.apps.coda.calibration.model.domain.MeasuredMwReportByEvent
Packages that use MeasuredMwReportByEvent
Package
Description
-
Uses of MeasuredMwReportByEvent in gov.llnl.gnem.apps.coda.calibration.gui.data.client
Methods in gov.llnl.gnem.apps.coda.calibration.gui.data.client that return types with arguments of type MeasuredMwReportByEventModifier and TypeMethodDescriptionreactor.core.publisher.Mono<MeasuredMwReportByEvent>
CalibrationWebClient.makeMwMeasurements
(Boolean autoPickingEnabled) reactor.core.publisher.Mono<MeasuredMwReportByEvent>
CalibrationWebClient.makeMwMeasurements
(Boolean autoPickingEnabled, List<String> eventIds) -
Uses of MeasuredMwReportByEvent in gov.llnl.gnem.apps.coda.calibration.gui.data.client.api
Methods in gov.llnl.gnem.apps.coda.calibration.gui.data.client.api that return types with arguments of type MeasuredMwReportByEventModifier and TypeMethodDescriptionreactor.core.publisher.Mono<MeasuredMwReportByEvent>
CalibrationClient.makeMwMeasurements
(Boolean autoPickingEnabled) reactor.core.publisher.Mono<MeasuredMwReportByEvent>
CalibrationClient.makeMwMeasurements
(Boolean autoPickingEnabled, List<String> eventIds) -
Uses of MeasuredMwReportByEvent in gov.llnl.gnem.apps.coda.calibration.model.domain
Methods in gov.llnl.gnem.apps.coda.calibration.model.domain that return MeasuredMwReportByEventModifier and TypeMethodDescriptionMeasuredMwReportByEvent.setFitSpectra
(Map<String, List<Spectra>> fitSpectra) MeasuredMwReportByEvent.setMeasuredMwDetails
(Map<String, MeasuredMwDetails> measuredMwDetails) MeasuredMwReportByEvent.setSpectraMeasurements
(Map<String, List<SpectraMeasurementMetadata>> spectraMeasurements) -
Uses of MeasuredMwReportByEvent in gov.llnl.gnem.apps.coda.calibration.service.api
Methods in gov.llnl.gnem.apps.coda.calibration.service.api that return types with arguments of type MeasuredMwReportByEventModifier and TypeMethodDescriptionCalibrationService.makeMwMeasurements
(boolean autoPickingEnabled, boolean persistResults) CalibrationService.makeMwMeasurements
(boolean autoPickingEnabled, boolean persistResults, List<Waveform> stacks) CalibrationService.makeMwMeasurements
(boolean autoPickingEnabled, boolean persistResults, Set<String> eventIds) -
Uses of MeasuredMwReportByEvent in gov.llnl.gnem.apps.coda.calibration.service.impl
Methods in gov.llnl.gnem.apps.coda.calibration.service.impl that return types with arguments of type MeasuredMwReportByEventModifier and TypeMethodDescriptionCalibrationServiceImpl.makeMwMeasurements
(boolean autoPickingEnabled, boolean persistResults) CalibrationServiceImpl.makeMwMeasurements
(boolean autoPickingEnabled, boolean persistResults, List<Waveform> waveforms) CalibrationServiceImpl.makeMwMeasurements
(boolean autoPickingEnabled, boolean persistResults, Set<String> eventIds) -
Uses of MeasuredMwReportByEvent in gov.llnl.gnem.apps.coda.calibration.standalone.data.client
Methods in gov.llnl.gnem.apps.coda.calibration.standalone.data.client that return types with arguments of type MeasuredMwReportByEventModifier and TypeMethodDescriptionreactor.core.publisher.Mono<MeasuredMwReportByEvent>
CalibrationLocalClient.makeMwMeasurements
(Boolean autoPickingEnabled) reactor.core.publisher.Mono<MeasuredMwReportByEvent>
CalibrationLocalClient.makeMwMeasurements
(Boolean autoPickingEnabled, List<String> eventIds)