public class CalibrationContextImpl extends Object implements CalibrationContext
| Constructor and Description |
|---|
CalibrationContextImpl(LocalDate referenceDate,
double accuracy) |
| Modifier and Type | Method and Description |
|---|---|
double |
getAccuracy() |
LocalDate |
getReferenceDate() |
public CalibrationContextImpl(LocalDate referenceDate, double accuracy)
public LocalDate getReferenceDate()
getReferenceDate in interface CalibrationContextpublic double getAccuracy()
getAccuracy in interface CalibrationContextCopyright © 2019. All rights reserved.