Name

SWISS::CCbpc_properties.pm

Description

SWISS::CCbpc_properties represents a comment on the topic '\s-1BIOPHYSICOCHEMICAL\s0 \s-1PROPERTIES\s0' within a Swiss-Prot or TrEMBL entry as specified in the user manual http://www.expasy.org/sprot/userman.html . Comments on other topics are stored in other types of objects, such as \s-1SWISS::CC\s0 (see SWISS::CCs for more information).

Collectively, comments of all types are stored within a SWISS::CCs container object.

Inherits from

SWISS::BaseClass.pm

Attributes

topic

The topic of this comment ('\s-1BIOPHYSICOCHEMICAL\s0 \s-1PROPERTIES\s0').

properties

A list of all filled properties in this comment.

fields($properties)

A list of fields in a given property in this comment. Each field is a reference to an array of [$field, $text, $evidence_tags]. $field is undefined for unnamed fields.

Standard methods

new
fromText
toString

Returns a string representation of this comment.

POD ERRORS

Hey! The above document had some coding errors, which are explained below:

Around line 188:

=back doesn't take any parameters, but you said =back =head1 Methods