Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Alignment API
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
moex
Alignment API
Commits
5fdc68d4
Commit
5fdc68d4
authored
15 years ago
by
Jérôme Euzenat
Browse files
Options
Downloads
Patches
Plain Diff
- declaration of the export of AlignmentProcess
parent
80a323f3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/fr/inrialpes/exmo/align/impl/method/SMOANameAlignment.java
+4
-3
4 additions, 3 deletions
...r/inrialpes/exmo/align/impl/method/SMOANameAlignment.java
with
4 additions
and
3 deletions
src/fr/inrialpes/exmo/align/impl/method/SMOANameAlignment.java
+
4
−
3
View file @
5fdc68d4
/*
* $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"
;
};
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment