Mentions légales du service

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

- added further documentation

parent 8c834da0
No related branches found
No related tags found
No related merge requests found
......@@ -126,6 +126,13 @@ public class ConsensusAggregator extends BasicAlignment {
}
/**
* Find the relation if it already exists.
*
* NOTE: It may be worth to consider that the relations do not have to
* be equal but could be more specific or general than one another.
* This could typically be made with algebras of relations.
*/
public Cell isAlreadyThere( Cell c ){
try {
Set<Cell> possible = getAlignCells1( c.getObject1() );
......
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