Interface GameSolverInterface

All Superinterfaces:
CommandConfigurator, CommandDescriptor, GameSolverExtension
All Known Implementing Classes:
AbstractGameSolverInterface

public interface GameSolverInterface
extends GameSolverExtension
Deprecated.
This is a deprecated interface.
Author:
Ming-Hsien Tsai
  • Method Details

    • getDescription

      java.lang.String getDescription()
      Deprecated.
      Returns a simple description of the game solver provided by this interface. The simple description will be used in the help message of SolveExtension.
      Returns:
      a simple description of the game solver provided by this interface
    • setDescription

      void setDescription​(java.lang.String desc)
      Deprecated.
      Sets the simple description of the game solver provided by this interface. The simple description will be used in the help message of SolveExtension.
      Parameters:
      desc - a simple description of the game solver provided by this interface