Package Phase3
Class Wrapper
java.lang.Object
Phase3.Wrapper
public class Wrapper
extends java.lang.Object
Wrapper class holding many crucial variables' values that are used by other classes within this package
-
Field Summary
Fields Modifier and Type Field Description (package private) static double
ACTUAL_CONTAINER_DEPTH
(package private) static double
ACTUAL_CONTAINER_HEIGHT
(package private) static double
ACTUAL_CONTAINER_WIDTH
(package private) static java.lang.String
algorithmType
(package private) static int
cellSize
(package private) static int
CONTAINER_DEPTH
(package private) static int
CONTAINER_HEIGHT
(package private) static int
CONTAINER_WIDTH
(package private) static InputDetail[]
inputDetails
(package private) static java.lang.String
inputType
(package private) static int
maxTime
(package private) static boolean
precise
(package private) static boolean
printState
(package private) static java.lang.String
problemType
(package private) static float
score
(package private) static int[][][]
UIInput
-
Constructor Summary
Constructors Constructor Description Wrapper()
-
Method Summary
-
Field Details
-
CONTAINER_WIDTH
static final int CONTAINER_WIDTH- See Also:
- Constant Field Values
-
CONTAINER_HEIGHT
static final int CONTAINER_HEIGHT- See Also:
- Constant Field Values
-
CONTAINER_DEPTH
static final int CONTAINER_DEPTH- See Also:
- Constant Field Values
-
ACTUAL_CONTAINER_WIDTH
static final double ACTUAL_CONTAINER_WIDTH- See Also:
- Constant Field Values
-
ACTUAL_CONTAINER_HEIGHT
static final double ACTUAL_CONTAINER_HEIGHT- See Also:
- Constant Field Values
-
ACTUAL_CONTAINER_DEPTH
static final double ACTUAL_CONTAINER_DEPTH- See Also:
- Constant Field Values
-
cellSize
static final int cellSize- See Also:
- Constant Field Values
-
score
static float score -
inputType
static java.lang.String inputType -
problemType
static java.lang.String problemType -
algorithmType
static java.lang.String algorithmType -
inputDetails
-
UIInput
static int[][][] UIInput -
precise
static boolean precise -
maxTime
static int maxTime -
printState
static boolean printState
-
-
Constructor Details
-
Wrapper
public Wrapper()
-