|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbrt.Sbrt
public final class Sbrt
This class is used to execute the Systems Biology Research Tool as an application.
Field Summary | |
---|---|
static java.lang.String |
GUI_ARG
The argument used to launch the GUI from the command line. |
static int |
MAJOR
Indicates the major version number of the Systems Biology Research Tool. |
static int |
MINOR
Indicates the minor version number of the Systems Biology Research Tool. |
static int |
REVISION
Indicates the revision number of the Systems Biology Research Tool. |
static java.lang.String |
USAGE
Indicates the typical way in which this program is called from the command line. |
static java.lang.String |
VERSION_ARG
The argument used to display the version number. |
Constructor Summary | |
---|---|
Sbrt()
|
Method Summary | |
---|---|
static java.lang.String |
getVersion()
Returns the full version number of the Systems Biology Research Tool. |
static void |
main(java.lang.String[] args)
Parses the provided command line arguments and executes the application they specify. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MAJOR
public static final int MINOR
public static final int REVISION
public static final java.lang.String USAGE
public static final java.lang.String GUI_ARG
public static final java.lang.String VERSION_ARG
Constructor Detail |
---|
public Sbrt()
Method Detail |
---|
public static java.lang.String getVersion()
public static void main(java.lang.String[] args)
args
- the command line arguments.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |