#include <OpenMS/ANALYSIS/TARGETED/TargetedExperimentHelper.h>
Public Member Functions | |
| TraMLProduct () | |
| bool | operator== (const TraMLProduct &rhs) const |
| TraMLProduct & | operator= (const TraMLProduct &rhs) |
| void | setChargeState (int charge) |
| int | getChargeState () const |
| const std::vector < Configuration > & | getConfigurationList () const |
| void | addConfiguration (const Configuration configuration) |
| void | replaceCVTerms (Map< String, std::vector< CVTerm > > &cv_terms) |
| const std::vector< CVTermList > & | getInterpretationList () const |
| void | addInterpretation (const CVTermList interpretation) |
Private Attributes | |
| int | charge_ |
| std::vector< Configuration > | configuration_list_ |
| std::vector< CVTermList > | interpretation_list_ |
| TraMLProduct | ( | ) | [inline] |
| void addConfiguration | ( | const Configuration | configuration | ) | [inline] |
| void addInterpretation | ( | const CVTermList | interpretation | ) | [inline] |
| int getChargeState | ( | ) | const [inline] |
| const std::vector<Configuration>& getConfigurationList | ( | ) | const [inline] |
| const std::vector<CVTermList>& getInterpretationList | ( | ) | const [inline] |
| TraMLProduct& operator= | ( | const TraMLProduct & | rhs | ) | [inline] |
| bool operator== | ( | const TraMLProduct & | rhs | ) | const [inline] |
| void setChargeState | ( | int | charge | ) | [inline] |
int charge_ [private] |
Referenced by TraMLProduct::operator=(), and TraMLProduct::operator==().
std::vector<Configuration> configuration_list_ [private] |
Referenced by TraMLProduct::operator=(), and TraMLProduct::operator==().
std::vector<CVTermList> interpretation_list_ [private] |
Referenced by TraMLProduct::operator=(), and TraMLProduct::operator==().
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:43:00 using doxygen 1.7.1 |