Egglib 2.1.11
C++ library reference manual
Public Member Functions | List of all members
AllMigrationRateChange Class Reference

Change of the migration rate of all population pairs. More...

#include <ChangeTypes.hpp>

Inheritance diagram for AllMigrationRateChange:
SingleParamChange Change

Public Member Functions

 AllMigrationRateChange (double date, double value)
 
void apply (ParamSet *paramSet, Controller *controller) const
 Applies the event. More...
 
- Public Member Functions inherited from SingleParamChange
 SingleParamChange ()
 Default constructor. More...
 
 SingleParamChange (double date, double value)
 Standard constructor. More...
 
double value () const
 Gets the parameter value.
 
void value (double value)
 Sets the parameter value.
 
- Public Member Functions inherited from Change
 Change ()
 Default constructor. More...
 
 Change (double date)
 Standard constructor. More...
 
double date () const
 Gets the event date value.
 
void date (double value)
 Sets the event date value.
 

Additional Inherited Members

- Protected Attributes inherited from SingleParamChange
double _value
 
- Protected Attributes inherited from Change
double _date
 

Detailed Description

Change of the migration rate of all population pairs.

The parameter is the new rate (applied to all population pairs)

Member Function Documentation

void apply ( ParamSet paramSet,
Controller controller 
) const
virtual

Applies the event.

Parameters
paramSetthe ParamSet instance to which the Change instance is attached.
controllerthe Controller instance of the simulation.

Implements Change.


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

Hosted by 
Get EggLib at SourceForge.net. Fast, secure and Free Open Source software downloads