org.systemsbiology.chem
Class SimulatorParameters
java.lang.Object
org.systemsbiology.chem.SimulatorParameters
- public class SimulatorParameters
- extends Object
SimulatorParameters
public SimulatorParameters()
toString
public String toString()
setStepSizeFraction
public void setStepSizeFraction(Double pStepSizeFraction)
setStepSizeFraction
public void setStepSizeFraction(double pStepSizeFraction)
getStepSizeFraction
public Double getStepSizeFraction()
setNumHistoryBins
public void setNumHistoryBins(int pNumHistoryBins)
getNumHistoryBins
public Integer getNumHistoryBins()
setComputeFluctuations
public void setComputeFluctuations(boolean pComputeFluctuations)
getComputeFluctuations
public Boolean getComputeFluctuations()
setEnsembleSize
public void setEnsembleSize(Integer pEnsembleSize)
setEnsembleSize
public void setEnsembleSize(int pEnsembleSize)
getEnsembleSize
public Integer getEnsembleSize()
setMaxAllowedRelativeError
public void setMaxAllowedRelativeError(Double pMaxAllowedRelativeError)
setMaxAllowedRelativeError
public void setMaxAllowedRelativeError(double pMaxAllowedRelativeError)
getMaxAllowedRelativeError
public Double getMaxAllowedRelativeError()
setMaxAllowedAbsoluteError
public void setMaxAllowedAbsoluteError(Double pMaxAllowedAbsoluteError)
setMaxAllowedAbsoluteError
public void setMaxAllowedAbsoluteError(double pMaxAllowedAbsoluteError)
getMaxAllowedAbsoluteError
public Double getMaxAllowedAbsoluteError()