public class CompFVAAnalysis extends Analysis
Modifier and Type | Field and Description |
---|---|
private FVAResult |
res1
First FVA result.
|
private FVAResult |
res2
Second FVA result.
|
Constructor and Description |
---|
CompFVAAnalysis(Bind b,
FVAResult res1,
FVAResult res2)
It is constructed with two FVA results and then compares them.
|
Modifier and Type | Method and Description |
---|---|
CompFVAResult |
runAnalysis()
Runs the analysis.
|
private FVAResult res1
private FVAResult res2
public CompFVAResult runAnalysis()
Analysis
runAnalysis
in class Analysis