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
2dc00645
Commit
2dc00645
authored
20 years ago
by
Jérôme Euzenat
Browse files
Options
Downloads
Patches
Plain Diff
- pre 1.2
- (changed output or impl directory dispatch ?)
parent
fa12c158
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/fr/inrialpes/exmo/align/impl/eval/PRecEvaluator.java
+2
-2
2 additions, 2 deletions
src/fr/inrialpes/exmo/align/impl/eval/PRecEvaluator.java
src/fr/inrialpes/exmo/align/impl/eval/SymMeanEvaluator.java
+2
-2
2 additions, 2 deletions
src/fr/inrialpes/exmo/align/impl/eval/SymMeanEvaluator.java
with
4 additions
and
4 deletions
src/fr/inrialpes/exmo/align/impl/eval/PRecEvaluator.java
+
2
−
2
View file @
2dc00645
...
...
@@ -34,7 +34,7 @@ import org.semanticweb.owl.model.OWLException;
import
java.lang.Math
;
import
java.util.Enumeration
;
import
java.io.Print
Stream
;
import
java.io.Print
Writer
;
import
java.io.IOException
;
import
java.net.URI
;
...
...
@@ -129,7 +129,7 @@ public class PRecEvaluator extends BasicEvaluator {
* While we compare two alignments (so the source and the reference to these
* algorithms should be within the alignment structure.
*/
public
void
write
(
Print
Stream
writer
)
throws
java
.
io
.
IOException
{
public
void
write
(
Print
Writer
writer
)
throws
java
.
io
.
IOException
{
writer
.
println
(
"<?xml version='1.0' encoding='utf-8' standalone='yes'?>"
);
writer
.
println
(
"<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'\n xmlns:map='http://www.atl.external.lmco.com/projects/ontology/ResultsOntology.n3#'>"
);
writer
.
println
(
" <map:output rdf:about=''>"
);
...
...
This diff is collapsed.
Click to expand it.
src/fr/inrialpes/exmo/align/impl/eval/SymMeanEvaluator.java
+
2
−
2
View file @
2dc00645
...
...
@@ -35,7 +35,7 @@ import org.semanticweb.owl.model.OWLException;
import
java.lang.Math
;
import
java.lang.ClassNotFoundException
;
import
java.util.Enumeration
;
import
java.io.Print
Stream
;
import
java.io.Print
Writer
;
import
java.io.IOException
;
import
java.net.URI
;
...
...
@@ -119,7 +119,7 @@ public class SymMeanEvaluator extends BasicEvaluator
return
(
result
);
}
public
void
write
(
Print
Stream
writer
)
throws
java
.
io
.
IOException
{
public
void
write
(
Print
Writer
writer
)
throws
java
.
io
.
IOException
{
writer
.
print
(
"<rdf:RDF>\n <Evaluation class=\"SymMeanEvaluator\">\n <class>"
);
writer
.
print
(
classScore
);
writer
.
print
(
"</class>\n <properties>"
);
...
...
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