C# Class Phenotype, Hero.Coli

Inheritance: MonoBehaviour
Mostra file Open project: CyberCRI/Hero.Coli Class Usage Examples

Protected Properties

Property Type Description
_mediumRef Medium,
_molecules ArrayList
_reactionEngine ReactionEngine,

Public Methods

Method Description
Start ( ) : void
StartPhenotype ( ) : void
Update ( ) : void
UpdatePhenotype ( ) : void
hill ( float x, float threshold, float stepness, float min, float max ) : float
initMolecules ( ) : void
initialize ( ) : void
setMediumId ( int id ) : void

Method Details

Start() public method

public Start ( ) : void
return void

StartPhenotype() public abstract method

public abstract StartPhenotype ( ) : void
return void

Update() public method

public Update ( ) : void
return void

UpdatePhenotype() public abstract method

public abstract UpdatePhenotype ( ) : void
return void

hill() public static method

public static hill ( float x, float threshold, float stepness, float min, float max ) : float
x float
threshold float
stepness float
min float
max float
return float

initMolecules() public method

public initMolecules ( ) : void
return void

initialize() public method

public initialize ( ) : void
return void

setMediumId() public method

public setMediumId ( int id ) : void
id int
return void

Property Details

_mediumRef protected_oe property

protected Medium, _mediumRef
return Medium,

_molecules protected_oe static_oe property

protected static ArrayList _molecules
return ArrayList

_reactionEngine protected_oe property

protected ReactionEngine, _reactionEngine
return ReactionEngine,