Package org.genesys.taxonomy.checker
Class BestScore
- java.lang.Object
-
- org.genesys.taxonomy.checker.BestScore
-
public class BestScore extends Object
BestScore helps keeping track with best scores during streaming operations.
-
-
Constructor Summary
Constructors Constructor Description BestScore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetBestScore()Gets the best score.voidupdate(double score)Update.
-