Package Peach :: Package Generators :: Module dictionary
[hide private]

Module dictionary

source code

Contains generators that use a set of data (dictionaries) such as files, lists, etc.


Author: Michael Eddington

Version: $Id: Peach.Generators.dictionary-module.html 1138 2008-08-16 19:39:03Z meddingt $

Classes [hide private]
  Flags
DEPRICATED -- Use Flags2, it works better.
  Flags2
Define the layout of flags and provide a generator for each.
  Dictionary
Iterates through a collection of values stored in a file.
  List
Iterates through a specified list of values.
  BinaryList
Iterates through a specified list of binary values.
  _ArrayList
Internal helper class
  GeneratorChoice
Will choose from a list of Generators.
  GeneratorList
Iterates through a specified list of generators.
  GeneratorList2
Iterates through a specified list of generators (different group control).
  GeneratorListGroupMaster
Provides a mechanism to create in effect a group of GeneratorList2's that will progress and increment together drivin by the master of the group.
  GeneratorListGroupSlave
Provides a mechanism to create in effect a group of GeneratorList2's that will progress and increment together drivin by the master of the group.