Static Public Member Functions | |
| static void | init () throws Beatl2Exception |
| static void | done () |
| static String | version () |
BEAT-II General class.
The BEAT-II general class 'Beatl2' contains the global BEAT-II utility functions that do not require a specific BEAT data structure.
It is not possible or necessary to construct an instance of the Beatl2 class. All methods in this class are static class methods, and can be invoked as 'Beatl2.methodName()'.
| static void done | ( | ) | [static] |
Finalizes BEAT-II
| static void init | ( | ) | throws Beatl2Exception [static] |
Initializes BEAT-II.
| Beatl2Exception | If an error occurred. If an error occurred. |
| static String version | ( | ) | [static] |
Current version of BEAT-II as a string.