gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz/gzz/index IndexManager.java IndexedVStreamC...


From: Benja Fallenstein
Subject: [Gzz-commits] gzz/gzz/index IndexManager.java IndexedVStreamC...
Date: Tue, 17 Sep 2002 13:36:32 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Benja Fallenstein <address@hidden>      02/09/17 13:36:32

Modified files:
        gzz/index      : IndexManager.java IndexedVStreamCellTexter.java 

Log message:
        make it getEnfiladeOverlap(), as per Tuomas' request

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/index/IndexManager.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/index/IndexedVStreamCellTexter.java.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: gzz/gzz/index/IndexManager.java
diff -c gzz/gzz/index/IndexManager.java:1.1 gzz/gzz/index/IndexManager.java:1.2
*** gzz/gzz/index/IndexManager.java:1.1 Tue Sep 17 13:33:44 2002
--- gzz/gzz/index/IndexManager.java     Tue Sep 17 13:36:31 2002
***************
*** 1,21 ****
  /*
  IndexManager.java
!  *    
   *    Copyright (c) 2002, Benja Fallenstein
!  *    
   *    You may use and distribute under the terms of either the GNU Lesser
   *    General Public License, either version 2 of the license or,
   *    at your choice, any later version. Alternatively, you may use and
   *    distribute under the terms of the XPL.
!  *    
   *    See the LICENSE.lgpl and LICENSE.xpl files for the specific terms of
   *    the licenses.
!  *    
   *    This software is distributed in the hope that it will be useful,
   *    but WITHOUT ANY WARRANTY; without even the implied warranty of
   *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the README
   *    file for more details.
!  *    
   */
  /*
   * Written by Benja Fallenstein
--- 1,21 ----
  /*
  IndexManager.java
!  *
   *    Copyright (c) 2002, Benja Fallenstein
!  *
   *    You may use and distribute under the terms of either the GNU Lesser
   *    General Public License, either version 2 of the license or,
   *    at your choice, any later version. Alternatively, you may use and
   *    distribute under the terms of the XPL.
!  *
   *    See the LICENSE.lgpl and LICENSE.xpl files for the specific terms of
   *    the licenses.
!  *
   *    This software is distributed in the hope that it will be useful,
   *    but WITHOUT ANY WARRANTY; without even the implied warranty of
   *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the README
   *    file for more details.
!  *
   */
  /*
   * Written by Benja Fallenstein
***************
*** 25,32 ****
  import gzz.*;
  
  public class IndexManager {
!     public static Index getEnfiladeIndex(Space s) {
          return
!           ((IndexedVStreamCellTexter)s.getCellTexter()).getEnfiladeIndex();
      }
  }
--- 25,32 ----
  import gzz.*;
  
  public class IndexManager {
!     public static Index getEnfiladeOverlap(Space s) {
          return
!           ((IndexedVStreamCellTexter)s.getCellTexter()).getEnfiladeOverlap();
      }
  }
Index: gzz/gzz/index/IndexedVStreamCellTexter.java
diff -c gzz/gzz/index/IndexedVStreamCellTexter.java:1.3 
gzz/gzz/index/IndexedVStreamCellTexter.java:1.4
*** gzz/gzz/index/IndexedVStreamCellTexter.java:1.3     Tue Sep 17 13:33:44 2002
--- gzz/gzz/index/IndexedVStreamCellTexter.java Tue Sep 17 13:36:32 2002
***************
*** 31,35 ****
       *  returns all cells whose span content overlaps with the
       *  passed enfilade or span.
       */
!     Index getEnfiladeIndex();
  }
--- 31,35 ----
       *  returns all cells whose span content overlaps with the
       *  passed enfilade or span.
       */
!     Index getEnfiladeOverlap();
  }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]