logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Authors

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

Description

Methods

CONSTRUCTORSANDFRIENDSMETHODS

Name

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

See Also

perl v5.32.0                                       2020-12-01             MAGE::XML::Hand...:ObjectHandlerI(3pm)

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)

See Also