public abstract class Analysis
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected Bind |
b
The Bind from witch the analysis will use the data.
|
Modifier and Type | Method and Description |
---|---|
abstract AnalysisResult |
runAnalysis()
Runs the analysis.
|
protected Bind b
public Analysis(Bind b)
public abstract AnalysisResult runAnalysis()