Uses of Class
edu.princeton.repeatedgames.rgsolve.games.GameFactory.FIELD_TYPE

Packages that use GameFactory.FIELD_TYPE
edu.princeton.repeatedgames.rgsolve.games Contains the Game class which defines a repeated game, and classes for constructing, manipulating and analyzing games. 
 

Uses of GameFactory.FIELD_TYPE in edu.princeton.repeatedgames.rgsolve.games
 

Fields in edu.princeton.repeatedgames.rgsolve.games declared as GameFactory.FIELD_TYPE
(package private) static GameFactory.FIELD_TYPE GameFactory.INT
          Integer fields
(package private) static GameFactory.FIELD_TYPE GameFactory.REAL
          Real (double) fields
 

Methods in edu.princeton.repeatedgames.rgsolve.games that return GameFactory.FIELD_TYPE
static GameFactory.FIELD_TYPE GameFactory.FIELD_TYPE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GameFactory.FIELD_TYPE[] GameFactory.FIELD_TYPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.princeton.repeatedgames.rgsolve.games with parameters of type GameFactory.FIELD_TYPE
private static double[] GameFactory.getSpecialGameParameters(java.lang.String gameNotes, java.lang.String[] fieldNames, java.lang.String[] defaults, GameFactory.FIELD_TYPE[] fieldTypes)
          Helper method for constructing special game dialogs