Uses of Class
edu.nrao.sss.model.project.scan.ScanMode

Packages that use ScanMode
edu.nrao.sss.model.project Project object model. 
edu.nrao.sss.model.project.scan Scan object model. 
 

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

Methods in edu.nrao.sss.model.project that return types with arguments of type ScanMode
 Map<ScanMode,Set<Source>> CalibratorSelector.findCalibratorsFor(Object observationType, SkyPosition sourcePosition)
          Returns a collection of calibrators that are suitable for the given observational parameters.
 

Methods in edu.nrao.sss.model.project with parameters of type ScanMode
 Scan SchedulingBlock.createScan(ScanMode scanMode)
          Creates and returns a new scan that is suitable for use with this scheduling block.
 Set<Source> CalibratorSelector.findCalibratorsFor(ScanMode observationMode, Object observationType, SkyPosition sourcePosition)
          Returns a collection of calibrators that are suitable for the given observational parameters.
 

Uses of ScanMode in edu.nrao.sss.model.project.scan
 

Methods in edu.nrao.sss.model.project.scan that return ScanMode
static ScanMode ScanMode.fromString(String text)
          Returns the scan mode represented by text.
static ScanMode ScanMode.getDefault()
          Returns the scan mode to use as a default.
 ScanMode Scan.getMode()
          Returns the mode of this scan.
static ScanMode ScanMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ScanMode[] ScanMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.nrao.sss.model.project.scan with parameters of type ScanMode
static PointingScan PointingScan.create(ScanMode scanMode, String nameOfStandardPattern, TimeDuration timeAtPosition)
          Creates a new pointing scan based on the given pattern name.
static Scan Scan.createFor(ScanMode scanMode)
          A factory method for creating a new scan.
 



Copyright © 2009. All Rights Reserved.