NAME

Factory::Base - Zero Knowledge Network Factory Base Class


SYNOPSIS

    use Factory::Base;

    $base = new Factory::Base();


REQUIRES

    Perl5.004+


EXPORTS

Nothing


DESCRIPTION

This is the base class for all Factory:: classes. The Factory::Base class implements the methods common to all classes in this hiearchy.

The Factory::Base does not sub-class any other classes.


CONSTRUCTOR

new Factory::Base()

This is the constructor for the Factory::Base object. This object should not be instatiated directly as it only serves as a parent class for all other Factory:: classes.

Example:

  $base = new Factory::Base();


METHODS

This class does not contain instances methods.


CLASS VARIABLES

None Present


AUTHOR

Kris Smith <krissmi@zeroknowledge.com> Philippe McLean <phillipem@zeroknowledge.com>


COPYRIGHT

Copyright 2000 Zero Knowledge Systems, Inc. All rights reserved