|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EqkSource
Title: EqkSourceAPI
Description: THis interface is for getting rupture information about each earhquake source
| Method Summary | |
|---|---|
LocationList |
getAllSourceLocs()
It returns a list of all the locations which make up the surface for this source. |
int |
getNumRuptures()
Get the number of ruptures for this source |
ProbEqkRupture |
getRupture(int nRupture)
Get the ith rupture for this source This is a handle(or reference) to existing class variable. |
ProbEqkRupture |
getRuptureClone(int nRupture)
this function can be used if a clone is wanted instead of handle to class variable Subsequent calls to this function will not affect the result got previously. |
List<ProbEqkRupture> |
getRuptureList()
Returns the ArrayList consisting of all ruptures for this source all the objects are cloned. |
Iterator<ProbEqkRupture> |
getRupturesIterator()
Get the iterator over all ruptures |
RuptureSurface |
getSourceSurface()
This gives the entire surface of the source |
TectonicRegionType |
getTectonicRegionType()
This identifies the type of tectonic region the source is associate with. |
| Methods inherited from interface org.opensha.commons.data.Named |
|---|
getName |
| Method Detail |
|---|
Iterator<ProbEqkRupture> getRupturesIterator()
int getNumRuptures()
ProbEqkRupture getRupture(int nRupture)
i - ith ruptureProbEqkRupture getRuptureClone(int nRupture)
i -
List<ProbEqkRupture> getRuptureList()
LocationList getAllSourceLocs()
RuptureSurface getSourceSurface()
TectonicRegionType getTectonicRegionType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||