From b32f227c563f2e3ad71b68f8010b901c294de44b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr>
Date: Mon, 13 Jul 2009 17:14:43 +0000
Subject: [PATCH] - added remCell primitive

---
 src/org/semanticweb/owl/align/Alignment.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/org/semanticweb/owl/align/Alignment.java b/src/org/semanticweb/owl/align/Alignment.java
index b8bf2959..c87a5d4c 100644
--- a/src/org/semanticweb/owl/align/Alignment.java
+++ b/src/org/semanticweb/owl/align/Alignment.java
@@ -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 ob2) throws AlignmentException;
 
+    public void remCell( Cell c ) throws AlignmentException;
     /**
      * Cells are retrieved
      * These primitives are deprecated. Use getAlignCells1 and getAlignCells2
-- 
GitLab