Uses of Class
org.swtpra1.alphabetaplayer.hippolyta.model.Turn
-
Packages that use Turn Package Description org.swtpra1.alphabetaplayer.hippolyta Classes to help run the Hippolyta evaluation function in our infrastructure.org.swtpra1.alphabetaplayer.hippolyta.model Versions of the classes defined in the API implemented by swtpra11. -
-
Uses of Turn in org.swtpra1.alphabetaplayer.hippolyta
Methods in org.swtpra1.alphabetaplayer.hippolyta with parameters of type Turn Modifier and Type Method Description void
CachedBoard. updateCache(Turn turn, PlayerColor player)
updates the cache with the information from the next turn.void
CachedBoard. updateCacheUndo(Turn turn, PlayerColor player)
updates the cache with the information from the previous turn. -
Uses of Turn in org.swtpra1.alphabetaplayer.hippolyta.model
Fields in org.swtpra1.alphabetaplayer.hippolyta.model with type parameters of type Turn Modifier and Type Field Description java.util.List<Turn>
Game. turns
Methods in org.swtpra1.alphabetaplayer.hippolyta.model that return Turn Modifier and Type Method Description Turn
Turn. copy()
-