public void addCurrentValue(double value, String contextId) throws UpdatableModelException {
   int idx = getSuccessiveCount();
   addSuccessiveValue(idx, value, contextId);
 }