Bio::MAGE - Container module for classes in the MAGE MAGE package
use Bio::MAGE;
This is a package module that encapsulates a number of classes in the Bio::MAGE hierarchy. These classes belong to the MAGE package of the MAGE-OM object model.
The Bio::MAGE module contains the following Bio::MAGE classes:
new(%parameters)
new()
new()
method is the class constructor. If invoked with an
existing object instance, it is a copy constructor.
Return value: It returns a reference to an object of class
Bio::MAGE
.
Side effects: It invokes the initialize()
method if it is defined
by the class.
add_objects(@list)
@list
are added to the MAGE
object. This method will recursively descend that association hierarcy
of each object and place all Identifiable objects in their appropriate
lists for writing as MAGE-ML.
getAuditAndSecurity_package()
Bio::MAGE::AuditAndSecurity
class. When called it will return
the object, creating one if it has not already been created.
This is useful when retrieving data from parsed MAGE-ML file.
getDescription_package()
Bio::MAGE::Description
class. When called it will return
the object, creating one if it has not already been created.
This is useful when retrieving data from parsed MAGE-ML file.
getMeasurement_package()
Bio::MAGE::Measurement
class. When called it will return
the object, creating one if it has not already been created.
This is useful when retrieving data from parsed MAGE-ML file.
getBQS_package()
Bio::MAGE::BQS
class. When called it will return
the object, creating one if it has not already been created.
This is useful when retrieving data from parsed MAGE-ML file.
getBioEvent_package()
Bio::MAGE::BioEvent
class. When called it will return
the object, creating one if it has not already been created.
This is useful when retrieving data from parsed MAGE-ML file.
getProtocol_package()
Bio::MAGE::Protocol
class. When called it will return
the object, creating one if it has not already been created.
This is useful when retrieving data from parsed MAGE-ML file.
getBioMaterial_package()
Bio::MAGE::BioMaterial
class. When called it will return
the object, creating one if it has not already been created.
This is useful when retrieving data from parsed MAGE-ML file.
getBioSequence_package()
Bio::MAGE::BioSequence
class. When called it will return
the object, creating one if it has not already been created.
This is useful when retrieving data from parsed MAGE-ML file.
getDesignElement_package()
Bio::MAGE::DesignElement
class. When called it will return
the object, creating one if it has not already been created.
This is useful when retrieving data from parsed MAGE-ML file.
getArrayDesign_package()
Bio::MAGE::ArrayDesign
class. When called it will return
the object, creating one if it has not already been created.
This is useful when retrieving data from parsed MAGE-ML file.
getArray_package()
Bio::MAGE::Array
class. When called it will return
the object, creating one if it has not already been created.
This is useful when retrieving data from parsed MAGE-ML file.
getBioAssay_package()
Bio::MAGE::BioAssay
class. When called it will return
the object, creating one if it has not already been created.
This is useful when retrieving data from parsed MAGE-ML file.
getQuantitationType_package()
Bio::MAGE::QuantitationType
class. When called it will return
the object, creating one if it has not already been created.
This is useful when retrieving data from parsed MAGE-ML file.
getBioAssayData_package()
Bio::MAGE::BioAssayData
class. When called it will return
the object, creating one if it has not already been created.
This is useful when retrieving data from parsed MAGE-ML file.
getExperiment_package()
Bio::MAGE::Experiment
class. When called it will return
the object, creating one if it has not already been created.
This is useful when retrieving data from parsed MAGE-ML file.
getHigherLevelAnalysis_package()
Bio::MAGE::HigherLevelAnalysis
class. When called it will return
the object, creating one if it has not already been created.
This is useful when retrieving data from parsed MAGE-ML file.
set_slots(%parameters)
set_slots()
method is used to set a number of slots at the same
time. It has two different invocation methods. The first takes a named
parameter list, and the second takes two array references.
Return value: none
Side effects: will call croak()
if a slot_name is used that the class
does not define.
get_slots(@name_list)
get_slots()
method is used to get the values of a number of
slots at the same time.
Return value: a list of instance objects
Side effects: none
set_slot($name,$val)
set_slot()
method sets the slot $name
to the value $val
Return value: the new value of the slot, i.e. $val
Side effects: none
get_slot($name)
get_slot()
method is used to get the values of a number of
slots at the same time.
Return value: a single slot value, or undef if the slot has not been initialized.
Side effects: none
get_slot_names()
get_slot_names()
method is used to retrieve the name of all
slots defined for a given object.
Return value: a single slot value, or undef if the slot has not been initialized.
Side effects: none
objects()
objects($val)
$val
is specified, the setter method is invoked, with no
parameters, the getter method is invoked.
Input parameters: the optional $val
will invoke the setter method.
Return value: for both setter and getter the current value of the objects slot
Side effects: none
Exceptions: none
tagname()
tagname($val)
$val
is specified, the setter method is invoked, with no
parameters, the getter method is invoked.
Input parameters: the optional $val
will invoke the setter method.
Return value: for both setter and getter the current value of the tagname slot
Side effects: none
Exceptions: none
identifier()
identifier($val)
$val
is specified, the setter method is invoked, with no
parameters, the getter method is invoked.
Input parameters: the optional $val
will invoke the setter method.
Return value: for both setter and getter the current value of the identifier slot
Side effects: none
Exceptions: none
registered_objects()
registered_objects($val)
$val
is specified, the setter method is invoked, with no
parameters, the getter method is invoked.
Input parameters: the optional $val
will invoke the setter method.
Return value: for both setter and getter the current value of the registered_objects slot
Side effects: none
Exceptions: none
identifiers()
identifiers($val)
$val
is specified, the setter method is invoked, with no
parameters, the getter method is invoked.
Input parameters: the optional $val
will invoke the setter method.
Return value: for both setter and getter the current value of the identifiers slot
Side effects: none
Exceptions: none
packages()
packages($val)
$val
is specified, the setter method is invoked, with no
parameters, the getter method is invoked.
Input parameters: the optional $val
will invoke the setter method.
Return value: for both setter and getter the current value of the packages slot
Side effects: none
Exceptions: none
Please send bug reports to mged-mage@lists.sf.net
Jason E. Stewart (www.openinformatics.com)
perl(1).