public class ScheduleAnalysis extends Analysis
Graph,
Analysis,
CachedStrategy,
ScheduleAnalysis,
ScheduleAnalyzer| red (ssb) |
| red (shahrooz) |
| Constructor and Description |
|---|
ScheduleAnalysis(ScheduleAnalyzer analyzer)
Construct an instance of this class with the given analyzer.
|
| Modifier and Type | Method and Description |
|---|---|
Schedule |
schedule()
Return the schedule computed by the associated analyzer.
|
boolean |
validAnalyzerInterface(Analyzer analyzer)
Check if a given analyzer is compatible with this analysis.
|
public ScheduleAnalysis(ScheduleAnalyzer analyzer)
analyzer - The given analyzer.public Schedule schedule()
public boolean validAnalyzerInterface(Analyzer analyzer)
validAnalyzerInterface in class Analysisanalyzer - The given analyzer.