Uses of Class
org.apache.hadoop.examples.dancing.Pentomino.SolutionCategory

Packages that use Pentomino.SolutionCategory
org.apache.hadoop.examples.dancing This package is a distributed implementation of Knuth's dancing links algorithm that can run under Hadoop. 
 

Uses of Pentomino.SolutionCategory in org.apache.hadoop.examples.dancing
 

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.
 



Copyright © 2009 The Apache Software Foundation