Jason E. Stewart > Bio-MAGE-Utils-20030502.0 > Bio::MAGE::XML::Handler::ObjectHandlerI

Download:
Bio-MAGE-Utils-20030502.0.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Module Version: 0.99   Source  

NAME ^

Bio::MAGE::XML::Handler::ObjectHandlerI - Abstract class for processing Bio::MAGE objects.

SYNOPSIS ^

  my $objhandler;    #get an Bio::MAGE::XML::ObjectHandlerI somehow
  my $handler;       #get an Bio::MAGE::XML::Handler somehow
  my $reader;        #get a  Bio::MAGE::XML::Reader somehow

  $handler->objecthandler($objhandler);
  $reader->handler($handler)

DESCRIPTION ^

METHODS ^

CONSTRUCTORS AND FRIENDS

METHODS

AUTHORS ^

 Copyright (c) 2002
 Allen Day, <allenday@ucla.edu>

SEE ALSO ^