|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jscience.JScience
public final class JScience
This class represents the JScience library; it contains the
library optional #initialize
method as well as a main(java.lang.String[])
method for versionning, self-tests, and performance analysis.
Initialization is performed automatically when quantities classes are
used for the first time or explicitely by calling the
#initialize
static method.
Field Summary | |
---|---|
static java.lang.String |
VERSION
Holds the version information. |
Method Summary | |
---|---|
static java.lang.String |
getProperty(java.lang.String name)
DOCUMENT ME! |
static void |
main(java.lang.String[] args)
The library main(java.lang.String[]) method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String VERSION
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.lang.Exception
main(java.lang.String[])
method.
The archive java [-cp javolution.jar] -jar jscience.jar version
to output version information.
args
- the option arguments.
java.lang.Exception
- if a problem occurs.public static java.lang.String getProperty(java.lang.String name)
name
- DOCUMENT ME!
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |