Rule Execution Server API

com.ibm.rules.engine.runtime
Class EngineVersion

java.lang.Object
  extended by com.ibm.rules.engine.runtime.EngineVersion

public class EngineVersion
extends Object

Use EngineVersion to identify the version of IBM Decision Engine that you are using.


Field Summary
static String GENERATED_PACKAGE_PREFIX
          The prefix for all generated classes.
static int MAJOR_VERSION
          The major version of the product.
static int MINOR_VERSION
          The minor version of the product.
static String NAME
          The product name.
static String PRODUCT_PACKAGE_PREFIX
          The prefix for all products in this package classes.
static int UPDATE_VERSION
          The update version of the product.
static String VENDOR
          The name of the product vendor.
 
Constructor Summary
EngineVersion()
           
 
Method Summary
static String getDescription()
          Returns a string that describes the product version and patch level.
static void main(String[] args)
          The main method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VENDOR

public static final String VENDOR
The name of the product vendor.

See Also:
Constant Field Values

NAME

public static final String NAME
The product name.

See Also:
Constant Field Values

MAJOR_VERSION

public static final int MAJOR_VERSION
The major version of the product.

This is the number before the first decimal place in the version number.

See Also:
Constant Field Values

MINOR_VERSION

public static final int MINOR_VERSION
The minor version of the product.

This is the number after the first decimal place in the version number.

See Also:
Constant Field Values

UPDATE_VERSION

public static final int UPDATE_VERSION
The update version of the product.

This is the number after the second decimal place in the version number.

See Also:
Constant Field Values

PRODUCT_PACKAGE_PREFIX

public static final String PRODUCT_PACKAGE_PREFIX
The prefix for all products in this package classes.

See Also:
Constant Field Values

GENERATED_PACKAGE_PREFIX

public static final String GENERATED_PACKAGE_PREFIX
The prefix for all generated classes.

See Also:
Constant Field Values
Constructor Detail

EngineVersion

public EngineVersion()
Method Detail

getDescription

public static String getDescription()
Returns a string that describes the product version and patch level.

This is the string that is printed on calls to main.

Returns:
A string containing the short product identification.

main

public static void main(String[] args)
The main method.


Rule Execution Server API

© Copyright IBM Corp. 1987, 2013