Biorithm
1.1
|
A simple class representing a biological function, storing the name of the function (e.g., "response to stress" and its category (e.g., "biological_process"). The goal of this class is to represent all descriptors used to group biological molecules together. More...
#include <biofunction.h>
Public Member Functions | |
BioFunction (string cat, string id, string name="") | |
BioFunction (const BioFunction &other) | |
virtual string | getCategory () const |
virtual string | getId () const |
virtual string | getName () const |
bool | operator== (const BioFunction &other) const |
bool | operator!= (const BioFunction &other) const |
bool | operator< (const BioFunction &rhs) const |
Protected Attributes | |
string | _category |
string | _id |
string | _name |
A simple class representing a biological function, storing the name of the function (e.g., "response to stress" and its category (e.g., "biological_process"). The goal of this class is to represent all descriptors used to group biological molecules together.
bool BioFunction::operator< | ( | const BioFunction & | rhs | ) | const [inline] |
Compare two instances of BioFunction.