clear method

void clear()

Clears all readings from this analysis.

Implementation

void clear() {
	data.clear();
	testBuilder.update(data);
}