3839404142434445464748
this.minCorrelation = minCorrelation; this.maxAmount = maxAmount; switch (kind) { case RESULTADO: this.correlation = new CorrelationByResult(segment); break; case SEGMENTO: this.correlation = new CorrelationBySegment(segment); break; }