org.opensha.sha.calc.hazardMap.components
Class CurveMetadata
java.lang.Object
org.opensha.sha.calc.hazardMap.components.CurveMetadata
public class CurveMetadata
- extends Object
Metadata for the curves that's necessary for archiving them such as the location and
information about the IMRs used to caclulate them.
- Author:
- kevin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CurveMetadata
public CurveMetadata(Site site,
Map<TectonicRegionType,ScalarIMR> imrMap,
String shortLabel)
getSite
public Site getSite()
setSite
public void setSite(Site site)
getImrMap
public Map<TectonicRegionType,ScalarIMR> getImrMap()
setImrMap
public void setImrMap(HashMap<TectonicRegionType,ScalarIMR> imrMap)
getShortLabel
public String getShortLabel()
setShortLabel
public void setShortLabel(String shortLabel)