Uses of Record Class
common.TwoPhaseMoveState.TwoPhaseMove
Packages that use TwoPhaseMoveState.TwoPhaseMove
Package
Description
Provides classes and interfaces to be shared between puzzles and two-player
games.
Package for representing and playing two-player games.
Package for representing and solving puzzles.
-
Uses of TwoPhaseMoveState.TwoPhaseMove in common
Subinterfaces with type arguments of type TwoPhaseMoveState.TwoPhaseMove in commonModifier and TypeInterfaceDescriptioninterface
Represents the states of puzzles or two-player games whose moves are described by two objects, i.e.,from
andto
. -
Uses of TwoPhaseMoveState.TwoPhaseMove in game
Subinterfaces with type arguments of type TwoPhaseMoveState.TwoPhaseMove in gameModifier and TypeInterfaceDescriptioninterface
Represents the state of a game whose moves are described by two objects, i.e.,from
andto
. -
Uses of TwoPhaseMoveState.TwoPhaseMove in puzzle
Subinterfaces with type arguments of type TwoPhaseMoveState.TwoPhaseMove in puzzleModifier and TypeInterfaceDescriptioninterface
Represents the state of a puzzle whose moves are described by two objects, i.e.,from
andto
.