process method

void process()

Implementation

void process() {
  _sort();
  _detect();
}