fern.cellDesigner
Class CellDesignerNetworkWrapper

java.lang.Object
  extended by fern.network.AbstractNetworkImpl
      extended by fern.cellDesigner.CellDesignerNetworkWrapper
All Implemented Interfaces:
Network

public class CellDesignerNetworkWrapper
extends AbstractNetworkImpl


Constructor Summary
CellDesignerNetworkWrapper(PluginModel model)
           
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellDesignerNetworkWrapper

public CellDesignerNetworkWrapper(PluginModel model)
Method Detail

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 species
value - initial amount of the species