InterMine::Model

The representation of an InterMine model
Download

InterMine::Model Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • InterMine
  • Publisher web site:
  • http://search.cpan.org/~intermine/

InterMine::Model Tags


InterMine::Model Description

The representation of an InterMine model InterMine::Model is a Perl representation of an InterMine data model. The new() method can parse the model file. The get_classdescriptor_by_name() method will return an InterMine::Model::ClassDescriptor object for the class with the given name.SYNOPSIS use InterMine::Model; use InterMine::ItemFactory; my $model_file = 'flymine/dbmodel/build/model/genomic_model.xml'; my $model = new InterMine::Model(file => $model_file); my $factory = new InterMine::ItemFactory(model => $model); ... Requirements: · Perl


InterMine::Model Related Software