Ideal network implementation protocol:
- publication (to some directory)
registerID
publishServices
unregisterID
(publishRenderer)
(publishMethods) : can be retrieved through the classical interface.
loads the full alignments from the database and put them in the
alignmentTable hastable
should be invoked when:
( result.getExtension(CACHED) == ""
&& result.getExtension(STORED) != "") {
loads the description of alignments from the database and set them
in an alignment object
Beware, the Alignment API has two attributes:
onto1 is the Ontology object
uri1 is the URI object from which loading the ontologies
In the database we store:
owlontology1 the URI string of the ontology
file1 the URI string from which loading the ontologies
uri1 which should be the same as the last one...