File: Contact.pod

package info (click to toggle)
libbio-chado-schema-perl 0.10010-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,800 kB
  • sloc: perl: 15,043; makefile: 7; sql: 3
file content (25 lines) | stat: -rw-r--r-- 587 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
package Bio::Chado::Schema::Result::Contact;

=head1 NAME

Bio::Chado::Schema::Result::Contact - model persons, institutes, groups, organizations, etc

=head1 CHADO MODULE

Classes in this namespace correspond to tables and views in the
Chado Contact module.

=head1 CLASSES

These classes are part of the L<Bio::Chado::Schema> distribution.

Below is a list of classes in this module of Chado.  Each of the
classes below corresponds to a single Chado table or view.

L<Bio::Chado::Schema::Result::Contact::Contact>

L<Bio::Chado::Schema::Result::Contact::ContactRelationship>

=cut

1;