Свойство | Тип | Описание | |
---|---|---|---|
_beta | float |
Метод | Описание | |
---|---|---|
PromoterReaction ( ) : System.Collections.Generic | ||
PromoterReaction ( PromoterReaction, r ) : System.Collections.Generic | ||
ToString ( ) : string | ||
buildPromoterFromProps ( PromoterProperties, props ) : IReaction, | ||
getBeta ( ) : float | ||
getFormula ( ) : TreeNode |
||
getTerminatorFactor ( ) : float | ||
hasValidData ( ) : bool | ||
hillFunc ( float K, float concentration, double n ) : float | ||
react ( ArrayList molecules ) : void | ||
setBeta ( float beta ) : void | ||
setFormula ( TreeNode |
||
setTerminatorFactor ( float v ) : void | ||
stepFunc ( float K, float concentration ) : float | ||
tryInstantiateFromXml ( XmlNode node ) : bool |
Метод | Описание | |
---|---|---|
PartialEquals ( IReaction, reaction ) : bool |
Метод | Описание | |
---|---|---|
execBool ( TreeNode |
||
execConstant ( TreeNode |
||
execNode ( TreeNode |
||
execNum ( TreeNode |
||
execWord ( TreeNode |
||
formulaEquals ( TreeNode |
||
loadEnergyCost ( string value ) : bool | ||
loadGene ( string name, string RBSf ) : bool | ||
loadPromoterFormula ( string formula ) : bool | ||
loadPromoterName ( string value ) : bool | ||
loadPromoterOperon ( XmlNode node ) : bool | ||
loadPromoterProductionMax ( string value ) : bool | ||
loadPromoterTerminatorFactor ( string value ) : bool |
protected PartialEquals ( IReaction, reaction ) : bool | ||
reaction | IReaction, | |
Результат | bool |
public PromoterReaction ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public PromoterReaction ( PromoterReaction, r ) : System.Collections.Generic | ||
r | PromoterReaction, | |
Результат | System.Collections.Generic |
public static buildPromoterFromProps ( PromoterProperties, props ) : IReaction, | ||
props | PromoterProperties, | |
Результат | IReaction, |
public static hillFunc ( float K, float concentration, double n ) : float | ||
K | float | |
concentration | float | |
n | double | |
Результат | float |
public react ( ArrayList molecules ) : void | ||
molecules | ArrayList | |
Результат | void |
public setFormula ( TreeNode |
||
tree | TreeNode |
|
Результат | void |
public setTerminatorFactor ( float v ) : void | ||
v | float | |
Результат | void |
public static stepFunc ( float K, float concentration ) : float | ||
K | float | |
concentration | float | |
Результат | float |
public tryInstantiateFromXml ( XmlNode node ) : bool | ||
node | XmlNode | |
Результат | bool |