Package | Description |
---|---|
cusack.hcg.database | |
cusack.hcg.gui.controller |
Modifier and Type | Method and Description |
---|---|
Puzzle.PuzzleType |
Puzzle.getPuzzletype() |
static Puzzle.PuzzleType |
Puzzle.PuzzleType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Puzzle.PuzzleType[] |
Puzzle.PuzzleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Puzzle.setPuzzletype(Puzzle.PuzzleType puzzletype) |
Constructor and Description |
---|
Puzzle(int problemID,
int graphID,
int userID,
java.lang.String puzzleData,
Puzzle.VisibilityType visibility,
java.lang.String name,
Puzzle.PuzzleType gameType,
int difficulty,
double scoreFactor,
java.lang.String description,
java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
void |
ChooseGenericTableController.init(StackedScreen g,
TableView<PlayablePuzzle> view,
Puzzle.PuzzleType type) |