Package org.moyoman.module.ladder.ladderimpl

This implementation of a Ladder module is meant to serve two purposes.

See:
          Description

Class Summary
LadderImpl This module implements the Ladder interface.
LadderInfo This class is used for storing information about ladders.
 

Package org.moyoman.module.ladder.ladderimpl Description

This implementation of a Ladder module is meant to serve two purposes. First it is meant as a Ladder module which can be used by Moyoman. Second, it is meant as a tutorial and example for developers who need to write a search based module. This module illustrates using the Scheduler class functionality for search. The module is currently stateless so ladders are recalculated after each move, but eventually caching will be added so that results are updated after each move without having to start from scratch.

Author:
David Weiss