org.opensha.sha.cybershake.bombay
Class AbstractModProbConfig
java.lang.Object
org.opensha.sha.cybershake.bombay.AbstractModProbConfig
- All Implemented Interfaces:
- Named, ModProbConfig
- Direct Known Subclasses:
- ScenarioBasedModProbConfig, UniformModRupConfig
public abstract class AbstractModProbConfig
- extends Object
- implements ModProbConfig
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
db
protected final DBAccess db
AbstractModProbConfig
public AbstractModProbConfig(String name,
int probModelID,
int timeSpanID)
getHazardDatasetID
public int getHazardDatasetID(int erfID,
int rvScenID,
int sgtVarID,
int velModelID,
Date timeSpanDate)
- Specified by:
getHazardDatasetID in interface ModProbConfig
getProbModelID
public int getProbModelID()
- Specified by:
getProbModelID in interface ModProbConfig
getTimeSpanID
public int getTimeSpanID()
- Specified by:
getTimeSpanID in interface ModProbConfig
getName
public String getName()
- Description copied from interface:
Named
- Returns the name of this object
- Specified by:
getName in interface Named