Class PhaseName

  • All Implemented Interfaces:
    java.io.Serializable

    public class PhaseName
    extends java.lang.Object
    implements java.io.Serializable
    Convenience class that allows sac header variables to be associated with a seismic phase name.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String name
      name of the phase, ie PKIKP
      int sacTNum
      sac t header to be associated with the phase
      java.util.ArrayList<java.lang.Integer> sacTNumTriplication
      list of sac t headers to be associated with the phase, including n triplications
    • Constructor Summary

      Constructors 
      Constructor Description
      PhaseName​(java.lang.String name)  
      PhaseName​(java.lang.String name, int sacTNum)  
      PhaseName​(java.lang.String name, java.lang.String sacTNumList)  
    • Field Detail

      • name

        public java.lang.String name
        name of the phase, ie PKIKP
      • sacTNum

        public int sacTNum
        sac t header to be associated with the phase
      • sacTNumTriplication

        public java.util.ArrayList<java.lang.Integer> sacTNumTriplication
        list of sac t headers to be associated with the phase, including n triplications
    • Method Detail

      • equals

        public boolean equals​(PhaseName obj)
      • getName

        public java.lang.String getName()
      • sacTNumForTriplication

        public int sacTNumForTriplication​(int index)
        Gets sac header for the index triplication. Zero is the first arrival, 1 is next arrival, etc. Index zero should be same as this.sacTNum.
        Parameters:
        index -
        Returns:
        index arrival for the phase
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object