haifa.shopsim.UI.shopanim
Interface ShopAnimConstants

All Known Implementing Classes:
JobShopGraphics, ShopAnim, ShopAnimIcon

public interface ShopAnimConstants

Constants for the ShopAnimation, determine the speicfication of the size of the grid. Currently allows upt to 25 machines but only 10 routes.

Version:
1.1

Field Summary
static int EAST
           
static int NORTH
           
static int NOT_SET
           
static int NUM_MACHINE_SPOTS_HEIGHT
           
static int NUM_MACHINE_SPOTS_WIDTH
           
static int SOUTH
           
static int WEST
           
 

Field Detail

NUM_MACHINE_SPOTS_HEIGHT

public static final int NUM_MACHINE_SPOTS_HEIGHT

NUM_MACHINE_SPOTS_WIDTH

public static final int NUM_MACHINE_SPOTS_WIDTH

NORTH

public static final int NORTH

EAST

public static final int EAST

SOUTH

public static final int SOUTH

WEST

public static final int WEST

NOT_SET

public static final int NOT_SET