Uses of Interface
common.TwoPhaseMoveState
Packages that use TwoPhaseMoveState
Package
Description
Provides utilities for puzzles and two-player games.
Package for representing and playing two-player games.
Package for representing and solving puzzles.
-
Uses of TwoPhaseMoveState in common.util
Constructors in common.util with parameters of type TwoPhaseMoveStateModifierConstructorDescriptionTwoPhaseMoveSelector
(TwoPhaseMoveState<T> state) Creates aTwoPhaseMoveSelector
object to determine the next move in the state specified. -
Uses of TwoPhaseMoveState in game
Subinterfaces of TwoPhaseMoveState in gameModifier and TypeInterfaceDescriptioninterface
Represents the state of a game whose moves are described by two objects, i.e.,from
andto
. -
Uses of TwoPhaseMoveState in puzzle
Subinterfaces of TwoPhaseMoveState in puzzleModifier and TypeInterfaceDescriptioninterface
Represents the state of a puzzle whose moves are described by two objects, i.e.,from
andto
.