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

    Subinterfaces of State in common
    Modifier and Type
    Interface
    Description
    interface 
    Represents the states of puzzles or two-player games whose moves are described by two objects, i.e., from and to.
  • Uses of State in game

    Subinterfaces of State in game
    Modifier and Type
    Interface
    Description
    interface 
    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 and to.
  • Uses of State in puzzle

    Subinterfaces of State in puzzle
    Modifier and Type
    Interface
    Description
    interface 
    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 and to.