Circus/FleaCircus.pm

Circus::FleaCircus is a class representing a fleacircus. (you guessed that, right?)

Beeing derived from Foo::Circus, it is composed of flea, trainer, audience und showroom instances, and implements methods to steer these.

Circus::FleaCircus->new($numOfFleas, $context)

SYNOPSIS

Circus::FleaCircus->new($numOfFleas, $context)

PARAMETER

$numOfFleas: the number of fleaobjects instantiated

$context: reference to context hash

RETURNS

$fleaCircus: FleaCircus object

DESCRIPTION

Constructor

The SuperClass Foo::Circus still takes care of most things related to Showroom and Audience.

[ top ]