Uses of Class
jrummikub.model.StoneSet.Type

Packages that use StoneSet.Type
jrummikub.model   
 

Uses of StoneSet.Type in jrummikub.model
 

Methods in jrummikub.model that return StoneSet.Type
 StoneSet.Type StoneSet.classify()
          Test for rule conflict within the StoneSet and determine whether the set is a group or a run
static StoneSet.Type StoneSet.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StoneSet.Type[] StoneSet.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.