Interface AnalysisDelegate<T extends DoubleValue>
-
- All Superinterfaces:
CallableForNewSample<T>
- All Known Implementing Classes:
ConcreteAnalysisDelegate
public interface AnalysisDelegate<T extends DoubleValue> extends CallableForNewSample<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<T>
inputType()
void
reset()
SampleList<T>
samples()
-
Methods inherited from interface io.heraldprox.herald.sensor.analysis.sampling.CallableForNewSample
newSample
-
-
-
-
Method Detail
-
inputType
@NonNull java.lang.Class<T> inputType()
-
reset
void reset()
-
samples
@NonNull SampleList<T> samples()
-
-