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

Examples of eu.planets_project.pp.plato.services.characterisation.xcl.XCLComparator.compare()


                   
                }
            }
           
            XCLComparator comp = new XCLComparator(descriptor);
            HashMap<MeasurementInfoUri, Value> compResult = comp.compare(tempDir.getAbsolutePath(), sampleXCDLFile, resultXCDLFile, xclMeasurements);
           
            // compResult can be null when the comparator for instance can't handle a specific file format
            if (compResult == null) {
                return results;
            }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.