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

GO::Handlers::obj - parses GO files into GO object model

Description

Name

         GO::Handlers::obj     - parses GO files into GO object model

Public Methods

graph
         Usage   - my $terms = $obj_handler->graph->get_all_terms;
         Synonym - g
         Synonym - ontology
         Returns - GO::Model::Graph object
         Args    -

       as files are parsed, objects are created; depending on what kind of datatype is being parsed, the classes
       of the created objects will be different - eg GO::Model::Term, GO::Model::Association etc

       the way to access all of these is through the top level graph object

       eg

         $parser = GO::Parser->new({handler=>'obj'});
         $parser->parse(@files);
         my $graph = $parser->graph;

perl v5.36.0                                       2023-12-18                             GO::Handlers::obj(3pm)

Synopsis

         use GO::Handlers::obj

See Also