Package edu.uky.ai
Class Settings
java.lang.Object
edu.uky.ai.Settings
public class Settings
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static int
MAJOR_VERSION
Major version numberstatic int
MINOR_VERSION
Minor version numberstatic long
VERSION_UID
A UID number constructed from the major and minor version numbers -
Constructor Summary
Constructors Constructor Description Settings()
-
Method Summary
-
Field Details
-
MAJOR_VERSION
public static final int MAJOR_VERSIONMajor version number- See Also:
- Constant Field Values
-
MINOR_VERSION
public static final int MINOR_VERSIONMinor version number- See Also:
- Constant Field Values
-
VERSION_UID
public static final long VERSION_UIDA UID number constructed from the major and minor version numbers
-
-
Constructor Details
-
Settings
public Settings()
-