final void setName(String name) throws CannotAlterException {
   definition.setVariable(name);
 }