Open SiteSearch 4.1.1
Final

Uses of Class
ORG.oclc.z39.byAttributes

Packages that use byAttributes
ORG.oclc.z39   
 

Uses of byAttributes in ORG.oclc.z39
 

Fields in ORG.oclc.z39 declared as byAttributes
 byAttributes[] TermInfo.b
          The per-database breakdown for the term.
 

Methods in ORG.oclc.z39 with parameters of type byAttributes
static DataDir TermInfo.buildDir(String term, String displayTerm, Attribute[] a, int globalOccurrences, byAttributes[] b)
           
static DataDir TermInfo.buildDir(String term, String displayTerm, Attribute[] a, int globalOccurrences, byAttributes[] b, String alternativeTerm, int use, int structure, DataDir otherInfoDir)
          Build a DataDir TermInfo from the parameters.
static DataDir byAttributes.buildDir(byAttributes b)
          Build a DataDir from a byAttributes Object.
 


Open SiteSearch 4.1.1
Final