All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edu.sc.seis.TauP.PhaseName

edu.sc.seis.TauP.PhaseName

public class PhaseName
Convenience class that allows a sac header variable to be associated with a seismic phase name.


Variable Index

 o name
name of the phase, ie PKIKP
 o sacTNum
sac t header to be associated with the phase

Constructor Index

 o PhaseName(String)
 o PhaseName(String, int)

Method Index

 o equals(PhaseName)
 o getName()
 o toString()

Variables

 o name
 public String name
name of the phase, ie PKIKP

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

Constructors

 o PhaseName
 public PhaseName(String name)
 o PhaseName
 public PhaseName(String name,
                  int sacTNum)

Methods

 o equals
 public boolean equals(PhaseName obj)
 o getName
 public String getName()
 o toString
 public String toString()

All Packages  Class Hierarchy  This Package  Previous  Next  Index