net.jetrix.filter
Interface PuzzleGenerator

All Known Implementing Classes:
DownstackPuzzleGenerator

public interface PuzzleGenerator

A Puzzle generator.

Since:
0.3
Version:
$Revision: 794 $, $Date: 2009-02-17 20:08:39 +0100 (Tue, 17 Feb 2009) $
Author:
Emmanuel Bourg

Method Summary
 Puzzle getNextPuzzle()
          Generates the next puzzle.
 void init(Configuration config)
          Initializes the generator.
 

Method Detail

init

void init(Configuration config)
Initializes the generator.

Parameters:
config - the configuration containing the configuration parameters.

getNextPuzzle

Puzzle getNextPuzzle()
Generates the next puzzle.



Copyright © 2001-2010. All Rights Reserved.