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.
-
Version()
-
-
getMajorNum()
- returns the major version number for the package.
-
getMinorNum()
- returns the minor version number for the package.
-
getTouchNum()
- returns the touch version number for the package.
-
getVersion()
- returns a string with version number and date created.
Version
public Version()
getMajorNum
public static int getMajorNum()
- returns the major version number for the package.
getMinorNum
public static int getMinorNum()
- returns the minor version number for the package.
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.
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