All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edu.sc.seis.TauP.Version

edu.sc.seis.TauP.Version

public class Version
convenience class for storing the version of the TauP stuff.


Constructor Index

 o Version()

Method Index

 o getMajorNum()
returns the major version number for the package.
 o getMinorNum()
returns the minor version number for the package.
 o getTouchNum()
returns the touch version number for the package.
 o getVersion()
returns a string with version number and date created.

Constructors

 o Version
 public Version()

Methods

 o getMajorNum
 public static int getMajorNum()
returns the major version number for the package.

 o getMinorNum
 public static int getMinorNum()
returns the minor version number for the package.

 o getTouchNum
 public static int getTouchNum()
returns the touch version number for the package. The touch number is changed between versions for every edit and is mainly used for quick bug fixes that only involve special cases or very small sections of code.

 o getVersion
 public static String getVersion()
returns a string with version number and date created. The format is "majorNum.minorNum [BETA], date" where the BETA is signifies a beta release and data is the format output by "data -u" on my Solaris machine, something like "Tue May 5 20:12:55 GMT 1998".


All Packages  Class Hierarchy  This Package  Previous  Next  Index