gzz.index
Class IndexManager

java.lang.Object
  |
  +--gzz.index.IndexManager

public class IndexManager
extends java.lang.Object

A class from which different indices to spaces can be requested.


Constructor Summary
IndexManager()
           
 
Method Summary
static Index getEnfiladeOverlap(Space s)
          Get an index which returns, for a given enfilade, all cells of the space which contain an overlapping xanalogical region.
static XuIndexer getXuIndexer(Space s)
          Get the Xanadu model link indexer which is to be used with the given space.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexManager

public IndexManager()
Method Detail

getEnfiladeOverlap

public static Index getEnfiladeOverlap(Space s)
Get an index which returns, for a given enfilade, all cells of the space which contain an overlapping xanalogical region.


getXuIndexer

public static XuIndexer getXuIndexer(Space s)
Get the Xanadu model link indexer which is to be used with the given space. Note: This does NOT mean an indexer which is implemented BY the space, this is an indexer implemented somewhere else FOR the space.