org.pealfactory.ring
Interface Constants

All Known Implementing Classes:
ImmutableRow, PN, Row, RowNode

public interface Constants

Basic constants for ringing software. Defined here are:

  1. Min and max acceptable number of bells
  2. Place notation characters
  3. Call indices
  4. The Rounds string containing characters for each bell up to stage 20.


Field Summary
static int kCALL_BOB
           
static int kCALL_EXTREME
           
static int kCALL_PLAIN
           
static int kCALL_SINGLE
           
static int kCALL_USER
           
static char kCHAR_CROSS
           
static char kCHAR_LH
           
static int kMAXNBELLS
           
static int kMINNBELLS
           
static java.lang.String kROUNDS
           
 

Field Detail

kMINNBELLS

static final int kMINNBELLS
See Also:
Constant Field Values

kMAXNBELLS

static final int kMAXNBELLS
See Also:
Constant Field Values

kCHAR_CROSS

static final char kCHAR_CROSS
See Also:
Constant Field Values

kCHAR_LH

static final char kCHAR_LH
See Also:
Constant Field Values

kCALL_PLAIN

static final int kCALL_PLAIN
See Also:
Constant Field Values

kCALL_BOB

static final int kCALL_BOB
See Also:
Constant Field Values

kCALL_SINGLE

static final int kCALL_SINGLE
See Also:
Constant Field Values

kCALL_EXTREME

static final int kCALL_EXTREME
See Also:
Constant Field Values

kCALL_USER

static final int kCALL_USER
See Also:
Constant Field Values

kROUNDS

static final java.lang.String kROUNDS
See Also:
Constant Field Values