Property | Type | Description | |
---|---|---|---|
enableShufflingReactionOrder | bool |
Method | Description | |
---|---|---|
Init ( LinkedList |
||
Log ( Logger level = Logger.Level.TRACE ) : void | ||
ResetVariation ( ) : void | ||
ToString ( ) : string | ||
ToStringDetailed ( ) : string | ||
Update ( ) : void | ||
addEnergy ( float v ) : void | ||
addMolConcentration ( string name, float value ) : void | ||
addReaction ( IReaction, reaction ) : void | ||
addVariation ( float variation ) : void | ||
applyVariation ( ) : void | ||
enableEnergy ( bool b ) : void | ||
enableNoise ( bool b ) : void | ||
enableSequential ( bool b ) : void | ||
getEnergy ( ) : float | ||
getEnergyProductionRate ( ) : float | ||
getEnergyVariation ( ) : float | ||
getId ( ) : int | ||
getMaxEnergy ( ) : float | ||
getMoleculeSet ( ) : string | ||
getMolecules ( ) : ArrayList | ||
getName ( ) : string | ||
getReactionSet ( ) : string | ||
getReactions ( ) : LinkedList |
||
getTag ( ) : string | ||
initDegradationReactions ( ArrayList allMolecules ) : void | ||
initMoleculesFromMoleculeSets ( MoleculeSet molSet, ArrayList allMolecules ) : void | ||
initReactionsFromReactionSet ( ReactionSet reactionsSet ) : void | ||
removeReaction ( IReaction, reaction, bool checkNameAndMedium ) : void | ||
removeReactionByName ( string name ) : void | ||
setEnergy ( float v ) : void | ||
setEnergyProductionRate ( float v ) : void | ||
setId ( int id ) : void | ||
setMaxEnergy ( float v ) : void | ||
setMoleculeSet ( string moleculesSet ) : void | ||
setName ( string name ) : void | ||
setReactionSet ( string reactionsSet ) : void | ||
setReactions ( LinkedList |
||
subEnergy ( float v ) : void | ||
subMolConcentration ( string name, float value ) : void | ||
tryInstantiateFromXml ( XmlNode, node ) : bool | ||
updateMoleculesConcentrations ( ) : void |
Method | Description | |
---|---|---|
initATPProduction ( ) : void | ||
loadEnergy ( string value ) : bool | ||
loadEnergyProductionRate ( string value ) : bool | ||
loadMaxEnergy ( string value ) : bool | ||
manageMoleculeConcentrationWithKey ( String molecule ) : void |
public Init ( LinkedList |
||
reactionsSets | LinkedList |
|
moleculesSets | LinkedList |
|
return | void |
public Log ( Logger level = Logger.Level.TRACE ) : void | ||
level | Logger | |
return | void |
public addMolConcentration ( string name, float value ) : void | ||
name | string | |
value | float | |
return | void |
public addReaction ( IReaction, reaction ) : void | ||
reaction | IReaction, | |
return | void |
public addVariation ( float variation ) : void | ||
variation | float | |
return | void |
public initDegradationReactions ( ArrayList allMolecules ) : void | ||
allMolecules | ArrayList | |
return | void |
public initMoleculesFromMoleculeSets ( MoleculeSet molSet, ArrayList allMolecules ) : void | ||
molSet | MoleculeSet | |
allMolecules | ArrayList | |
return | void |
public initReactionsFromReactionSet ( ReactionSet reactionsSet ) : void | ||
reactionsSet | ReactionSet | |
return | void |
public removeReaction ( IReaction, reaction, bool checkNameAndMedium ) : void | ||
reaction | IReaction, | |
checkNameAndMedium | bool | |
return | void |
public removeReactionByName ( string name ) : void | ||
name | string | |
return | void |
public setEnergyProductionRate ( float v ) : void | ||
v | float | |
return | void |
public setMoleculeSet ( string moleculesSet ) : void | ||
moleculesSet | string | |
return | void |
public setReactionSet ( string reactionsSet ) : void | ||
reactionsSet | string | |
return | void |
public subMolConcentration ( string name, float value ) : void | ||
name | string | |
value | float | |
return | void |
public tryInstantiateFromXml ( XmlNode, node ) : bool | ||
node | XmlNode, | |
return | bool |
public updateMoleculesConcentrations ( ) : void | ||
return | void |