Mentions légales du service

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

- Updated comments

parent c59fb24f
No related branches found
No related tags found
No related merge requests found
......@@ -101,22 +101,22 @@ public interface Cache {
// RECORDING ALIGNMENTS AND NETWORKS
/**
* records newly created alignment
* records newly created alignment and returns its idenfifier
*/
public String recordNewAlignment( Alignment alignment, boolean force );
/**
* records alignment identified by id
* records alignment identified by id and returns its idenfifier
*/
public String recordNewAlignment( String uri, Alignment al, boolean force ) throws AlignmentException;
/**
* records newly created alignment
* records newly created network and returns its idenfifier
*/
public String recordNewNetwork( OntologyNetwork network, boolean force );
/**
* records alignment identified by id
* records network identified by id and returns its idenfifier
*/
public String recordNewNetwork( String uri, OntologyNetwork network, boolean force ) throws AlignmentException;
......
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