Package systole.processor.correlation

Examples of systole.processor.correlation.CorrelationByResult


        this.minCorrelation = minCorrelation;
        this.maxAmount = maxAmount;

        switch (kind) {
            case RESULTADO:
                this.correlation = new CorrelationByResult(segment);
                break;
            case SEGMENTO:
                this.correlation = new CorrelationBySegment(segment);
                break;
        }
View Full Code Here

TOP

Related Classes of systole.processor.correlation.CorrelationByResult

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.