19 #ifndef COPASI_CNormalCall
20 #define COPASI_CNormalCall
107 const std::vector<CNormalFraction*>&
getFractions()
const;
118 void setFractions(
const std::vector<CNormalFraction*>& set);
120 virtual std::string
toString()
const;
124 const std::string&
getName()
const;
126 void setName(
const std::string& name);
135 #endif // COPASI_CNormalCall
virtual std::string toString() const
bool operator<(const CNormalCall &rhs) const
const std::string & getName() const
CNormalCall & operator=(const CNormalCall &src)
const std::vector< CNormalFraction * > & getFractions() const
void setName(const std::string &name)
std::vector< CNormalFraction * > mFractions
bool add(const CNormalFraction &fraction)
void setFractions(const std::vector< CNormalFraction * > &set)
bool operator==(const CNormalCall &rhs) const
friend std::ostream & operator<<(std::ostream &os, const CNormalCall &d)
virtual CNormalBase * copy() const