|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensha.sha.earthquake.rupForecastImpl.WGCEP_UCERF_2_Final.rupCalc.SubSectionsRupCalc
public class SubSectionsRupCalc
This class finds all the ruptures that includes 1 or more subsections. The subsections should be within a cut-off distance from each other at the end points.
| Constructor Summary | |
|---|---|
SubSectionsRupCalc()
|
|
SubSectionsRupCalc(double maxSubSectionLength,
double cutOffDistance)
|
|
| Method Summary | |
|---|---|
void |
doProcessing()
Find the various subsections, clusters and ruptures |
Tree |
getCluster(int index)
Get the cluster at specified index |
int |
getNumClusters()
Retunr the number of clusters |
int |
getNumRuptures()
Get the number of ruptures |
ArrayList<MultipleSectionRup> |
getRupList()
Return a list of all ruptures |
MultipleSectionRup |
getRupture(int rupIndex)
Get the rupture at the specified index |
static void |
main(String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SubSectionsRupCalc()
public SubSectionsRupCalc(double maxSubSectionLength,
double cutOffDistance)
| Method Detail |
|---|
public void doProcessing()
public int getNumClusters()
public Tree getCluster(int index)
index -
public int getNumRuptures()
public MultipleSectionRup getRupture(int rupIndex)
rupIndex -
public ArrayList<MultipleSectionRup> getRupList()
public static void main(String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||