Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 99045770 authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- masqued unfinished DiffAlign

parent e78d5782
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ import fr.inrialpes.exmo.align.impl.BasicParameters;
import fr.inrialpes.exmo.align.impl.BasicAlignment;
import fr.inrialpes.exmo.align.impl.URIAlignment;
import fr.inrialpes.exmo.align.impl.ObjectAlignment;
import fr.inrialpes.exmo.align.util.DiffAlign;
//import fr.inrialpes.exmo.align.util.DiffAlign;
import fr.inrialpes.exmo.ontowrap.OntologyFactory;
import fr.inrialpes.exmo.ontowrap.Ontology;
......@@ -617,6 +617,7 @@ public class AServProtocolManager {
}
// Set the comparison method
// Should be rewritted with diff -- no choice
/*
DiffAlign eval = new DiffAlign( al1, al2 );
// Compare it
try { eval.eval( params ); }
......@@ -630,6 +631,8 @@ public class AServProtocolManager {
} catch (IOException ioex) {}; // never occurs
// Should not be alignment evaluation results...
return new EvaluationId(newId(),mess,myId,mess.getSender(),sw.toString(),(Properties)null);
*/
return ErrorMsg(newId(),mess,myId,mess.getSender(),"Not yet implented",(Properties)null);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment