C# Class Phenotype, Hero.Coli

Inheritance: MonoBehaviour
Afficher le fichier Open project: CyberCRI/Hero.Coli Class Usage Examples

Protected Properties

Свойство Type Description
_mediumRef Medium,
_molecules ArrayList
_reactionEngine ReactionEngine,

Méthodes publiques

Méthode 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 méthode

public Start ( ) : void
Résultat void

StartPhenotype() public abstract méthode

public abstract StartPhenotype ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

UpdatePhenotype() public abstract méthode

public abstract UpdatePhenotype ( ) : void
Résultat void

hill() public static méthode

public static hill ( float x, float threshold, float stepness, float min, float max ) : float
x float
threshold float
stepness float
min float
max float
Résultat float

initMolecules() public méthode

public initMolecules ( ) : void
Résultat void

initialize() public méthode

public initialize ( ) : void
Résultat void

setMediumId() public méthode

public setMediumId ( int id ) : void
id int
Résultat void

Property Details

_mediumRef protected_oe property

protected Medium, _mediumRef
Résultat Medium,

_molecules protected_oe static_oe property

protected static ArrayList _molecules
Résultat ArrayList

_reactionEngine protected_oe property

protected ReactionEngine, _reactionEngine
Résultat ReactionEngine,