Main Page   Classes  

Static Public Member Functions
Beatl2 Class Reference

List of all members.

Static Public Member Functions

static void init () throws Beatl2Exception
static void done ()
static String version ()

Detailed Description

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()'.


Member Function Documentation

static void done ( ) [static]

Finalizes BEAT-II

static void init ( ) throws Beatl2Exception [static]

Initializes BEAT-II.

Exceptions:
Beatl2ExceptionIf an error occurred. If an error occurred.
static String version ( ) [static]

Current version of BEAT-II as a string.

Returns:
The BEAT-II version.

The documentation for this class was generated from the following file: