From 5fdc68d4721331ab5ca5d7aa50b9a02fe2d8ed93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr> Date: Mon, 15 Feb 2010 22:26:10 +0000 Subject: [PATCH] - declaration of the export of AlignmentProcess --- .../exmo/align/impl/method/SMOANameAlignment.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/fr/inrialpes/exmo/align/impl/method/SMOANameAlignment.java b/src/fr/inrialpes/exmo/align/impl/method/SMOANameAlignment.java index c55fb7f6..05b4b955 100644 --- a/src/fr/inrialpes/exmo/align/impl/method/SMOANameAlignment.java +++ b/src/fr/inrialpes/exmo/align/impl/method/SMOANameAlignment.java @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (C) INRIA, 2003-2008 + * Copyright (C) INRIA, 2003-2008, 2010 * * 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 @@ -20,6 +20,8 @@ package fr.inrialpes.exmo.align.impl.method; +import org.semanticweb.owl.align.AlignmentProcess; + /** * This class aligns ontology with regard to the editing distance between * class names. @@ -29,12 +31,11 @@ package fr.inrialpes.exmo.align.impl.method; * @version $Id$ */ -public class SMOANameAlignment extends StringDistAlignment { +public class SMOANameAlignment extends StringDistAlignment implements AlignmentProcess { /** Creation **/ public SMOANameAlignment(){ methodName = "smoaDistance"; }; - } -- GitLab