public class RFBAAnalysis extends Analysis
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
biomassReac
Name of the biomass reaction of the network.
|
protected double |
deltaT
Time between each step.
|
protected double |
initX |
protected int |
iterations
Number of iterations.
|
protected java.util.List<java.lang.String> |
toPlot
List of entities names to plot.
|
protected double |
X
Cell density.
|
Constructor and Description |
---|
RFBAAnalysis(Bind b,
java.lang.String biomassReac,
double X,
double deltaT,
int iterations,
java.util.List<java.lang.String> toPlot) |
Modifier and Type | Method and Description |
---|---|
RFBAResult |
runAnalysis()
Runs the analysis.
|
java.lang.String |
timeToString(double time) |
protected double X
protected double initX
protected double deltaT
protected int iterations
protected java.util.List<java.lang.String> toPlot
java.lang.String biomassReac
public RFBAAnalysis(Bind b, java.lang.String biomassReac, double X, double deltaT, int iterations, java.util.List<java.lang.String> toPlot)
public RFBAResult runAnalysis()
Analysis
runAnalysis
in class Analysis
public java.lang.String timeToString(double time)