Uses of Class
edu.wis.jtlv.experimental.games.GamesMain.Kind

Packages that use GamesMain.Kind
edu.wis.jtlv.experimental.games   
 

Uses of GamesMain.Kind in edu.wis.jtlv.experimental.games
 

Fields in edu.wis.jtlv.experimental.games declared as GamesMain.Kind
static GamesMain.Kind GamesMain.do_parallel
           
 

Methods in edu.wis.jtlv.experimental.games that return GamesMain.Kind
static GamesMain.Kind GamesMain.Kind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GamesMain.Kind[] GamesMain.Kind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.