self.isValid = function () {
      return validated.every(function (elt) {return self[elt].isValid();});
    };