Uses of Class
edu.nrao.sss.model.source.SourceLookupTable

Packages that use SourceLookupTable
edu.nrao.sss.model.source Astronomical source object model. 
 

Uses of SourceLookupTable in edu.nrao.sss.model.source
 

Methods in edu.nrao.sss.model.source that return SourceLookupTable
 SourceLookupTable SourceLookupTable.clone()
          Returns a deep copy of this source lookup table.
 SourceLookupTable SourceLookupTable.cloneAllButSources()
          Returns a copy of this source lookup table that holds references to the same sources as this table.
 SourceLookupTable SourceGroup.findSourceTableById(long id)
           
 SourceLookupTable SourceProvider.findSourceTableById(long id)
          Returns the SourceLookupTable with the given id, if any.
 SourceLookupTable SourceCatalog.findSourceTableById(long id)
           
static SourceLookupTable SourceLookupTable.fromXml(Reader reader)
          Creates a new table based on the XML data read from reader.
static SourceLookupTable SourceLookupTable.fromXml(String xmlFile)
          Creates a new table from the XML data in the given file.
 SourceLookupTable SourceBuilder.makeTable(String name)
           
 

Methods in edu.nrao.sss.model.source that return types with arguments of type SourceLookupTable
 List<SourceLookupTable> SourceGroup.findSourceTableByName(String name)
           
 List<SourceLookupTable> SourceProvider.findSourceTableByName(String name)
          Returns the SourceLookupTable(s) with the given name, if any.
 List<SourceLookupTable> SourceCatalog.findSourceTableByName(String name)
           
 List<SourceLookupTable> SourceGroup.getSourceTables()
          Returns a set of all source lookup tables held by this group.
 List<SourceLookupTable> SourceProvider.getSourceTables()
          Returns a list of all source lookup tables held by this provider.
 List<SourceLookupTable> SourceCatalog.getSourceTables()
           
protected  List<Validation<SourceLookupTable>> SourceLookupTableValidator.makeValidationList(ValidationPurpose purpose)
           
 List<SourceLookupTable> SourceGroup.removeAllSourceTables()
          Removes all source tables from this group.
 

Methods in edu.nrao.sss.model.source with parameters of type SourceLookupTable
 void SourceTableListener.entriesCleared(SourceLookupTable table)
          Sent after all entries were removed from table.
 void SourceTableListener.sourceAdded(Source newSource, SourceLookupTable table)
          Sent after newSource was added to table.
 void SourceTableListener.sourceRemoved(Source oldSource, SourceLookupTable table)
          Sent after oldSource was removed from table.
 void SourceTableListener.sourcesAdded(Collection<Source> newSources, SourceLookupTable table)
          Sent after newSources were added to table.
 



Copyright © 2009. All Rights Reserved.