Uses of Class
edu.princeton.repeatedgames.rgsolve.games.staticmethods.StaticGameMethods.PLAYER

Packages that use StaticGameMethods.PLAYER
edu.princeton.repeatedgames.rgsolve.games.staticmethods   
 

Uses of StaticGameMethods.PLAYER in edu.princeton.repeatedgames.rgsolve.games.staticmethods
 

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

Methods in edu.princeton.repeatedgames.rgsolve.games.staticmethods with parameters of type StaticGameMethods.PLAYER
static java.util.ArrayList<java.lang.Integer>[] StaticGameMethods.getStaticBestResponses(Game gm, StaticGameMethods.PLAYER play)
          Calculates *all* best responses for player player Method is not multi-threaded.