Uses of Class
cds.simbad.ident.Catalog

Packages that use Catalog
cds.simbad Contains all classes dealing with the SIMBAD database and its data.  
cds.simbad.ident   
 

Uses of Catalog in cds.simbad
 

Fields in cds.simbad declared as Catalog
private  Catalog Identifier.cat
           
 

Methods in cds.simbad that return Catalog
 Catalog Identifier.getCat()
          Get the catalogue object
 

Methods in cds.simbad with parameters of type Catalog
private  java.lang.String Identifier.normalize(Catalog cat, java.lang.String idfields)
          Identifier normalization method
 

Uses of Catalog in cds.simbad.ident
 

Subclasses of Catalog in cds.simbad.ident
 class CatalogFull
          Full Catalog definition.
 

Fields in cds.simbad.ident declared as Catalog
private  Catalog IdentDebugData.cat
           
 

Methods in cds.simbad.ident that return Catalog
 Catalog CatalogTable.getCatalog(java.lang.String name)
          returns the catalogue specified by the name ONLY if it is unique
 Catalog IdentDebugData.getCatalog()
           
 

Methods in cds.simbad.ident with parameters of type Catalog
 void CatalogTable.addCatalog(java.lang.String name, Catalog cat)
          Add a catalog object to the table
 void IdentDebugData.setCatalog(Catalog c)