|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuchicago.src.sim.games.PayoffPair
public class PayoffPair
Wraps both player's payoffs. Used by Game.
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 |
|---|
public float playerOnePayoff
public float playerTwoPayoff
| Constructor Detail |
|---|
public PayoffPair(float playerOnePayoff,
float playerTwoPayoff)
_playerOne - player one's payoff_playerTwo - player two's payoff
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||