uchicago.src.sim.games
Class PayoffPair

java.lang.Object
  extended by uchicago.src.sim.games.PayoffPair

public class PayoffPair
extends java.lang.Object

Wraps both player's payoffs. Used by Game.

Version:
$Revision: 1.5 $ $Date: 2004/11/03 19:51:03 $
Author:
Nick Collier
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
 
Method Summary
 
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

Parameters:
_playerOne - player one's payoff
_playerTwo - player two's payoff