edu.sc.seis.TauP
Class PhaseName
java.lang.Object
edu.sc.seis.TauP.PhaseName
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- public class PhaseName
- extends java.lang.Object
- implements java.io.Serializable, java.lang.Cloneable
Convenience class that allows a sac header variable to be associated
with a seismic phase name.
- Version:
- 1.1.3 Wed Jul 18 15:00:35 GMT 2001
- Author:
- H. Philip Crotwell
- See Also:
- Serialized Form
Field Summary |
java.lang.String |
name
name of the phase, ie PKIKP |
int |
sacTNum
sac t header to be associated with the phase |
Constructor Summary |
PhaseName(java.lang.String name)
|
PhaseName(java.lang.String name,
int sacTNum)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
PhaseName
public PhaseName(java.lang.String name)
PhaseName
public PhaseName(java.lang.String name,
int sacTNum)
equals
public boolean equals(PhaseName obj)
getName
public java.lang.String getName()
toString
public java.lang.String toString()
Copyright © 1999-2006 Seismology at the University of South Carolina. All Rights Reserved.