clear method

void clear()

Implementation

void clear() {
  mapCondition.clear();
  _addDefaultValues();
}