com.anji.tournament
Class SimpleTournament.PlayerPair

java.lang.Object
  extended bycom.anji.tournament.SimpleTournament.PlayerPair
Enclosing class:
SimpleTournament

protected class SimpleTournament.PlayerPair
extends java.lang.Object

Pair of PlayerAndResults for each game.

Author:
Philip Tucker

Field Summary
 PlayerResults contestant
          main contestant
 PlayerResults opponent
          opponent
 
Constructor Summary
protected SimpleTournament.PlayerPair()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

contestant

public PlayerResults contestant
main contestant


opponent

public PlayerResults opponent
opponent

Constructor Detail

SimpleTournament.PlayerPair

protected SimpleTournament.PlayerPair()
Method Detail

toString

public java.lang.String toString()
See Also:
Object.toString()