Uses of Interface
edu.princeton.repeatedgames.rgsolve.RGSolveProgressUpdater

Packages that use RGSolveProgressUpdater
edu.princeton.repeatedgames.rgsolve Contains the core classes of the rgsolve package, including the solver class RGSolve, the solver settings AlgoParameters, and data structures like RGSolution for storing game solutions and algorithm information. 
 

Uses of RGSolveProgressUpdater in edu.princeton.repeatedgames.rgsolve
 

Fields in edu.princeton.repeatedgames.rgsolve declared as RGSolveProgressUpdater
static RGSolveProgressUpdater RGSolveProgressUpdater.emptyStatusPrinter
          Prints nothing
private  RGSolveProgressUpdater RGSolve.progressUpdater
          An instance implementing RGSolveProgressUpdater that tells RGSolve where to print status updates
static RGSolveProgressUpdater RGSolveProgressUpdater.statusPrinter
          The default RGGui_Interface that prints all progress updates to the console
 

Methods in edu.princeton.repeatedgames.rgsolve that return RGSolveProgressUpdater
 RGSolveProgressUpdater RGSolve.getRggui_interface()
          Returns the value of the field called 'rggui_interface'.
 

Methods in edu.princeton.repeatedgames.rgsolve with parameters of type RGSolveProgressUpdater
private  void RGSolve.initializeObject(Game game, AlgoParameters params, RGSolveProgressUpdater progressUpdater)
          Initializes all rgsolve-object data
 

Constructors in edu.princeton.repeatedgames.rgsolve with parameters of type RGSolveProgressUpdater
RGSolve(Game game, AlgoParameters params, RGSolveProgressUpdater progressUpdater)
          Constructor using user-passed-in parameters params, and which prints status updates to progressUpdater