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


Bio-MAGE-Utils documentation  | view source Contained in the Bio-MAGE-Utils distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  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

Top

METHODS

Top

CONSTRUCTORS AND FRIENDS

METHODS

AUTHORS

Top

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

SEE ALSO

Top


Bio-MAGE-Utils documentation  | view source Contained in the Bio-MAGE-Utils distribution.