Class Factory

Description

Implements interfaces:

Factory

Factory Class to produce items

  • author: Mark Brooks
  • version: 0.8.2
  • copyright: 2004-2008 Mark Brooks <markabrooks@users.sourceforge.net>
  • abstract:
  • access: public
  • usedby: Factory.php - Class to produce items
  • usedby: FactoryI.php - Interface

Located in /Factory/Factory.php (line 58)

PEAR
   |
   --Bio
      |
      --Factory
Direct descendents
Class Description
AlphabetFactory class AlphabetFactory
SeqFactory SeqFactory.php
Method Summary
object create (none 0)
object getType ()
object setType ($sType $sType)
Variables

Inherited Variables

Inherited from Bio

Bio::$bWarnings
Methods
create (line 94)

function create

  • return: of specified type
  • access: public
object create (none 0)
  • none 0

Implementation of:
FactoryI::create()
function create

Redefined in descendants as:
getType (line 142)

function getType

  • access: public
object getType ()

Implementation of:
FactoryI::getType()
function getType

Redefined in descendants as:
setType (line 118)

function setType

  • access: public
object setType ($sType $sType)
  • $sType $sType

Implementation of:
FactoryI::setType()
function setType

Redefined in descendants as:

Inherited Methods

Inherited From Bio

Bio::__construct()
Bio::printWithNl()
Class Constants

Inherited Constants

Inherited from Bio

Bio::NEWLINE

Documentation generated on Sun, 28 Sep 2008 11:09:16 +0200 by phpDocumentor 1.4.2