Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c96ebda7 authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- added WSAlignment

- improved renderer interface
parent 8afaabd5
No related branches found
No related tags found
No related merge requests found
...@@ -17,10 +17,10 @@ ...@@ -17,10 +17,10 @@
<h2>Under development</h2> <h2>Under development</h2>
<p><ul compact="1"> <p><ul compact="1">
<li>Implementing WSAlignment connecting to remote web service for
matching (server)</li>
<li>Implement ontology support database store (server)</li> <li>Implement ontology support database store (server)</li>
<li>Online evaluation (server)</li> <li>Online evaluation (server)</li>
<li>Providing a <tt>DiffAlign( al1, al2 )</tt> operation and interface
(util)</li>
<li>Implement <tt>owlapi10</tt> as <tt>HeavyLoadedAlignment</tt> (onto)</li> <li>Implement <tt>owlapi10</tt> as <tt>HeavyLoadedAlignment</tt> (onto)</li>
<li>Improve HTML interface layout and usability (server)</li> <li>Improve HTML interface layout and usability (server)</li>
<li>Implement database store for OMWG Language (server)</li> <li>Implement database store for OMWG Language (server)</li>
...@@ -39,18 +39,27 @@ ...@@ -39,18 +39,27 @@
<p> <p>
<ul compact="1"> <ul compact="1">
<li>Implemented WSAlignment connecting to remote web service for
matching (server)</li>
<li><font color="red">Deprecated</font> <tt>Cell.getObjectXAsURI()</tt> <li><font color="red">Deprecated</font> <tt>Cell.getObjectXAsURI()</tt>
in favour of <tt>Cell.getObjectXAsURI(Object ontology)</tt> (api)</tt> in favour of <tt>Cell.getObjectXAsURI(Object ontology)</tt> (api)</tt>
<li>Upgraded NeOn plug-in for working with NeOn toolkit 1.1 (plugin)</li> <li>Upgraded NeOn plug-in for working with NeOn toolkit 1.1 (plugin)</li>
<li>Implemented OWL API 2 support [not shipped] (onto)</li> <li>Implemented OWL API 2 support [not shipped] (onto)</li>
<li>Added <tt>init( Parameters )</tt> arguments to visitors (api)</tt>
<li>Implemented <tt>embedded</tt> parameter allowing to avoid ?xml
declaration when embedded (renderer)</li>
<li>Added <tt>derivedFrom</tt> standard annotation and implemented it (impl)</li> <li>Added <tt>derivedFrom</tt> standard annotation and implemented it (impl)</li>
<li>Added <tt>method</tt> annotation for <tt>clone()</tt> <li>Added <tt>method</tt> annotation for <tt>clone()</tt>
and <tt>inverse()</tt> (impl)</li> and <tt>inverse()</tt> (impl)</li>
<li>Added <tt>initAlignment(URIAlignment)</tt> to parser (parser)</li>
<li>Added <tt>parse(InputStream)</tt> to parser (parser)</li>
<li>Parser now ignore SOAP envelops (parser)</li>
<li>Implemented a better recovery in case of database connection loss (server)</li> <li>Implemented a better recovery in case of database connection loss (server)</li>
<li>Implemented cache flushing functions (server)</li> <li>Implemented cache flushing functions (server)</li>
<li>Provided better return forms in <tt>HTMLAServManager</tt> (server)</li> <li>Provided better return forms in <tt>HTMLAServManager</tt> (server)</li>
<li>Catched <tt>init()</tt> errors in server (server)</li> <li>Catched <tt>init()</tt> errors in server (server)</li>
<li>Reorganised HTML interface (server)</li> <li>Reorganised HTML interface (server)</li>
<li>Implemented <a href="http://www.webcontent.fr">WebContent</a> plug-in (plugin)</li>
<li>Improved NeOn plug-in documentation (html)</li> <li>Improved NeOn plug-in documentation (html)</li>
<li>Increased the size of relation id to 25 char (server)</li> <li>Increased the size of relation id to 25 char (server)</li>
<li>Corrected tutorial so that it works with new code (tutorial)</li> <li>Corrected tutorial so that it works with new code (tutorial)</li>
...@@ -123,7 +132,7 @@ For better conforming with RDF practice, we have ...@@ -123,7 +132,7 @@ For better conforming with RDF practice, we have
Other improvements include: Other improvements include:
<ul compact="1"> <ul compact="1">
<li>Implement level 2OMWG alignments by using OMWG Mapping API (impl)</li> <li>Implement level 2OMWG alignments by using OMWG Mapping API (impl)</li>
<li>Integrated first NeOn toolkit plugin (plugin)</li> <li>Integrated first <a href="http://www.neon-project.org">NeOn</a> toolkit plugin (plugin)</li>
<li>Added a <tt>parseString( String )</tt> method <li>Added a <tt>parseString( String )</tt> method
in <tt>AlignmentParser</tt> (parser)</li> in <tt>AlignmentParser</tt> (parser)</li>
<li>Implemented parsing of relations named by class name (parser)</li> <li>Implemented parsing of relations named by class name (parser)</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment