Index

A B C D E F G H I J L M N O P Q R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

C

CALC_POINTS - Enum constant in enum class it.polimi.ingsw.am13.model.GameStatus
 
calcCornersCovered() - Method in class it.polimi.ingsw.am13.model.card.CardSidePlayable
 
calcCornersCovered() - Method in interface it.polimi.ingsw.am13.model.card.CardSidePlayableIF
 
calcPoints(CardSidePlayableIF, FieldIF) - Method in class it.polimi.ingsw.am13.model.card.points.PointsCorner
This method calculates the points given by the card side, according to how many corners it covers
calcPoints(CardSidePlayableIF, FieldIF) - Method in class it.polimi.ingsw.am13.model.card.points.PointsInstant
This method returns the points given by the card side
calcPoints(CardSidePlayableIF, FieldIF) - Method in interface it.polimi.ingsw.am13.model.card.points.PointsPlayable
Calculate points of the card, according to information present in class that implements this interface.
calcPoints(CardSidePlayableIF, FieldIF) - Method in class it.polimi.ingsw.am13.model.card.points.PointsResource
This method calculates the points given by the card side, according to how many resources of the required type, which is indicated on the card itself, are visible.
calcPoints(Field) - Method in class it.polimi.ingsw.am13.model.card.CardObjective
Calculates the points guaranteed by the card for the field passed as parameter
calcPoints(Field) - Method in class it.polimi.ingsw.am13.model.card.CardSideObjectiveActive
Calculates the points guaranteed by the card for the field passed as parameter
calcPoints(Field) - Method in class it.polimi.ingsw.am13.model.card.CardSidePlayable
 
calcPoints(FieldIF) - Method in interface it.polimi.ingsw.am13.model.card.points.PointsObjective
Calculate points of the card, according to information present in class that implements this interface.
calcPoints(FieldIF) - Method in class it.polimi.ingsw.am13.model.card.points.PointsPattern
Calculate points of the card, according to how many (at most) non-intersercint patterns with right colors are found.
calcPoints(FieldIF) - Method in class it.polimi.ingsw.am13.model.card.points.PointsSet
Calculate points of the card, according to how many sets of resources/objects, which are indicated by the card itself, are visible.
calcWinner() - Method in class it.polimi.ingsw.am13.model.GameModel
Method callable only once reached phase ENDED It finds the winner, ie the player(s) with the most points
calcWinner() - Method in class it.polimi.ingsw.am13.model.Match
This method finds the winner among the connected players, ie the one with the most points
calls - Variable in class it.polimi.ingsw.am13.network.rmi.GameListenerServerRMI
Queue of the RMI calls to perform.
card - Variable in class it.polimi.ingsw.am13.network.socket.message.command.MsgCommandChoosePersonalObjective
The chosen personal objective
card - Variable in class it.polimi.ingsw.am13.network.socket.message.command.MsgCommandPickCard
The card that the player wants to pick
card - Variable in class it.polimi.ingsw.am13.network.socket.message.command.MsgCommandPlayCard
The card the player wants to play
Card - Class in it.polimi.ingsw.am13.model.card
Represents a generic card of the game.
Card(String) - Constructor for class it.polimi.ingsw.am13.model.card.Card
Set the specified id while creating a new card The card is created not visible in the field
CARD_JSON_PATH - Static variable in class it.polimi.ingsw.am13.model.card.CardFactory
Path to card_data.json file
CardFactory - Class in it.polimi.ingsw.am13.model.card
This class parses the information of card_json and creates Card objects in accordance to the Factory pattern
CardFactory() - Constructor for class it.polimi.ingsw.am13.model.card.CardFactory
 
