Skip to content

Review GmmInput class structure and visibility, and validation

Created by: pmpowers-usgs

First and foremost, for GmmInputs derived from HazardModel, all input fields data will have been validated on model load so we don't want to repeat validation at calculation time.

  • GmmInput.Builder should perform range checking of arguments, where appropriate.
  • Review protected constructor wrt HazardInput subclass and model loading validation
Edited by Powers, Peter M.