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
661e78c3
Commit
661e78c3
authored
12 years ago
by
Jérôme Euzenat
Browse files
Options
Downloads
Patches
Plain Diff
- Added ontowrap support in database store (server)
- Implemented transactions in database store (server)
parent
01fec5cc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
html/relnotes.html
+16
-7
16 additions, 7 deletions
html/relnotes.html
src/fr/inrialpes/exmo/align/service/CacheImpl.java
+343
-147
343 additions, 147 deletions
src/fr/inrialpes/exmo/align/service/CacheImpl.java
with
359 additions
and
154 deletions
html/relnotes.html
+
16
−
7
View file @
661e78c3
...
...
@@ -37,16 +37,19 @@ The development of 4 versions continues.
<h2>
Under development (you can contribute)
</h2>
<p><ul
compact=
"1"
>
<li>
Implement
<tt>
ontowrap
</tt>
support in database store (server [4.5])
</li>
<li>
Make URIs dependent on a urlprefix (server [4.5])
</li>
<li>
Provide several URIs for the same alignment (server [4.5])
</li>
<li>
Add a
<tt>
dependsOn
</tt>
alignment property (api [4.6])
</li>
<li>
Consolidate alignment based on
<tt>
dependsOn
</tt>
(loop checking,
cell ingestion) (impl [4.6])
</li>
<li>
Implement database store for EDOAL (server [4.6])
</li>
<li>
Add simple "harder" test generator (gen [4.6])
</li>
<li>
Add simple "hidden" test generator (gen [4.6])
</li>
<li>
Add a
<tt>
dependsOn
</tt>
alignment property (api [4.6])
</li>
<li>
Consolidate alignment based on
<tt>
dependsOn
</tt>
(loop checking, cell ingestion) (impl [4.6])
</li>
<li>
Add a JSON interface (server)
</li>
<li>
Integrate tests from generator
</li>
<li>
Integrate some basic reasoning.
</li>
<li>
Integrate tests from generator
(test)
</li>
<li>
Integrate some basic reasoning
(impl)
.
</li>
<li>
Complete tutorial4 with distributed reasoning.
</li>
<li>
Genericize evaluators in
<tt>
GraphEvaluator
</tt>
and
<tt>
GenPlot
</tt>
(eval)
</li>
<li>
Implementation of a provenance metadata tag (server/impl)
</li>
...
...
@@ -74,11 +77,17 @@ with a warning:
<!--h2>Version 4.6 (1xxx): ??/??/2012 - Da lec'h all</h2-->
<!--h2>Version 4.5 (17xx): ??/??/2012 - Metro</h2-->
<p><ul
compact=
"1"
>
<!--li>Upgraded to <span style="color: green"></span> (lib)</li-->
<li>
Upgraded to
<span
style=
"color: green"
>
OWL API
</span>
to 3.4.2 (lib)
</li>
<li>
Upgraded to
<span
style=
"color: green"
>
IDDL
</span>
to 1.4 (lib)
</li>
<li>
Replaced Pellet by
<span
style=
"color: green"
>
HermiT
</span>
as default reasonner (lib)
</li>
<li>
Added
<tt>
ontowrap
</tt>
support in database store (server)
</li>
<li>
Added several EDOAL-SPARQL renderers (impl)
</li>
<li>
Added alignment selection per ontologies in list alignment interface (server)
</li>
<li>
Implemented transactions in database store (server)
</li>
<li>
Fixed a (non manifested) bug in cache management (server)
</li>
<li>
Fixed a bug in displaying evaluation tables (cli)
</li>
<li>
Fixed a bug with subsumption statements in
<tt>
OWLAxiomsRendererVisitor
</tt>
(impl)
</li>
<li>
Simplified
<tt>
SemPRecEvaluator
</tt>
when an ontology is inconsistent (impl)
</li>
</ul></p>
<h2>
Version 4.4 (1754): 17/07/2012 - Casa Cirilo
</h2>
...
...
This diff is collapsed.
Click to expand it.
src/fr/inrialpes/exmo/align/service/CacheImpl.java
+
343
−
147
View file @
661e78c3
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