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
8d498b0f
Commit
8d498b0f
authored
10 years ago
by
Jérôme Euzenat
Browse files
Options
Downloads
Patches
Plain Diff
- restored indented presentation for XML format
parent
316a2219
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/service/AServProtocolManager.java
+6
-4
6 additions, 4 deletions
...fr/inrialpes/exmo/align/service/AServProtocolManager.java
with
6 additions
and
4 deletions
src/fr/inrialpes/exmo/align/service/AServProtocolManager.java
+
6
−
4
View file @
8d498b0f
...
@@ -1259,8 +1259,8 @@ public class AServProtocolManager implements Service {
...
@@ -1259,8 +1259,8 @@ public class AServProtocolManager implements Service {
}
}
BasicOntologyNetwork
newnoo
=
(
BasicOntologyNetwork
)
noo
;
BasicOntologyNetwork
newnoo
=
(
BasicOntologyNetwork
)
noo
;
newnoo
.
setIndentString
(
""
);
newnoo
.
setIndentString
(
"
"
);
newnoo
.
setNewLineString
(
""
);
newnoo
.
setNewLineString
(
System
.
getProperty
(
"line.separator"
)
);
// Print it in a string
// Print it in a string
ByteArrayOutputStream
result
=
new
ByteArrayOutputStream
();
ByteArrayOutputStream
result
=
new
ByteArrayOutputStream
();
PrintWriter
writer
=
null
;
PrintWriter
writer
=
null
;
...
@@ -1377,7 +1377,9 @@ public class AServProtocolManager implements Service {
...
@@ -1377,7 +1377,9 @@ public class AServProtocolManager implements Service {
}
}
public
List
<
Message
>
alignonet
(
Properties
params
)
{
public
List
<
Message
>
alignonet
(
Properties
params
)
{
List
<
Message
>
result
=
new
ArrayList
<>();
List
<
Message
>
result
=
new
ArrayList
<>();
//not finished
//not finished
//parameters: onID, method, reflexive, symmetric
//parameters: onID, method, reflexive, symmetric
...
@@ -1411,7 +1413,7 @@ public class AServProtocolManager implements Service {
...
@@ -1411,7 +1413,7 @@ public class AServProtocolManager implements Service {
}
}
}
}
return
result
;
return
result
;
}
}
// TO VERIFY
// TO VERIFY
...
...
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