Uses of Class
org.swtpra1.alphabetaplayer.hippolyta.model.PlayerColor
-
Packages that use PlayerColor 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 PlayerColor in org.swtpra1.alphabetaplayer.hippolyta
Methods in org.swtpra1.alphabetaplayer.hippolyta with parameters of type PlayerColor Modifier and Type Method Description float
HippolytaEvaluator. evaluate(Board originalBoard, PlayerColor player)
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 PlayerColor in org.swtpra1.alphabetaplayer.hippolyta.model
Methods in org.swtpra1.alphabetaplayer.hippolyta.model that return PlayerColor Modifier and Type Method Description PlayerColor
PlayerColor. other()
static PlayerColor
PlayerColor. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PlayerColor[]
PlayerColor. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-