Interface IBM

All Known Implementing Classes:
BrokerImplementation, Consumer, Project2, Refiner

public interface IBM

CS 537, Spring 2004, Project 2. Constants and parameters of the energy trading operation.


Field Summary
static int GOLD
          Code for gold.
static String[] metalName
          Table translating metal codes to names.
static int METALS
          Number of kinds of metal.
static int PLATINUM
          Code for platinum.
static int URANIUM
          Code for uranium.
 

Field Detail

METALS

public static final int METALS
Number of kinds of metal.

See Also:
Constant Field Values

GOLD

public static final int GOLD
Code for gold.

See Also:
Constant Field Values

PLATINUM

public static final int PLATINUM
Code for platinum.

See Also:
Constant Field Values

URANIUM

public static final int URANIUM
Code for uranium.

See Also:
Constant Field Values

metalName

public static final String[] metalName
Table translating metal codes to names. For example, metalName[GOLD] == "gold".