|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensha.sha.earthquake.ProbEqkSource
org.opensha.sha.cybershake.openshaAPIs.CyberShakeProbEqkSource
public class CyberShakeProbEqkSource
| Field Summary |
|---|
| Fields inherited from class org.opensha.sha.earthquake.ProbEqkSource |
|---|
isPoissonian, name |
| Constructor Summary | |
|---|---|
CyberShakeProbEqkSource(ProbEqkSource source,
int sourceID,
int erfID)
|
|
CyberShakeProbEqkSource(String name)
|
|
| Method Summary | |
|---|---|
void |
addRupture(CyberShakeEqkRupture rup)
|
LocationList |
getAllSourceLocs()
It returns a list of all the locations which make up the surface for this source. |
double |
getMinDistance(Site site)
This computes some measure of the minimum distance between the source and the site passed in. |
int |
getNumRuptures()
Get the number of ruptures for this source |
ProbEqkRupture |
getRupture(int rupture)
Get the ith rupture for this source This is a handle(or reference) to existing class variable. |
RuptureSurface |
getSourceSurface()
This gives the entire surface of the source |
boolean |
isPoissonianSource()
Checks if the source is Poission. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CyberShakeProbEqkSource(String name)
public CyberShakeProbEqkSource(ProbEqkSource source,
int sourceID,
int erfID)
| Method Detail |
|---|
public void addRupture(CyberShakeEqkRupture rup)
public double getMinDistance(Site site)
ProbEqkSource
getMinDistance in class ProbEqkSourcepublic int getNumRuptures()
ProbEqkSource
getNumRuptures in interface EqkSourcegetNumRuptures in class ProbEqkSourcepublic ProbEqkRupture getRupture(int rupture)
ProbEqkSource
getRupture in interface EqkSourcegetRupture in class ProbEqkSourcepublic LocationList getAllSourceLocs()
EqkSource
public RuptureSurface getSourceSurface()
EqkSource
public boolean isPoissonianSource()
ProbEqkSource
isPoissonianSource in class ProbEqkSource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||