/[gzz]/gzz/gzz/index/IndexManager.java
ViewVC logotype

Diff of /gzz/gzz/index/IndexManager.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by benja, Tue Sep 17 17:33:44 2002 UTC revision 1.2 by benja, Tue Sep 17 17:36:31 2002 UTC
# Line 1  Line 1 
1  /*  /*
2  IndexManager.java  IndexManager.java
3   *       *
4   *    Copyright (c) 2002, Benja Fallenstein   *    Copyright (c) 2002, Benja Fallenstein
5   *       *
6   *    You may use and distribute under the terms of either the GNU Lesser   *    You may use and distribute under the terms of either the GNU Lesser
7   *    General Public License, either version 2 of the license or,   *    General Public License, either version 2 of the license or,
8   *    at your choice, any later version. Alternatively, you may use and   *    at your choice, any later version. Alternatively, you may use and
9   *    distribute under the terms of the XPL.   *    distribute under the terms of the XPL.
10   *       *
11   *    See the LICENSE.lgpl and LICENSE.xpl files for the specific terms of   *    See the LICENSE.lgpl and LICENSE.xpl files for the specific terms of
12   *    the licenses.   *    the licenses.
13   *       *
14   *    This software is distributed in the hope that it will be useful,   *    This software is distributed in the hope that it will be useful,
15   *    but WITHOUT ANY WARRANTY; without even the implied warranty of   *    but WITHOUT ANY WARRANTY; without even the implied warranty of
16   *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the README   *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the README
17   *    file for more details.   *    file for more details.
18   *       *
19   */   */
20  /*  /*
21   * Written by Benja Fallenstein   * Written by Benja Fallenstein
# Line 25  package gzz.index; Line 25  package gzz.index;
25  import gzz.*;  import gzz.*;
26    
27  public class IndexManager {  public class IndexManager {
28      public static Index getEnfiladeIndex(Space s) {      public static Index getEnfiladeOverlap(Space s) {
29          return          return
30              ((IndexedVStreamCellTexter)s.getCellTexter()).getEnfiladeIndex();              ((IndexedVStreamCellTexter)s.getCellTexter()).getEnfiladeOverlap();
31      }      }
32  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26