Mentions légales du service

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

- declaration of the export of AlignmentProcess

parent 80a323f3
No related branches found
No related tags found
No related merge requests found
/* /*
* $Id$ * $Id$
* *
* Copyright (C) INRIA, 2003-2008 * Copyright (C) INRIA, 2003-2008, 2010
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by * it under the terms of the GNU Lesser General Public License as published by
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
package fr.inrialpes.exmo.align.impl.method; package fr.inrialpes.exmo.align.impl.method;
import org.semanticweb.owl.align.AlignmentProcess;
/** /**
* This class aligns ontology with regard to the editing distance between * This class aligns ontology with regard to the editing distance between
* class names. * class names.
...@@ -29,12 +31,11 @@ package fr.inrialpes.exmo.align.impl.method; ...@@ -29,12 +31,11 @@ package fr.inrialpes.exmo.align.impl.method;
* @version $Id$ * @version $Id$
*/ */
public class SMOANameAlignment extends StringDistAlignment { public class SMOANameAlignment extends StringDistAlignment implements AlignmentProcess {
/** Creation **/ /** Creation **/
public SMOANameAlignment(){ public SMOANameAlignment(){
methodName = "smoaDistance"; methodName = "smoaDistance";
}; };
} }
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