Mentions légales du service

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

- added two problems that surfaced while porting OLA

parent d9c00370
No related branches found
No related tags found
No related merge requests found
...@@ -74,6 +74,18 @@ a <tt>OWLAPIAlignment</tt> so it may be necessary to change it as well.</p> ...@@ -74,6 +74,18 @@ a <tt>OWLAPIAlignment</tt> so it may be necessary to change it as well.</p>
required ontology and a <tt>loadInit( URI )</tt> method that will required ontology and a <tt>loadInit( URI )</tt> method that will
load the initial alignment.</p> load the initial alignment.</p>
<h2>Manipulating your alignment</h2>
<p>If you manipulated the alignment through the attributes
(<tt>onto1</tt> and <tt>onto2</tt>), you must now explicitely cast
them as <tt>(OWLOntology)onto1</tt> because they are now declared
as <tt>Object</tt>.</p>
<h2>Misc.</h2>
<p><tt>JWNLDistance.Initialize()</tt> now throws an <tt>AlignmentException</tt>... you
must do something with it.</p>
<h2>Report to us</h2> <h2>Report to us</h2>
<p>Please report any tweak that we did not mention here so that we can <p>Please report any tweak that we did not mention here so that we can
......
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