roadrunner  2.6.0
Fast simulator for SBML models
Public Member Functions | Protected Attributes | Friends | List of all members
rr::Event Class Reference

Public Member Functions

 Event (int id, double prior=0, double delay=0)
 
 Event (const Event &id)
 
double GetPriority () const
 
void SetPriority (double prior)
 
int GetID () const
 
Eventoperator= (const Event &rhs)
 

Protected Attributes

int mID
 
double mPriority
 
double mDelay
 
Random mRandom
 

Friends

bool operator< (const Event &e1, const Event &e2)
 
bool operator== (const Event &e1, const Event &e2)
 

The documentation for this class was generated from the following files: