Bio::Ontology RelationshipI
SummaryIncluded librariesPackage variablesSynopsisDescriptionGeneral documentationMethods
Summary
RelationshipI - DESCRIPTION of Interface
Package variables
No package variables defined.
Included modules
Bio::Root::Root
Carp
Inherit
Bio::Root::Root
Synopsis
Give standard usage here
Description
Describe the interface here
Methods
identifierDescriptionCode
parent_termDescriptionCode
child_termDescriptionCode
relationship_typeDescriptionCode
Methods description
identifiercode    nextTop
 Title   : identifier
 Usage   :
 Function:
 Example :
 Returns : 
 Args    :
parent_termcodeprevnextTop
 Title   : parent_term
 Usage   :
 Function:
 Example :
 Returns : 
 Args    :
child_termcodeprevnextTop
 Title   : child_term
 Usage   :
 Function:
 Example :
 Returns : 
 Args    :
relationship_typecodeprevnextTop
 Title   : relationship_type
 Usage   :
 Function:
 Example :
 Returns : 
 Args    :
Methods code
identifierdescriptionprevnextTop
sub identifier {
  my ($self) = @_;

  $self->throw("Abstract method identifier implementing class did not provide method");
}
parent_termdescriptionprevnextTop
sub parent_term {
  my ($self) = @_;

  $self->throw("Abstract method parent_term implementing class did not provide method");
}
child_termdescriptionprevnextTop
sub child_term {
  my ($self) = @_;

  $self->throw("Abstract method child_term implementing class did not provide method");
}
relationship_typedescriptionprevnextTop
sub relationship_type {
  my ($self) = @_;

  $self->throw("Abstract method relationship_type implementing class did not provide method");
}
General documentation
FEEDBACKTop
Mailing ListsTop
User feedback is an integral part of the evolution of this and other
Bioperl modules. Send your comments and suggestions preferably to
the Bioperl mailing list. Your participation is much appreciated.
  bioperl-l@bioperl.org              - General discussion
  http://bioperl.org/MailList.shtml  - About the mailing lists
Reporting BugsTop
Report bugs to the Bioperl bug tracking system to help us keep track
of the bugs and their resolution. Bug reports can be submitted via
email or the web:
  bioperl-bugs@bioperl.org
  http://bioperl.org/bioperl-bugs/
AUTHOR - Peter DimitrovTop
Email dimitrov@gnf.org
Describe contact details here
CONTRIBUTORSTop
Additional contributors names and emails here
APPENDIXTop
The rest of the documentation details each of the object methods.
Internal methods are usually preceded with a _