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

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

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

Methods in edu.nrao.sss.model.resource that return AntennaSelectionMethod
 AntennaSelectionMethod AntennaSelection.getMethod()
          Returns the manner in which antennas will be selected.
static AntennaSelectionMethod AntennaSelectionMethod.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AntennaSelectionMethod[] AntennaSelectionMethod.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 AntennaSelectionMethod
 void AntennaSelection.setMethod(AntennaSelectionMethod newMethod)
          Sets the manner in which antennas will be selected.
 void AntennaSelection.setMinimumNumber(int newMin, AntennaSelectionMethod selectionMethod)
          Sets the minimum number of antennas to select and the selection method to use.
 



Copyright © 2009. All Rights Reserved.