Class AbstractGameSolverExtension

java.lang.Object
org.svvrl.goal.cmd.DefaultCommandDescriptor
org.svvrl.goal.cmd.AbstractGameSolverExtension
All Implemented Interfaces:
CommandConfigurator, CommandDescriptor, GameSolverExtension
Direct Known Subclasses:
BigStepSolverExtension, ClassicalBuchiSolverExtension, DominionDecompositionSolverExtension, GlobalOptimizationSolverExtension, McNaughtonZielonkaSolverExtension, ReachabilitySolverExtension, RecursiveSolverExtension, SmallProgressMeasureSolverExtension

public abstract class AbstractGameSolverExtension
extends DefaultCommandDescriptor
implements GameSolverExtension
This class provides a default implementation of GameSolverExtension. 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