RePast
v. 2.0

uchicago.src.sim.games
Class PayoffPair

java.lang.Object
  |
  +--uchicago.src.sim.games.PayoffPair

public class PayoffPair
extends Object

Wraps both player's payoffs. Used by Game.

See Also:
Game

Field Summary
 float playerOnePayoff
          Player one's payoff
 float playerTwoPayoff
          Player two's payoff
 
Constructor Summary
PayoffPair(float playerOnePayoff, float playerTwoPayoff)
          Creates a payoff pair with specified values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

playerOnePayoff

public float playerOnePayoff
Player one's payoff


playerTwoPayoff

public float playerTwoPayoff
Player two's payoff

Constructor Detail

PayoffPair

public PayoffPair(float playerOnePayoff,
                  float playerTwoPayoff)
Creates a payoff pair with specified values


RePast
v. 2.0

Bug reports and feature requests to RePast