COPASI API
4.16.103
|
#include <CCellDesignerImporter.h>
Public Member Functions | |
Protein () | |
Public Attributes | |
std::string | mId |
std::vector< ProteinModification > | mModifications |
std::string | mName |
SPECIES_CLASS | mType |
Definition at line 493 of file CCellDesignerImporter.h.
Protein::Protein | ( | ) |
Definition at line 10631 of file CCellDesignerImporter.cpp.
std::string Protein::mId |
Definition at line 495 of file CCellDesignerImporter.h.
Referenced by CCellDesignerImporter::parseProteins().
std::vector<ProteinModification> Protein::mModifications |
Definition at line 498 of file CCellDesignerImporter.h.
Referenced by CCellDesignerImporter::parseProteins().
std::string Protein::mName |
Definition at line 496 of file CCellDesignerImporter.h.
Referenced by CCellDesignerImporter::parseProteins().
SPECIES_CLASS Protein::mType |
Definition at line 497 of file CCellDesignerImporter.h.
Referenced by CCellDesignerImporter::parseProteins().