Class AbstractGameSolverInterface

java.lang.Object
org.svvrl.goal.cmd.DefaultCommandDescriptor
org.svvrl.goal.cmd.AbstractGameSolverInterface
All Implemented Interfaces:
CommandConfigurator, CommandDescriptor, GameSolverExtension, GameSolverInterface

public abstract class AbstractGameSolverInterface
extends DefaultCommandDescriptor
implements GameSolverInterface
Deprecated.
This class provides a default implementation of GameSolverInterface. The initial values of the solver name and the help message are all empty strings. The initial value of the provided game solver is null.
Author:
Ming-Hsien Tsai
  • Field Details

    • solver

      protected GameSolver<?> solver
      Deprecated.
      The provided game solver.
    • description

      protected java.lang.String description
      Deprecated.
      The description of this interface.
  • Constructor Details

  • Method Details