|
miSim | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--misim.Version
Machine managed class that provides version and build information in various formats for miSim to read and display.
Constructor Summary | |
Version()
|
Method Summary | |
static java.lang.String |
getBuildDate()
Return the build date as a string. |
static java.lang.String |
getVersion()
Return the current version number as a string, for example "1.6.0". |
static int |
getVersionInt()
Return the current version number as an integer. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Version()
Method Detail |
public static int getVersionInt()
public static java.lang.String getVersion()
public static java.lang.String getBuildDate()
|
miSim | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |