Version 1.2 (June 2013)
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
simulator.agent.SpeciesParam Class Reference

Class used to store and set parameters specific for a species. Can be extended to add additional parameters. More...

Inheritance diagram for simulator.agent.SpeciesParam:
simulator.agent.ActiveParam simulator.agent.LocatedParam simulator.agent.zoo.EpisomeParam simulator.agent.zoo.MultiEpisomeParam simulator.agent.zoo.BacteriumParam simulator.agent.zoo.ParticulateEPSParam simulator.agent.zoo.BactEPSParam simulator.agent.zoo.BactAdaptableParam

Public Member Functions

void init (Simulator aSim, XMLParser aSpeciesRoot)
 Read in specific parameters for this species, changing the default if required. More...
 

Public Attributes

double initialMassCV = .1
 

Detailed Description

Class used to store and set parameters specific for a species. Can be extended to add additional parameters.

This class is used to store and set parameters specific for a species. Can be extended to add additional parameters

Member Function Documentation

void simulator.agent.SpeciesParam.init ( Simulator  aSim,
XMLParser  aSpeciesRoot 
)

Read in specific parameters for this species, changing the default if required.

Read in specific parameters for this species, changing the default if required

Parameters
aSimThe simulation object used to simulate the conditions specified in the protocol file
aSpeciesRootA Species mark-up within the specified protocol file

Member Data Documentation

double simulator.agent.SpeciesParam.initialMassCV = .1

Double used to vary the initial masses of the agents. Defaults to 0.1, but can be set in protocol file


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