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

Packages that use TelescopeConfiguration
edu.nrao.sss.model.project Project object model. 
edu.nrao.sss.model.project.scheduling [Put description here.] 
edu.nrao.sss.model.resource Resource object model. 
edu.nrao.sss.model.source Astronomical source object model. 
 

Uses of TelescopeConfiguration in edu.nrao.sss.model.project
 

Methods in edu.nrao.sss.model.project that return types with arguments of type TelescopeConfiguration
 List<TelescopeConfiguration> ProgramBlock.getAcceptableConfigurations()
          Returns a list of the telescope configurations that are acceptable to this program block.
 

Methods in edu.nrao.sss.model.project with parameters of type TelescopeConfiguration
static Angle EnvironmentalConstraints.getSuggestedMinimumSolarSeparation(ReceiverBand receiver, TelescopeConfiguration arrayConfig)
          Returns the suggested minimum angular separation between a target source and the sun.
 void ProgramBlockFilter.setTelescopeConfigurations(TelescopeConfiguration... goodCfgs)
          Sets the telescope configuration criterion.
 

Method parameters in edu.nrao.sss.model.project with type arguments of type TelescopeConfiguration
 void ProgramBlock.setAcceptableConfigurations(List<TelescopeConfiguration> newList)
          For use by Hibernate and JAXB.
 

Uses of TelescopeConfiguration in edu.nrao.sss.model.project.scheduling
 

Methods in edu.nrao.sss.model.project.scheduling that return types with arguments of type TelescopeConfiguration
 List<TelescopeConfiguration> ProgBlock.getAcceptableConfigurations()
          Returns a set of allowed telescope configurations for this program block.
 

Method parameters in edu.nrao.sss.model.project.scheduling with type arguments of type TelescopeConfiguration
 void ProgBlock.setAcceptableConfigurations(List<TelescopeConfiguration> configs)
           
 

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

Methods in edu.nrao.sss.model.resource that return TelescopeConfiguration
static TelescopeConfiguration TelescopeConfiguration.fromString(String text)
          Returns the telescope configuration represented by text.
static TelescopeConfiguration TelescopeConfiguration.getDefault()
          Returns a default telescope configuration.
static TelescopeConfiguration TelescopeConfiguration.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TelescopeConfiguration[] TelescopeConfiguration.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.nrao.sss.model.resource that return types with arguments of type TelescopeConfiguration
static Set<TelescopeConfiguration> TelescopeConfiguration.getElementsFor(TelescopeType telescope)
          Returns the subset of elements that are appropriate for the given telescope.
 

Methods in edu.nrao.sss.model.resource with parameters of type TelescopeConfiguration
 boolean TelescopeConfiguration.isCompatibleWith(TelescopeConfiguration other)
          Returns true if this configuration is compatible with other.
 

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

Methods in edu.nrao.sss.model.source with parameters of type TelescopeConfiguration
static String Source.makeUdbKeyVlaCalibQuality(ReceiverBand band, TelescopeConfiguration cfg)
          Returns text that can be used as a key for the user defined values map.
 



Copyright © 2009. All Rights Reserved.