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

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

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

Methods in edu.nrao.sss.model.source that return SourceGroup
 SourceGroup SourceGroup.clone()
          Returns a source group that is a copy of this one.
 SourceGroup SourceCatalog.createGroup()
           
protected  SourceGroup SourceCatalog.createMainGroup()
           
static SourceGroup SourceGroup.fromXml(Reader reader)
          Creates a new group based on the XML data read from reader.
static SourceGroup SourceGroup.fromXml(String xmlFile)
          Creates a new group from the XML data in the given file.
 SourceGroup SourceBuilder.makeGroup(String name)
           
 

Methods in edu.nrao.sss.model.source that return types with arguments of type SourceGroup
static Comparator<SourceGroup> SourceGroup.getNameComparator()
          Returns a comparator that uses the name of the source groups sent to it.
 List<SourceGroup> SourceCatalog.makeDeclinationGroups()
          Returns a list of source groups based on the declinations of the sources in this catalog.
 List<SourceGroup> SourceCatalog.makeRightAscensionGroups()
          Returns a list of source groups based on the right ascensions of the sources in this catalog.
protected  List<Validation<SourceGroup>> SourceGroupValidator.makeValidationList(ValidationPurpose purpose)
           
 



Copyright © 2009. All Rights Reserved.