public abstract class AnalysisResult
extends java.lang.Object
Constructor and Description |
---|
AnalysisResult() |
Modifier and Type | Method and Description |
---|---|
abstract void |
plot()
Plots the results.
|
abstract void |
writeToFile(java.lang.String path)
Writes the results to a file.
|