throw new NotImplementedException(this.getClass().getSimpleName() + " does not implement this method");
}
@Override
protected void completeTransaction(EstimatorState state, Status status) {
throw new NotImplementedException(this.getClass().getSimpleName() + " does not implement this method");
}