Methods in org.apache.hadoop.examples.dancing that return Pentomino.SolutionCategory |
Pentomino.SolutionCategory |
Pentomino.getCategory(List<List<Pentomino.ColumnName>> names)
Find whether the solution has the x in the upper left quadrant, the
x-midline, the y-midline or in the center. |
static Pentomino.SolutionCategory |
Pentomino.SolutionCategory.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Pentomino.SolutionCategory[] |
Pentomino.SolutionCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared. |