Uses of Interface
gov.llnl.gnem.apps.coda.calibration.gui.data.client.api.ParameterClient
Package
Description
-
Uses of ParameterClient in gov.llnl.gnem.apps.coda.calibration.gui
ModifierConstructorDescriptionCodaGuiController
(LeafletMapController cctMapController, CertLeafletMapController certMapController, WaveformClient waveformClient, EnvelopeLoadingController waveformLoadingController, CodaParamLoadingController codaParamLoadingController, ReferenceEventLoadingController refEventLoadingController, SpectraRatioLoadingController spectraRatioLoadingController, CalibrationClient calibrationClient, ParamExporter paramExporter, LoadRatioEventsGuiController ratioLoadGui, WaveformGui waveformGui, DataController data, EventTableController eventTable, ParametersController param, ShapeController shape, PathController path, SiteController site, MeasuredMwsController measuredMws, ParameterClient configClient, EnvelopeGuiController envelopeGui, SpectraRatioGuiController spectraGui, HostnameVerifier hostnameVerifier, SSLContext sslContext, org.springframework.core.env.Environment env, com.google.common.eventbus.EventBus bus) -
Uses of ParameterClient in gov.llnl.gnem.apps.coda.calibration.gui.controllers
Modifier and TypeFieldDescriptionprotected ParameterClient
AbstractMeasurementController.paramClient
protected ParameterClient
EventTableController.paramClient
ModifierConstructorDescriptionprotected
AbstractMeasurementController
(SpectraClient spectraClient, ParameterClient paramClient, EventClient referenceEventClient, WaveformClient waveformClient, SymbolStyleMapFactory styleFactory, GeoMap map, MapPlottingUtilities iconFactory, ParamExporter paramExporter, PlotFactory plotFactory, com.google.common.eventbus.EventBus bus) CodaParamLoadingController
(List<FileToParameterConverter<?>> fileConverters, ParameterClient paramsClient, EventClient eventClient, com.google.common.eventbus.EventBus bus) Instantiates a new coda param loading controller to handle loading files and converting them to domain objects.protected
EventTableController
(SpectraClient spectraClient, ParameterClient paramClient, EventClient referenceEventClient, WaveformClient waveformClient, SymbolStyleMapFactory styleFactory, PlotFactory plotFactory, com.google.common.eventbus.EventBus bus) -
Uses of ParameterClient in gov.llnl.gnem.apps.coda.calibration.gui.controllers.parameters
ModifierConstructorDescriptionModelController
(ParameterClient client, com.google.common.eventbus.EventBus bus) SharedBandController
(ParameterClient client, com.google.common.eventbus.EventBus bus) SiteBandController
(ParameterClient client) -
Uses of ParameterClient in gov.llnl.gnem.apps.coda.calibration.gui.data.client
-
Uses of ParameterClient in gov.llnl.gnem.apps.coda.calibration.gui.data.exporters
ModifierConstructorDescriptionParamExporter
(ParameterClient paramClient, EventClient eventClient, List<ParamTempFileWriter> paramWriters, List<MeasuredMwTempFileWriter> mwWriters, List<ReferenceMwTempFileWriter> referenceMwWriters, List<ValidationMwTempFileWriter> validationMwWriters, List<SpectraTempFileWriter> spectraWriters) -
Uses of ParameterClient in gov.llnl.gnem.apps.coda.calibration.gui.events
-
Uses of ParameterClient in gov.llnl.gnem.apps.coda.calibration.gui.plotting
ModifierConstructorDescriptionCodaWaveformPlot
(WaveformClient waveformClient, ShapeMeasurementClient shapeClient, ParameterClient paramClient, PeakVelocityClient velocityClient, BooleanSupplier showGroupVelocity, BooleanSupplier showWindowLines, BooleanSupplier showCodaStartLine, TimeSeries... seismograms) CodaWaveformPlotManager
(WaveformClient waveformClient, ShapeMeasurementClient shapeClient, ParameterClient paramsClient, PeakVelocityClient peakVelocityClient, CertLeafletMapController certMap, LeafletMapController cctMap, MapPlottingUtilities mapPlotUtils) WaveformGui
(WaveformClient waveformClient, ShapeMeasurementClient shapeClient, ParameterClient paramsClient, PeakVelocityClient peakVelocityClient, LeafletMapController cctMap, CertLeafletMapController certMap, MapPlottingUtilities mapPlotUtilities, com.google.common.eventbus.EventBus bus) -
Uses of ParameterClient in gov.llnl.gnem.apps.coda.calibration.standalone.data.client