A B C D E F G H I K L M N O P R S T U V W 

A

AbstractTerminatorController - Class in edu.jhu.cs.oose.group14.frontend
A class that stores the commonalities between all the Controller pieces of the frontend.
AbstractTerminatorController() - Constructor for class edu.jhu.cs.oose.group14.frontend.AbstractTerminatorController
 
acceptKill() - Method in class edu.jhu.cs.oose.group14.backend.users.Player
Informs the game this player is participating in that they accept being killed by another player.
acceptKill(ModelMap) - Method in class edu.jhu.cs.oose.group14.frontend.GameInformationController
Method to accept kills in the game.
acceptRequest(String) - Method in class edu.jhu.cs.oose.group14.frontend.FriendsController
The method used by a user to accept a friend request.
Account - Class in edu.jhu.cs.oose.group14.backend.users
A class representing an Account in the system, essentially a user on the Server.
Account(String, String, String) - Constructor for class edu.jhu.cs.oose.group14.backend.users.Account
Constructs a new Account object.
Account() - Constructor for class edu.jhu.cs.oose.group14.backend.users.Account
This default constructor is used entirely by Hibernate.
AccountController - Class in edu.jhu.cs.oose.group14.frontend
The Spring controller class for the account information view of the Terminator web application.
AccountController() - Constructor for class edu.jhu.cs.oose.group14.frontend.AccountController
 
AccountInformationController - Class in edu.jhu.cs.oose.group14.frontend
The Spring controller class for the display of account information.
AccountInformationController() - Constructor for class edu.jhu.cs.oose.group14.frontend.AccountInformationController
 
addAccount(Account) - Method in class edu.jhu.cs.oose.group14.backend.Server
Adds a new account to the server.
addAccount(Account) - Method in class edu.jhu.cs.oose.group14.backend.ServerProxy
Adds a new account to the server.
addAdmin(Admin) - Method in class edu.jhu.cs.oose.group14.backend.Game
Adds an administrator to the game.
addAdmin(Account) - Method in class edu.jhu.cs.oose.group14.backend.Game
Adds an administrator to the game.
addAdmins(GameConfiguration, ModelMap) - Method in class edu.jhu.cs.oose.group14.frontend.GameInformationController
Method to add all the admins to the game.
addBlocked(SpringStringWrapper, ModelMap) - Method in class edu.jhu.cs.oose.group14.frontend.BlockedController
This adds another account to the blocked list.
addFriend(SpringStringWrapper, ModelMap) - Method in class edu.jhu.cs.oose.group14.frontend.FriendsController
 
addPlayer(Player) - Method in class edu.jhu.cs.oose.group14.backend.Game
Adds a player to the game.
addPlayer(Account) - Method in class edu.jhu.cs.oose.group14.backend.Game
Adds a player to the game.
addPlayer(Player) - Method in class edu.jhu.cs.oose.group14.backend.states.GameState
Adds a player to the game.
addPlayer(Account) - Method in class edu.jhu.cs.oose.group14.backend.states.GameState
Adds a player to the game given an account.
addPlayer(Player) - Method in class edu.jhu.cs.oose.group14.backend.states.OverGameState
 
addPlayer(Account) - Method in class edu.jhu.cs.oose.group14.backend.states.OverGameState
 
addPlayer(Player) - Method in class edu.jhu.cs.oose.group14.backend.states.PlayingGameState
 
addPlayer(Account) - Method in class edu.jhu.cs.oose.group14.backend.states.PlayingGameState
 
addPlayer(Player) - Method in class edu.jhu.cs.oose.group14.backend.states.SetupGameState
 
addPlayer(Account) - Method in class edu.jhu.cs.oose.group14.backend.states.SetupGameState
 
addPlayer(Player) - Method in class edu.jhu.cs.oose.group14.backend.states.StoppedGameState
 
addPlayer(Account) - Method in class edu.jhu.cs.oose.group14.backend.states.StoppedGameState
 
addPlayers(GameConfiguration, ModelMap) - Method in class edu.jhu.cs.oose.group14.frontend.GameInformationController
Adds players to the game.
Admin - Class in edu.jhu.cs.oose.group14.backend.users
A class representing the administrator of a game.
Admin() - Constructor for class edu.jhu.cs.oose.group14.backend.users.Admin
 
approveKick(String, ModelMap) - Method in class edu.jhu.cs.oose.group14.frontend.GameInformationController
The method used for an admin to approve a player being kicked out
arbitrate(ArbitrationRequest, boolean) - Method in class edu.jhu.cs.oose.group14.backend.users.Admin
Approves or denies a kill that has been disputed by the victim.
ArbitrationRequest - Class in edu.jhu.cs.oose.group14.backend
This class represents an Arbitration Request.
ArbitrationRequest(Player, Player, String) - Constructor for class edu.jhu.cs.oose.group14.backend.ArbitrationRequest
Creates the Arbitration Request.
ArbitrationRequest() - Constructor for class edu.jhu.cs.oose.group14.backend.ArbitrationRequest
 
attachKillListener(KillListener) - Method in class edu.jhu.cs.oose.group14.backend.users.Player
Attaches a KillListener to this player, essentially informing them that another player is claiming to have killed them.
A B C D E F G H I K L M N O P R S T U V W