| Bio-MAGE-Utils documentation | view source | Contained in the Bio-MAGE-Utils distribution. |
Bio::MAGE::XML::Handler::ObjectHandlerI - Abstract class for processing Bio::MAGE objects.
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)
Copyright (c) 2002 Allen Day, <allenday@ucla.edu>
| Bio-MAGE-Utils documentation | view source | Contained in the Bio-MAGE-Utils distribution. |