| Package | Description |
|---|---|
| cusack.hcg.database | |
| cusack.hcg.model |
| Modifier and Type | Method and Description |
|---|---|
Puzzle.VisibilityType |
Puzzle.getVisibility() |
static Puzzle.VisibilityType |
Puzzle.VisibilityType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Puzzle.VisibilityType[] |
Puzzle.VisibilityType.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.setVisibility(Puzzle.VisibilityType visibility) |
| 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 |
|---|---|
Puzzle.VisibilityType |
PuzzleInstance.getVisibility() |