Uses of Class
edu.nrao.sss.model.resource.SpectralLineSpecification

Packages that use SpectralLineSpecification
edu.nrao.sss.model.resource Resource object model. 
 

Uses of SpectralLineSpecification in edu.nrao.sss.model.resource
 

Methods in edu.nrao.sss.model.resource that return SpectralLineSpecification
 SpectralLineSpecification SpectralLineSpecification.adjustVelocityForSkyFrequencyOf(FrequencyRange skyFreqRange)
          Alters the velocity values of this specification so that its sky frequencies equal the endpoints of skyFreqRange.
 SpectralLineSpecification SpectralLineSpecification.clone()
          Returns a specification that is a copy of this one.
 SpectralLineSpecification ResourceBuilder.makeSpectralLineSpecification()
           
 

Methods in edu.nrao.sss.model.resource that return types with arguments of type SpectralLineSpecification
 List<SpectralLineSpecification> ResourceSpecification.getSpectralLineSpecs()
          Returns this specification's list of spectral line specifications.
 

Methods in edu.nrao.sss.model.resource with parameters of type SpectralLineSpecification
static ResourceSpecification ResourceSpecification.makeFrom(SpectralLineSpecification specs)
          Creates a new instance based on the given specifications.
 List<ReceiverSelection> TelescopeType.selectReceivers(SpectralLineSpecification specs)
           
 List<ReceiverSelection> ReceiverSelector.selectReceivers(SpectralLineSpecification specs)
          Returns a list of one or more selections that satisfy the given specs.
 

Method parameters in edu.nrao.sss.model.resource with type arguments of type SpectralLineSpecification
 void ResourceSpecification.setSpectralLineSpecs(List<SpectralLineSpecification> newSpecs)
          Sets a new list of spectral line specifications.
 



Copyright © 2009. All Rights Reserved.