Class ConfigureConstants

java.lang.Object
   |
   +----ConfigureConstants

public class ConfigureConstants
extends Object
A class defines some constants specific to the system.

Written: Radu Sion
Version: 0.18
Source: ConfigureConstants.java


Variable Index

 o DEBUG_LEVEL
 o GREETING
 o RESFILE
 o RRST_GO_ON
 o RRST_NO_PLAYERS
Defines some internal RRST constants
 o VERSION

Constructor Index

 o ConfigureConstants()

Variables

 o DEBUG_LEVEL
 public static final int DEBUG_LEVEL
 o VERSION
 public static final String VERSION
 o GREETING
 public static final String GREETING
 o RESFILE
 public static final String RESFILE
 o RRST_NO_PLAYERS
 public static final int RRST_NO_PLAYERS
Defines some internal RRST constants

 o RRST_GO_ON
 public static final int RRST_GO_ON

Constructors

 o ConfigureConstants
 public ConfigureConstants()