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

Module block

source code

Contains implementation of a Block generator and BlockSize generator.


Author: Michael Eddington

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

Classes [hide private]
  Block
Block is a set of Generators in a specific order who's values are combined into a block of data.
  MultiBlockCount
Generates the number of occurances of a MultiBlock generator.
  Block2
Specialized type of Block that will call next() on each generator.
  Block3
A Block that takes a group to perform .next() on.
  BlockSize
Will generate size of Block or another Generator.
  BlockRandomizer
This block takes a number of sub-blocks or generators that it will include or not include in variouse combinations and orders.
  MultiBlock
Specialized type of Block that will duplicate itself a certain/random number of times.