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@systemsbiology.org)

Bio::Mage::Tools::Mgedontologyentry

SYNOPSIS
         Bio::MAGE::Tools::MGEDOntologyEntry is an abstract class.

         Superclass is:
           Bio::MAGE::Tools::OntologyEntry

         Subclasses are:
           Bio::MAGE::Tools::MGEDOntologyClassEntry
           Bio::MAGE::Tools::MGEDOntologyPropertyEntry

   DESCRIPTION
       This is an abstract class for MGEDOntologyClassEntry and MGEDOntologyPropertyEntry with very little mind
       of its own.

   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.

       isAssignable
           Stores whether the represented MGED Ontology concept needs to get a value assigned before use or not.
           (static feature)

       isAssigned
           Stores whether an assignable concept has been assigned a value or not (dynamic feature)

       errorMessage
           Stores  a  possible  error  message  that arose while trying to set the category or more likely value
           attributes of this class.

       assignableValues
           Stores the list of values that can be assigned to this category

Bugs

       Please send bug reports to mged-mage@lists.sf.net

Pod Errors

       Hey! Theabovedocumenthadsomecodingerrors,whichareexplainedbelow:

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

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

See Also

perl(1).

See Also