A C D E F G I M N P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- cells - Variable in class com.neven.ticTacToeGame.model.Game
-
Field with
Map<Integer, String>
value, is theHashMap
which contain game field cells.
Firs param "Integer
" - is the number of game field (proper values 1-9). - com.neven.ticTacToeGame - package com.neven.ticTacToeGame
- com.neven.ticTacToeGame.controller - package com.neven.ticTacToeGame.controller
-
com.neven.ticTacToeGame.controller is a group of controllers witch allow application to serve HTTP requests.
- com.neven.ticTacToeGame.entity - package com.neven.ticTacToeGame.entity
-
com.neven.ticTacToeGame.entity is a group of classes witch contain a lightweight persistence domain objects.
- com.neven.ticTacToeGame.model - package com.neven.ticTacToeGame.model
-
com.neven.ticTacToeGame.model is a group of classes which is the key objects of the application
- com.neven.ticTacToeGame.repository - package com.neven.ticTacToeGame.repository
-
com.neven.ticTacToeGame.repository is a group of interfaces which extends
JpaRepository
interface and is a encapsulating storage for entities of application. - com.neven.ticTacToeGame.service - package com.neven.ticTacToeGame.service
-
com.neven.ticTacToeGame.service is a group of classes which uses repositories to provide some business functionalities.
- com.neven.ticTacToeGame.utils - package com.neven.ticTacToeGame.utils
-
com.neven.ticTacToeGame.utils is a group of classes and enums which is helpful in the application but has no any business logic
- currentPlayer - Variable in class com.neven.ticTacToeGame.model.Game
-
Field which contain
String
value of the current user.
Has access level "PROTECTED" for setter.
All Classes All Packages