CardGold - Class in it.polimi.ingsw.am13.model.card
Represents a golden car, that can be played in player's field sometime during the game.
CardGold(String, CardSidePlayable, CardSidePlayable) - Constructor for class it.polimi.ingsw.am13.model.card.CardGold
Creates a new card setting all its immutable attributes The card is created not visible in field
CardGold(String, Color, Map<Resource, Integer>, List<Corner>, PointsPlayable) - Constructor for class it.polimi.ingsw.am13.model.card.CardGold
Creates a new card setting all immutable attributs.
CardIF - Interface in it.polimi.ingsw.am13.model.card
Read-only interface of a card
cardIsPlaceableAtCoord(Coordinates) - Method in class it.polimi.ingsw.am13.model.player.Field
Checks if a card is placeable in a certain position of the Field applying the rules described in the rulebook.
CardObjective - Class in it.polimi.ingsw.am13.model.card
Represents an objective card.
CardObjective(String, int, Color, Color, Color, int, int) - Constructor for class it.polimi.ingsw.am13.model.card.CardObjective
Creates a new immutable card side for an objective card of type "x points for each pattern with 3 card in a certain position and with certain colors"
CardObjective(String, int, Map<Resource, Integer>) - Constructor for class it.polimi.ingsw.am13.model.card.CardObjective
Creates a new immutable objective card, with points of type "x points for each set of resources/objects"
CardObjectiveIF - Interface in it.polimi.ingsw.am13.model.card
Represents an objective card.
CardPlayable - Class in it.polimi.ingsw.am13.model.card
Represents a card that can be played in player's field sometime during the game.
CardPlayable(String, CardSidePlayable, CardSidePlayable) - Constructor for class it.polimi.ingsw.am13.model.card.CardPlayable
Sets all immutable parameters of a playable card while creating a new one.
CardPlayableIF - Interface in it.polimi.ingsw.am13.model.card
Represents a card that can be played in player's field sometime during the game.
cardPlayer - Variable in class it.polimi.ingsw.am13.network.socket.message.response.MsgResponsePlayedCard
The card that has been played
CardResource - Class in it.polimi.ingsw.am13.model.card
Represents a resource car, that can be played in player's field sometime during the game.
CardResource(String, CardSidePlayable, CardSidePlayable) - Constructor for class it.polimi.ingsw.am13.model.card.CardResource
Creates a new card setting all its immutable attributes The card is created not visible in field
CardResource(String, Color, List<Corner>, int) - Constructor for class it.polimi.ingsw.am13.model.card.CardResource
Creates a new card setting all immutable attributs.
CardSideObjectiveActive - Class in it.polimi.ingsw.am13.model.card
Represents the active side (front) of an objective card.
CardSideObjectiveActive(int, Color, Color, Color, int, int) - Constructor for class it.polimi.ingsw.am13.model.card.CardSideObjectiveActive
Creates a new immutable card side for an objective card of type "x points for each pattern with 3 card in a certain position and with certain colors"
CardSideObjectiveActive(int, Map<Resource, Integer>) - Constructor for class it.polimi.ingsw.am13.model.card.CardSideObjectiveActive
Creates a new immutable card side for an objective card of type "x points for each set of resources/objects"
CardSidePlayable - Class in it.polimi.ingsw.am13.model.card
This class represents one of the two sides of a playable card
CardSidePlayable(Map<Resource, Integer>, List<Corner>, List<Resource>, PointsPlayable, Color, String, Side) - Constructor for class it.polimi.ingsw.am13.model.card.CardSidePlayable
This is the constructor of a cardSidePlayable
CardSidePlayableIF - Interface in it.polimi.ingsw.am13.model.card
 
CardSideSymbolsBuilder(CardPlayableIF, Side) - Constructor for class it.polimi.ingsw.am13.client.view.tui.ViewTUIPrintUtils.CardSideSymbolsBuilder
Construct this class by initialising the various symbols according to the passed card side
CardStarter - Class in it.polimi.ingsw.am13.model.card
Represents a starter car, that can be played in player's field sometime during the game.
CardStarter(String, CardSidePlayable, CardSidePlayable) - Constructor for class it.polimi.ingsw.am13.model.card.CardStarter
Creates a new card setting all immutable attributes of card itself.
CardStarter(String, List<Corner>, List<Resource>, List<Corner>) - Constructor for class it.polimi.ingsw.am13.model.card.CardStarter
Creates a new card setting all immutable attributs.
CardStarterIF - Interface in it.polimi.ingsw.am13.model.card
Represents a starter car, with its id and a visible side (if it's visible in someone's field of in the common field)
cardToStr(CardSidePlayableIF) - Static method in class it.polimi.ingsw.am13.client.view.tui.ViewTUIPrintUtils
 
