Package edu.sc.seis.TauP
Class PhaseName
java.lang.Object
edu.sc.seis.TauP.PhaseName
- All Implemented Interfaces:
java.io.Serializable
public class PhaseName
extends java.lang.Object
implements java.io.Serializable
Convenience class that allows a sac header variable to be associated with a
seismic phase name.
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
name
public java.lang.String namename of the phase, ie PKIKP -
sacTNum
public int sacTNumsac t header to be associated with the phase
-
-
Constructor Details
-
PhaseName
- Throws:
TauModelException
-
PhaseName
- Throws:
TauModelException
-
-
Method Details
-
equals
-
getName
public java.lang.String getName() -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-