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

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

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

Methods in edu.nrao.sss.model.resource that return ObservingMode
static ObservingMode ObservingMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ObservingMode[] ObservingMode.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 ObservingMode
 List<ReceiverSelection> TelescopeType.selectReceivers(ObservingMode mode, ResourceSpecification specs)
           
 List<ReceiverSelection> ReceiverSelector.selectReceivers(ObservingMode mode, ResourceSpecification specs)
          Returns a list of one or more selections that satisfy the given portion of the given specs.
 



Copyright © 2009. All Rights Reserved.