Interface SimFrameResults
- All Known Implementing Classes:
SimFrameCapture,SimFrameValueData
public interface SimFrameResults
An observer-only view of results.
-
Method Summary
-
Method Details
-
history
List<FrameSampleSet> history() -
getValue
double getValue() -
size
int size()
-