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

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

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

Methods in edu.nrao.sss.model.source that return Subsource
 Subsource Subsource.clone()
          Returns a copy of this subsource.
 Subsource Source.getCentralSubsource()
          Returns the subsource that represents the center position of this source.
 

Methods in edu.nrao.sss.model.source that return types with arguments of type Subsource
 SortedSet<Subsource> Source.getSubsources()
          Returns this source's collection of subsources.
protected  List<Validation<Subsource>> SubsourceValidator.makeValidationList(ValidationPurpose purpose)
           
 

Methods in edu.nrao.sss.model.source with parameters of type Subsource
 void Source.addSubsource(Subsource newSubsource)
          Adds newSubsource to this source.
 int Subsource.compareTo(Subsource other)
          Compares this subsource to other for order.
 void Source.removeSubsource(Subsource oldSubsource)
          Removes oldSubsource from this source.
 

Method parameters in edu.nrao.sss.model.source with type arguments of type Subsource
 void Source.setSubsources(SortedSet<Subsource> replacementSet)
          Replaces this source's collection of subsources with replacementSet.
 



Copyright © 2009. All Rights Reserved.