G I L M P R S T 

G

getName() - Method in class RochambeauPlayer
Query method to get the player's name.
getWinner(int, int) - Static method in class Rochambeau
Determine the winner, given two Rochambeau "throws".
getWins() - Method in class RochambeauPlayer
Query method to get the player's win total.

I

incrementWins() - Method in class RochambeauPlayer
Increment the number of wins of the player

L

lastThrow() - Method in class RochambeauPlayer
Query method to get the last throw in String format.

M

main(String[]) - Static method in class RochambeauGame
 
makeThrow() - Method in class RochambeauPlayer
Player decides randomly which throw to make.
makeThrow(int) - Method in class RochambeauPlayer
Instruct the player which throw to make.

P

PAPER - Static variable in class Rochambeau
 

R

Rochambeau - Class in <Unnamed>
Class to model the game o Rochambeau.
Rochambeau() - Constructor for class Rochambeau
 
RochambeauGame - Class in <Unnamed>
Write a description of class RochambeauGame here.
RochambeauGame() - Constructor for class RochambeauGame
 
RochambeauPlayer - Class in <Unnamed>
A class that models a Rochambeau Player.
RochambeauPlayer(String) - Constructor for class RochambeauPlayer
Constructor for RochambeauPlayer objects.
ROCK - Static variable in class Rochambeau
 

S

SCISSORS - Static variable in class Rochambeau
 

T

toString() - Method in class RochambeauPlayer
Query method to get player as a String.
G I L M P R S T