Свойство | Тип | Описание | |
---|---|---|---|
_mediumRef | Medium, | ||
_molecules | ArrayList | ||
_reactionEngine | ReactionEngine, |
Метод | Описание | |
---|---|---|
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 |
public abstract StartPhenotype ( ) : void | ||
Результат | void |
public abstract UpdatePhenotype ( ) : void | ||
Результат | void |
public static hill ( float x, float threshold, float stepness, float min, float max ) : float | ||
x | float | |
threshold | float | |
stepness | float | |
min | float | |
max | float | |
Результат | float |
protected static ArrayList _molecules | ||
Результат | ArrayList |