Package eu.planets_project.pp.plato.services.characterisation.xcl

Examples of eu.planets_project.pp.plato.services.characterisation.xcl.ComparatorUtils


    }

    private Measurements extractMeasurements(String cprFile, List<MeasurableProperty> properties) {
        Measurements result = new Measurements();
        try {
            ComparatorUtils compUtils = new ComparatorUtils();
            List<CompareResult> compResult = compUtils.parseResponse(cprFile);
            if (compResult.size() == 1) {
                /* we compare two xcdl files, which correspond to one compSet */
                for(MeasurableProperty p : properties) {
                    /*
                     * get all values for measureable properties that correspond to xcl properties:
View Full Code Here

TOP

Related Classes of eu.planets_project.pp.plato.services.characterisation.xcl.ComparatorUtils

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.