Interface GenericAnalyzer<T extends Measurement>
-
- All Superinterfaces:
Analyzer
- All Known Implementing Classes:
AbstractAnalyzer,DispersionAnalyzer,DispersionMuAnalyzer,NormalizedDispersionDiffAnalyzer,NormalizedResponseAnalyzer,NormalizedResponseDiffAnalyzer,ResponseTrajAnalyzer
public interface GenericAnalyzer<T extends Measurement> extends Analyzer
This is the generic version of an analyze. it provides an additional method to set the measurement of a specific type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetMeasurement(T measurement)set the measurement to analyze.
-
-
-
Method Detail
-
setMeasurement
void setMeasurement(T measurement)
set the measurement to analyze.- Parameters:
measurement-
-
-