Interface Rupture

  • All Known Implementing Classes:
    RegularRupture, SystemRuptureSet.SystemRupture

    public interface Rupture
    A Rupture is a proxy for an actual earthquake and encapsulates all the source information required by a ground motion model (Gmm).
    Author:
    U.S. Geological Survey
    • Method Detail

      • magnitude

        double magnitude()
        The Rupture magnitude.
      • rake

        double rake()
        The Rupture rake.
      • rate

        double rate()
        The Rupture rate.
      • asString

        static String asString​(Rupture rupture)
        toString() helper for implementations.