org.opensha.sha.calc.IM_EventSet.v03
Class IM_EventSetCalculation
java.lang.Object
org.opensha.sha.calc.IM_EventSet.v03.IM_EventSetCalculation
- All Implemented Interfaces:
- XMLSaveable
public class IM_EventSetCalculation
- extends Object
- implements XMLSaveable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XML_METADATA_NAME
public static final String XML_METADATA_NAME
- See Also:
- Constant Field Values
XML_ERFS_NAME
public static final String XML_ERFS_NAME
- See Also:
- Constant Field Values
XML_IMRS_NAME
public static final String XML_IMRS_NAME
- See Also:
- Constant Field Values
XML_IMTS_NAME
public static final String XML_IMTS_NAME
- See Also:
- Constant Field Values
XML_IMT_String_NAME
public static final String XML_IMT_String_NAME
- See Also:
- Constant Field Values
XML_SITES_NAME
public static final String XML_SITES_NAME
- See Also:
- Constant Field Values
XML_SITE_NAME
public static final String XML_SITE_NAME
- See Also:
- Constant Field Values
XML_SITE_DATA_VALS_NAME
public static final String XML_SITE_DATA_VALS_NAME
- See Also:
- Constant Field Values
IM_EventSetCalculation
public IM_EventSetCalculation(ArrayList<Location> sites,
ArrayList<ArrayList<SiteDataValue<?>>> sitesData,
ArrayList<ERF> erfs,
ArrayList<ScalarIMR> attenRels,
ArrayList<String> imts,
OrderedSiteDataProviderList providers)
toXMLMetadata
public Element toXMLMetadata(Element root)
- Specified by:
toXMLMetadata in interface XMLSaveable
fromXMLMetadata
public static IM_EventSetCalculation fromXMLMetadata(Element eventSetEl)
getSites
public ArrayList<Location> getSites()
getSitesData
public ArrayList<ArrayList<SiteDataValue<?>>> getSitesData()
getErfs
public ArrayList<ERF> getErfs()
getIMRs
public ArrayList<ScalarIMR> getIMRs()
getIMTs
public ArrayList<String> getIMTs()
getProviders
public OrderedSiteDataProviderList getProviders()
main
public static void main(String[] args)
throws MalformedURLException,
DocumentException
- Throws:
MalformedURLException
DocumentException