Open SiteSearch 4.1.1
Final

ORG.oclc.z39
Class Explain

java.lang.Object
  |
  +--ORG.oclc.z39.Explain
Direct Known Subclasses:
AttributeSetInfo, CategoryList, DatabaseInfo, ProcessingInfo, TargetInfo, TermListDetails, TermListInfo

public class Explain
extends Object

Explain record.


Constructor Summary
Explain()
           
 
Method Summary
static Explain getRecord(DataDir e)
          Create the appropriate Explain record object for the given DataDir
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Explain

public Explain()
Method Detail

getRecord

public static Explain getRecord(DataDir e)
Create the appropriate Explain record object for the given DataDir
Parameters:
e - the record
Returns:
the Explain record or null if the type is unknown

Open SiteSearch 4.1.1
Final