centerResources - Variable in class it.polimi.ingsw.am13.model.card.CardSidePlayable
This possibly empty list contains the resources at the center of the card side
centerResourcesStarter - Variable in class it.polimi.ingsw.am13.client.view.tui.ViewTUIPrintUtils.CardSideSymbolsBuilder
"xyz"
changeAndPrintMenu(String, MenuItem...) - Method in class it.polimi.ingsw.am13.client.view.tui.ViewTUI
Creates a new menu with the specified items, sets this as the new current menu and prints it
changeMusicToPlay(String) - Method in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
It changes the current track chosen for the player of background music.
chat - Variable in class it.polimi.ingsw.am13.client.chat.Chat
This is the map that stores the chat messages, associating to every valid list of PlayerLobby a list of ChatMessage
chat - Variable in class it.polimi.ingsw.am13.client.network.rmi.GameListenerClientRMI
 
chat - Variable in class it.polimi.ingsw.am13.client.network.socket.ServerResponseHandler
Chat storing all the messages involving this player
chat - Variable in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
 
chat - Variable in class it.polimi.ingsw.am13.client.view.tui.ViewTUI
Chat.
Chat - Class in it.polimi.ingsw.am13.client.chat
This class stores all the chat messages that meet the following requirements: -they have thisPlayer as a sender or as one of the receivers -the number of receivers is either one, or number of players-1 (all the players aside from the sender)
Chat(List<PlayerLobby>, PlayerLobby) - Constructor for class it.polimi.ingsw.am13.client.chat.Chat
This constructor sets the value of thisPlayer and otherPlayers, and initializes the chat by associating an empty list to each valid list of PlayerLobby
chatArea - Variable in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
 
chatChoice - Variable in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
 
chatField - Variable in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
 
ChatMessage - Class in it.polimi.ingsw.am13.client.chat
A single chat message, as it is stored on the client.
ChatMessage(PlayerLobby, String) - Constructor for class it.polimi.ingsw.am13.client.chat.ChatMessage
Sets the attributes to the corresponding parameter
chatRoom - Variable in class it.polimi.ingsw.am13.client.view.tui.menu.MenuItemSendChatMessage
List of receivers defining the current shown chat room.
CHECK_REQUIREMENTS - Static variable in class it.polimi.ingsw.am13.ParametersServer
If true (default) the requirements for gold cards are checked.
checkFinalPhase() - Method in class it.polimi.ingsw.am13.model.Match
 
checkInGamePhase() - Method in class it.polimi.ingsw.am13.model.Match
This method checks if the initial phase (game setup) has been completed, and if so, sets the game status to IN_GAME
checkPing() - Method in class it.polimi.ingsw.am13.controller.GameController
This method checks the pings of each game listener every sleepTime ms and disconnects players whose game listener ping is too old
checkPings - Static variable in class it.polimi.ingsw.am13.ParametersServer
Flag indicating if the server must check the pings of the clients.
chooseColorByToken(Token) - Method in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerRooms
Create a color object, choosing the color according to the given token
choosePersonalObjective(CardObjectiveIF) - Method in interface it.polimi.ingsw.am13.client.network.NetworkHandler
Choose the personal objective card
choosePersonalObjective(CardObjectiveIF) - Method in class it.polimi.ingsw.am13.client.network.rmi.NetworkHandlerRMI
Choose the personal objective card
choosePersonalObjective(CardObjectiveIF) - Method in class it.polimi.ingsw.am13.client.network.socket.NetworkHandlerSocket
Choose the personal objective card
choosePersonalObjective(CardObjectiveIF) - Method in class it.polimi.ingsw.am13.network.rmi.GameControllerRMI
Method callable only during INIT phase.
choosePersonalObjective(CardObjectiveIF) - Method in interface it.polimi.ingsw.am13.network.rmi.GameControllerRMIIF
Method callable only during INIT phase.
choosePersonalObjective(PlayerLobby, CardObjectiveIF) - Method in class it.polimi.ingsw.am13.controller.GameController
Method callable only during INIT phase.
choosePersonalObjective(PlayerLobby, CardObjectiveIF) - Method in class it.polimi.ingsw.am13.model.GameModel
Method callable only during INIT phase.
choosePersonalObjective(PlayerLobby, CardObjectiveIF) - Method in class it.polimi.ingsw.am13.model.Match
Sets the personal objective of the player according to his choice
chosenNickname - Variable in class it.polimi.ingsw.am13.network.socket.message.command.MsgCommandCreateRoom
The nickname the client wants to create the room with.
chosenNickname - Variable in class it.polimi.ingsw.am13.network.socket.message.command.MsgCommandJoinRoom
The nickname the client wants to join the room with.
chosenObjective - Variable in class it.polimi.ingsw.am13.network.socket.message.response.MsgResponseChosenPersonalObjective
The chosen personal objective
clearPickables() - Method in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
Clear the pickable cards
clearScreen() - Static method in class it.polimi.ingsw.am13.client.view.tui.ViewTUIConstants
 
CLIENT_IP - Static variable in class it.polimi.ingsw.am13.ParametersClient
Server's ip (to which to connect)
clientLis - Variable in class it.polimi.ingsw.am13.network.rmi.GameListenerServerRMI
Client-side listener, on which to call the RMI methods (to send the updates).
ClientMain - Class in it.polimi.ingsw.am13.client
 
ClientMain() - Constructor for class it.polimi.ingsw.am13.client.ClientMain
 
clientRequestsHandler - Variable in class it.polimi.ingsw.am13.network.socket.GameListenerServerSocket
The handler of the client requests
ClientRequestsHandler - Class in it.polimi.ingsw.am13.network.socket
This class listens for request messages coming from a client connected via socket.
ClientRequestsHandler(Socket) - Constructor for class it.polimi.ingsw.am13.network.socket.ClientRequestsHandler
Constructor for the ClientRequestsHandler class.
clientSocket - Variable in class it.polimi.ingsw.am13.network.socket.ClientRequestsHandler
Socket opened with the connected client
clone() - Method in class it.polimi.ingsw.am13.model.card.CardSidePlayable
 
clone() - Method in interface it.polimi.ingsw.am13.model.card.CardSidePlayableIF
 
clone() - Method in class it.polimi.ingsw.am13.model.card.Corner
 
closeConnection() - Method in interface it.polimi.ingsw.am13.controller.GameListener
Closes the connection for the player associated to this listener
closeConnection() - Method in class it.polimi.ingsw.am13.network.rmi.GameListenerServerRMI
 
closeConnection() - Method in class it.polimi.ingsw.am13.network.socket.GameListenerServerSocket
Updates the client that a player has disconnected and the corresponding socket must be closed.
color - Variable in class it.polimi.ingsw.am13.client.view.tui.ViewTUIPrintUtils.CardSideSymbolsBuilder
resource color -> " x " / "[x]"
color - Variable in class it.polimi.ingsw.am13.model.card.CardSidePlayable
It stores the color of this card
color - Variable in class it.polimi.ingsw.am13.model.player.Token
Color of the token
Color - Enum Class in it.polimi.ingsw.am13.model.card
Represents color of a card side.
Color() - Constructor for enum class it.polimi.ingsw.am13.model.card.Color
 
color1 - Variable in class it.polimi.ingsw.am13.model.card.points.PointsPattern
Color of the upper card
color2 - Variable in class it.polimi.ingsw.am13.model.card.points.PointsPattern
Color of the middle card
color3 - Variable in class it.polimi.ingsw.am13.model.card.points.PointsPattern
Color of the bottom card
colorBox - Variable in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerRooms
 
colorConverter(String) - Method in class it.polimi.ingsw.am13.model.card.CardFactory
 
colorNickname(PlayerLobby) - Static method in class it.polimi.ingsw.am13.client.view.tui.ViewTUIConstants
Returns the colored version of this player's nickname, based on the color of the token
ColorToken - Enum Class in it.polimi.ingsw.am13.model.player
Enumeration of the four available colors for the token
ColorToken() - Constructor for enum class it.polimi.ingsw.am13.model.player.ColorToken
 
command - Variable in class it.polimi.ingsw.am13.PromptCommand
Command key from the command line (comprehensive of the '--')
commandKey - Variable in class it.polimi.ingsw.am13.client.view.tui.menu.MenuItem
Command key with which it is possible to invoke the command via the command line
commands - Static variable in class it.polimi.ingsw.am13.client.ClientMain
Map associating the command key to the command itself
commands - Static variable in class it.polimi.ingsw.am13.ServerMain
Map associating the command key to the command itself
commandsList - Static variable in class it.polimi.ingsw.am13.client.ClientMain
List of accepted commands from the client command line
commandsList - Static variable in class it.polimi.ingsw.am13.ServerMain
List of accepted commands from the client command line
commonObj1 - Variable in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
 
commonObj2 - Variable in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
 
commonObjectives - Variable in class it.polimi.ingsw.am13.client.gamestate.GameState
The list of objectives that are common to all players Following game's rules, this should be always of size 2
ConnectionException - Exception Class in it.polimi.ingsw.am13.model.exceptions
This exception is thrown when there is attempt to reconnect a player which is already connected, or disconnect a player which has already been disconnected.
ConnectionException(String) - Constructor for exception class it.polimi.ingsw.am13.model.exceptions.ConnectionException
Constructor of the exception.
controller - Variable in class it.polimi.ingsw.am13.client.network.rmi.NetworkHandlerRMI
The controller of the match associated to this network handler
controller - Variable in class it.polimi.ingsw.am13.network.rmi.GameListenerServerRMI
Controller of the game, null until the startGaame / reconnectGame update is received
controllerInit - Variable in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
Controller for the initialization view
controllers - Variable in class it.polimi.ingsw.am13.controller.Lobby
Controllers of the games already started (mapped via their gameId)
controllerWinner - Variable in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
Controller for the winner view
coordinates - Variable in class it.polimi.ingsw.am13.network.socket.message.response.MsgResponsePlayedCard
The coordinates at which the card that has been played
Coordinates - Class in it.polimi.ingsw.am13.model.card
Represents a 2-tuple of coordinates for a 2D point or vector that could be used in game.
Coordinates(int, int) - Constructor for class it.polimi.ingsw.am13.model.card.Coordinates
Creates an immutable valid object Coordinates.
coords - Variable in class it.polimi.ingsw.am13.network.socket.message.command.MsgCommandPlayCard
The coordinates in the field where the card should be played
Corner - Class in it.polimi.ingsw.am13.model.card
This is a class that represents one of the four corners of the side of a card
Corner() - Constructor for class it.polimi.ingsw.am13.model.card.Corner
This is a constructor of a corner that isn't visible.
Corner(Resource) - Constructor for class it.polimi.ingsw.am13.model.card.Corner
This is a constructor of a visible corner
corners - Variable in class it.polimi.ingsw.am13.client.view.tui.ViewTUIPrintUtils.CardSideSymbolsBuilder
-> {x,y,z,k} (a character for each corner, corresponding to its resource)
corners - Variable in class it.polimi.ingsw.am13.model.card.CardSidePlayable
It stores the 4 corners of the card side In order, they are: upper left, upper right, lower right, lower left
cornerX - Static variable in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
Width of a visible corner of the image of a card
cornerY - Static variable in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
Height of a visible corner of the image of a card
correspondingResource() - Method in enum class it.polimi.ingsw.am13.model.card.Color
Gets the resource associated to the color of a card.
countConnected() - Method in class it.polimi.ingsw.am13.client.gamestate.GameState
 
countConnected() - Method in class it.polimi.ingsw.am13.model.GameModel
 
countConnected() - Method in class it.polimi.ingsw.am13.model.Match
 
counterLabels - Variable in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
A map associating each resource to its Label
countSetup - Variable in class it.polimi.ingsw.am13.model.Match
This variable keeps track of how players have chosen their objective card and played their starter card
coverCorner() - Method in class it.polimi.ingsw.am13.model.card.Corner
This method covers the Corner by setting the covered variable to true
covered - Variable in class it.polimi.ingsw.am13.model.card.Corner
This attribute represents whether the corner has been covered by another corner or not
createAndPositionTokenImage(PlayerLobby) - Method in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
Creates the image for the color token of the given player, and places it on the position 0 of the score tracker
createAnimationTokenMove(PlayerLobby, int, int, List<PlayerLobby>) - Method in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
Creates and plays an animation of the given token moving on the scoretrakcer.
createAnimationTokenOffsetLess(PlayerLobby) - Method in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
Creates and plays an animation moving the token of the specified player of an 'offset less', if its token has an offset > 0.
createCardsGold() - Method in class it.polimi.ingsw.am13.model.card.CardFactory
Deserializes a list of Gold cards from the card_data.json
createCardsObjective() - Method in class it.polimi.ingsw.am13.model.card.CardFactory
Deserializes a list of Objective cards from the card_data.json
createCardsResource() - Method in class it.polimi.ingsw.am13.model.card.CardFactory
Deserializes a list of Resource cards from the card_data.json
createCardsStarter() - Method in class it.polimi.ingsw.am13.model.card.CardFactory
Deserializes a list of Starter cards from the card_data.json
createCounterLines(Map<Resource, Integer>) - Static method in class it.polimi.ingsw.am13.client.view.tui.ViewTUIPrintUtils
Creates the 7 lines that can be used as counter in TUI.
createInfoForObjective(CardObjectiveIF) - Static method in class it.polimi.ingsw.am13.client.view.tui.ViewTUIPrintUtils
 
createRoom(GameListenerClientRMIIF, int) - Method in class it.polimi.ingsw.am13.network.rmi.LobbyRMI
Creates a new Room, for now populated only with the specified player.
createRoom(GameListenerClientRMIIF, int) - Method in interface it.polimi.ingsw.am13.network.rmi.LobbyRMIIF
Creates a new Room, for now populated only with the specified player.
createRoom(GameListener, int) - Method in class it.polimi.ingsw.am13.controller.Lobby
Creates a new Room, for now populated only with the specified player.
createRoom(String, Token, int) - Method in interface it.polimi.ingsw.am13.client.network.NetworkHandler
Create a room with the passed parameters
createRoom(String, Token, int) - Method in class it.polimi.ingsw.am13.client.network.rmi.NetworkHandlerRMI
Create a room with the passed parameters
createRoom(String, Token, int) - Method in class it.polimi.ingsw.am13.client.network.socket.NetworkHandlerSocket
Create a room with the passed parameters
createScene(Class<T>, String) - Method in class it.polimi.ingsw.am13.client.view.gui.ViewGUI
Utility function to load the FXML file for a scene of the game and load its controller
createShownPlayerString(RoomIF, int) - Method in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerRooms
Generates the string for the one of the 4 player columns for the rooms table.
createTokenImage(PlayerLobby) - Method in class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
Creates the image for the color token of the given player
currentChatRoom - Variable in class it.polimi.ingsw.am13.client.view.tui.ViewTUI
List of receivers defining the current shown chat room.
currentController - Variable in class it.polimi.ingsw.am13.client.view.gui.ViewGUI
Controller currently active
currentMenu - Variable in class it.polimi.ingsw.am13.client.view.tui.ViewTUI
Current menu, which defines the possible actions to perform
currentPlayer - Variable in class it.polimi.ingsw.am13.client.gamestate.GameState
The current player in a turn-based phase (the one who must play or pick a card).
currentPlayer - Variable in class it.polimi.ingsw.am13.model.Match
The player who is playing in the current turn.
currentTimeString() - Method in class it.polimi.ingsw.am13.client.view.gui.LogGUI
 
currentTimeString() - Method in class it.polimi.ingsw.am13.client.view.tui.LogTUI
 
A B C D E F G H I J L M N O P Q R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form