public class FBAResult extends AnalysisResult
Modifier and Type | Field and Description |
---|---|
private Bind |
bind |
private double |
objValue
Value of the objective function.
|
private javax.swing.JTable |
resultTable
Table with all results.
|
private javax.swing.JTextField |
searchField
Field to search for entities in the plot.
|
Modifier and Type | Method and Description |
---|---|
double |
getObjValue() |
void |
plot()
Plots the results.
|
void |
setObjValue(double d) |
private void |
updateTable(javax.swing.table.TableRowSorter<javax.swing.table.TableModel> sorter)
Updates the table when a search is made in the plot.
|
void |
writeToFile(java.lang.String path)
Writes the results to a file.
|
private double objValue
private javax.swing.JTextField searchField
private javax.swing.JTable resultTable
private Bind bind
public FBAResult(Bind b)
public void writeToFile(java.lang.String path)
AnalysisResult
writeToFile
in class AnalysisResult
path
- Path to the file to write the results.public void setObjValue(double d)
public void plot()
AnalysisResult
plot
in class AnalysisResult
private void updateTable(javax.swing.table.TableRowSorter<javax.swing.table.TableModel> sorter)
public double getObjValue()