Mentions légales du service

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

- added remCell primitive

parent aa48f394
No related branches found
No related tags found
No related merge requests found
...@@ -109,6 +109,7 @@ public interface Alignment extends Cloneable, Iterable<Cell> { ...@@ -109,6 +109,7 @@ public interface Alignment extends Cloneable, Iterable<Cell> {
public Cell addAlignCell( Object ob1, Object ob, String relation, double measure) throws AlignmentException; public Cell addAlignCell( Object ob1, Object ob, String relation, double measure) throws AlignmentException;
public Cell addAlignCell( Object ob1, Object ob2) throws AlignmentException; public Cell addAlignCell( Object ob1, Object ob2) throws AlignmentException;
public void remCell( Cell c ) throws AlignmentException;
/** /**
* Cells are retrieved * Cells are retrieved
* These primitives are deprecated. Use getAlignCells1 and getAlignCells2 * These primitives are deprecated. Use getAlignCells1 and getAlignCells2
......
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