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

SYNOPSIS

Author

       Eric W. Deutsch (edeutsch 'at' systemsbiology 'dot' org) followup work by Jason E. Stewart  (jasons  'at'
       cpan 'dot' org)

Bio::Mage::Tools::Mgedontologyclassentry

SYNOPSIS
         use Bio::MAGE::Tools::MGEDOntologyClassEntry;
         use Bio::MAGE::Tools::MGEDOntologyHelper;
         use Bio::MAGE::QuantitationType::MeasuredSignal;

         my $mo_helper = Bio::MAGE::Tools::MGEDOntologyHelper->new(
                               sourceFile => 'MGEDOntology.owl',
                         );

         my $qt = Bio::MAGE::QuantitationType::MeasuredSignal->new(
                    identifier => 'QT1',
                    isBackground => 'false',
                  );

         my $ont_entry = Bio::MAGE::Tools::MGEDOntologyClassEntry->new(
                           parentObject => $qt,
                           className => 'QuantitationType',
                           association => 'DataType',
                           values => {
                                   DataType => 'float',
                                   },
                           ontology => $mo_helper,
                         );

   DESCRIPTION
       This provides functionaliy for an ontology-aware OntologyEntry class for entries of type Class.

       Bio::MAGE::Tools::MGEDOntologyClassEntry is a concrete class.

       Superclass is: Bio::MAGE::Tools::MGEDOntologyEntry

       Subclasses are: none

   ATTRIBUTES
       Attributes are simple data types that belong to a single instance of a class. In the Perl implementation
       of the MAGE-OM classes, the interface to attributes is implemented using separate setter and getter
       methods for each attribute.

       mgedOntologyClass
           Stores the name of the equivalent class or property in the MGED Ontology for this OntologyEntry

       isInstantiable
           Stores true if the class is an instantiable one.

       isInstantiable
           Contains  a  hash  reference to a list of OM clases that are circular references which should only be
           followed one level.

Bugs

       Please send bug reports to the project mailing list: (mged-mage 'at' lists 'dot' sf 'dot' net)

Pod Errors

       Hey! Theabovedocumenthadsomecodingerrors,whichareexplainedbelow:

       Around line 655:
           You forgot a '=back' before '=head1'

perl v5.32.0                                       2020-12-01              MAGE::Tools::M...ologyClassEntry(3pm)

See Also

perl(1).

See Also