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

Packages that use TelescopeType
edu.nrao.sss.model.project Project object model. 
edu.nrao.sss.model.proposal Proposal object model. 
edu.nrao.sss.model.resource Resource object model. 
 

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

Methods in edu.nrao.sss.model.project that return TelescopeType
 TelescopeType Project.getTelescope()
          Returns the telescope used by this project.
 

Methods in edu.nrao.sss.model.project with parameters of type TelescopeType
static Project Project.createProject(TelescopeType telescope)
          Creates an instance of a project that is appropriate for the given telescope.
static EnumSet<ScientificPriority> ScientificPriority.getPrioritiesFor(TelescopeType telescope)
          Returns a set of enumerations that is appropriate for the given telescope.
 Project ProjectBuilder.makeProject(TelescopeType telescope)
           
 void Project.setTelescope(TelescopeType telescope)
          Sets the telescope on which this project will be performed.
 String ScientificPriority.toString(TelescopeType telescope)
          Returns a text representation of this priority that is appropriate for the given telescope.
 

Uses of TelescopeType in edu.nrao.sss.model.proposal
 

Methods in edu.nrao.sss.model.proposal that return types with arguments of type TelescopeType
 Set<TelescopeType> Proposal.getTelescopes()
           
 

Methods in edu.nrao.sss.model.proposal with parameters of type TelescopeType
 void Proposal.addTelescope(TelescopeType newTelescope)
           
 void Proposal.removeTelescope(TelescopeType oldTelescope)
           
 

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

Methods in edu.nrao.sss.model.resource that return TelescopeType
static TelescopeType TelescopeType.fromString(String text)
          Returns the telescope type represented by text.
static TelescopeType TelescopeType.getDefault()
          Returns a default telescope type.
 TelescopeType AntennaElectronicsConfiguration.getTelescope()
          Returns the telescope for which this configuration is intended.
 TelescopeType Resource.getTelescope()
          Returns the telescope whose setup is described by this specification.
 TelescopeType ReceiverBand.getTelescope()
          Returns the telescope to which this receiver band belongs.
static TelescopeType TelescopeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TelescopeType[] TelescopeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.nrao.sss.model.resource with parameters of type TelescopeType
static Set<TelescopeConfiguration> TelescopeConfiguration.getElementsFor(TelescopeType telescope)
          Returns the subset of elements that are appropriate for the given telescope.
 Resource ResourceBuilder.makeResource(String name, TelescopeType telescopeType)
           
 void Resource.setTelescope(TelescopeType newTelescope)
          Sets the telescope whose setup is described by this specification.
 

Constructors in edu.nrao.sss.model.resource with parameters of type TelescopeType
AntennaElectronicsConfiguration(TelescopeType telescope)
          Creates a new empty configuration for the given telescope.
 



Copyright © 2009. All Rights Reserved.