fern.cellDesigner
Class CellDesignerNetworkWrapper
java.lang.Object
fern.network.AbstractNetworkImpl
fern.cellDesigner.CellDesignerNetworkWrapper
- All Implemented Interfaces:
- Network
public class CellDesignerNetworkWrapper
- extends AbstractNetworkImpl
Method Summary |
long |
getInitialAmount(int species)
Gets the initial amount of the specified molecule species. |
void |
setInitialAmount(int species,
long value)
Sets the initial amount of the specified molecule species. |
Methods inherited from class fern.network.AbstractNetworkImpl |
getAmountManager, getAnnotationManager, getName, getNumReactions, getNumSpecies, getProducts, getPropensityCalculator, getReactants, getReactionName, getSpeciesByName, getSpeciesMapping, getSpeciesName |
CellDesignerNetworkWrapper
public CellDesignerNetworkWrapper(PluginModel model)
getInitialAmount
public long getInitialAmount(int species)
- Description copied from interface:
Network
- Gets the initial amount of the specified molecule species.
- Parameters:
species
- index of the species
- Returns:
- initial amount of the species
setInitialAmount
public void setInitialAmount(int species,
long value)
- Description copied from interface:
Network
- Sets the initial amount of the specified molecule species.
- Parameters:
species
- index of the speciesvalue
- initial amount of the species