Uses of Interface
common.State
Packages that use State
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 State in common
Modifier and TypeInterfaceDescriptioninterface
Represents the states of puzzles or two-player games whose moves are described by two objects, i.e.,from
andto
. -
Uses of State in game
Modifier and TypeInterfaceDescriptioninterface
State<T>
Represents the state of a two-player game whose moves are described by a single object.interface
Represents the state of a game whose moves are described by two objects, i.e.,from
andto
. -
Uses of State in puzzle
Modifier and TypeInterfaceDescriptioninterface
State<T>
Represents the state of a puzzle to be solved.interface
Represents the state of a puzzle whose moves are described by two objects, i.e.,from
andto
.