All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ORG.oclc.z39.TermListInfo

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

public class TermListInfo
extends Explain
TermListInfo is an Explain record.

Version:
@(#)TermListInfo.java 1.1 07/09/97

Variable Index

 o broader
A list of alternative, broader Term-Lists for each Term-List
 o databaseName
Full database name
 o name
List of Term-Lists associated with this database
 o narrower
A list of alternative, narrower Term-Lists for each Term-List
 o scanable
Whether each Term-List can be scanned
 o searchCost
Indication of how expensive it is to search each Term-List
 o title
List of titles of Term-Lists associated with this database

Constructor Index

 o TermListInfo()
 o TermListInfo(DataDir)
Decodes the DataDir representation of a TermListInfo Explain record into a TermListInfo object.

Method Index

 o toDataDir()
Builds a DataDir from this TermListInfo object.
 o toString()

Variables

 o databaseName
 public String databaseName
Full database name

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

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

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

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

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

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

Constructors

 o TermListInfo
 public TermListInfo()
 o 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

Methods

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

 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index