|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ORG.oclc.z39.Explain | +--ORG.oclc.z39.TermListInfo
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 |
public String databaseName
public String[] name
public String[] title
public int[] searchCost
public boolean[] scanable
public String[] broader
public String[] narrower
Constructor Detail |
public TermListInfo()
public TermListInfo(DataDir t) throws InstantiationException
t
- a TermListInfo Explain recordMethod Detail |
public DataDir toDataDir()
public String toString()
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |