From 0c4a4d82536f16056dee6f052824e7d6eab842c3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr>
Date: Wed, 23 Jan 2008 21:41:56 +0000
Subject: [PATCH] - introduced URI parameters in extensions

---
 src/org/semanticweb/owl/align/Cell.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/org/semanticweb/owl/align/Cell.java b/src/org/semanticweb/owl/align/Cell.java
index 3ae02ee6..a08679bd 100644
--- a/src/org/semanticweb/owl/align/Cell.java
+++ b/src/org/semanticweb/owl/align/Cell.java
@@ -1,7 +1,7 @@
 /*
  * $Id$
  *
- * Copyright (C) INRIA Rhône-Alpes, 2003-2005, 2007
+ * Copyright (C) INRIA Rhône-Alpes, 2003-2005, 2007-2008
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by
@@ -68,8 +68,8 @@ public interface Cell
      */
     public Parameters getExtensions();
     public void setExtensions( Parameters param );
-    public String getExtension( String label );
-    public void setExtension( String label, String value );
+    public String getExtension( String uri, String label );
+    public void setExtension( String uri, String label, String value );
 
     public Cell inverse() throws AlignmentException;
 
-- 
GitLab