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
-
broader
- A list of alternative, broader Term-Lists for each Term-List
-
databaseName
- Full database name
-
name
- List of Term-Lists associated with this database
-
narrower
- A list of alternative, narrower Term-Lists for each Term-List
-
scanable
- Whether each Term-List can be scanned
-
searchCost
- Indication of how expensive it is to search each Term-List
-
title
- List of titles of Term-Lists associated with this database
-
TermListInfo()
-
-
TermListInfo(DataDir)
- Decodes the DataDir representation of a TermListInfo Explain record
into a TermListInfo object.
-
toDataDir()
- Builds a DataDir from this TermListInfo object.
-
toString()
-
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
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
toDataDir
public DataDir toDataDir()
- Builds a DataDir from this TermListInfo object.
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index