Open SiteSearch 4.1.1
Final

ORG.oclc.z39
Class TermListInfo

java.lang.Object
  |
  +--ORG.oclc.z39.Explain
        |
        +--ORG.oclc.z39.TermListInfo

public class TermListInfo
extends Explain

TermListInfo is an Explain record.


Field Summary
 String[] broader
          A list of alternative, broader Term-Lists for each Term-List
 String databaseName
          Full database name
 String[] name
          List of Term-Lists associated with this database
 String[] narrower
          A list of alternative, narrower Term-Lists for each Term-List
 boolean[] scanable
          Whether each Term-List can be scanned
 int[] searchCost
          Indication of how expensive it is to search each Term-List
 String[] title
          List of titles of Term-Lists associated with this database
 
Constructor Summary
TermListInfo()
           
TermListInfo(DataDir t)
          Decodes the DataDir representation of a TermListInfo Explain record into a TermListInfo object.
 
Method Summary
 DataDir toDataDir()
          Builds a DataDir from this TermListInfo object.
 String toString()
           
 
Methods inherited from class ORG.oclc.z39.Explain
getRecord
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

databaseName

public String databaseName
Full database name

name

public String[] name
List of Term-Lists associated with this database

title

public String[] title
List of titles of Term-Lists associated with this database

searchCost

public int[] searchCost
Indication of how expensive it is to search each Term-List

scanable

public boolean[] scanable
Whether each Term-List can be scanned

broader

public String[] broader
A list of alternative, broader Term-Lists for each Term-List

narrower

public String[] narrower
A list of alternative, narrower Term-Lists for each Term-List
Constructor Detail

TermListInfo

public TermListInfo()

TermListInfo

public TermListInfo(DataDir t)
             throws InstantiationException
Decodes the DataDir representation of a TermListInfo Explain record into a TermListInfo object.
Parameters:
t - a TermListInfo Explain record
Throws:
InstantiationException - when the DataDir is not constructed as expected
Method Detail

toDataDir

public DataDir toDataDir()
Builds a DataDir from this TermListInfo object.

toString

public String toString()
Overrides:
toString in class Object

Open SiteSearch 4.1.1
Final