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

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

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

Methods in edu.nrao.sss.model.project.scan that return ScanTimeSpecification
 ScanTimeSpecification ScanTimeSpecification.clone()
          Returns a copy of this specification.
 ScanTimeSpecification FocusOffset.getTimeSpec()
          A convenience method for fetching the time spent at this offset.
 ScanTimeSpecification Scan.getTimeSpec()
          Returns the timing specification for this scan.
 ScanTimeSpecification PointingPosition.getTimeSpec()
          A convenience method for fetching the time spent at this position.
 ScanTimeSpecification SwitchSetting.getTimeSpec()
          A convenience method for fetching the time spent at this setting.
 ScanTimeSpecification TippingPosition.getTimeSpec()
          A convenience method for fetching the time spent at this position.
 ScanTimeSpecification DelaySetting.getTimeSpec()
          A convenience method for fetching the time spent at this setting.
 

Methods in edu.nrao.sss.model.project.scan with parameters of type ScanTimeSpecification
 void ScanBuilder.fillScanTimeSpec(ScanTimeSpecification spec)
           
 void FocusOffset.setTimeSpec(ScanTimeSpecification newSpec)
          A convenience method for setting the time spent at this offset.
 void PointingPosition.setTimeSpec(ScanTimeSpecification newSpec)
          A convenience method for setting the time spent at this position.
 void SwitchSetting.setTimeSpec(ScanTimeSpecification newSpec)
          A convenience method for setting the time spent at this setting.
 void TippingPosition.setTimeSpec(ScanTimeSpecification newSpec)
          A convenience method for setting the time spent at this position.
 void DelaySetting.setTimeSpec(ScanTimeSpecification newSpec)
          A convenience method for setting the time spent at this setting.
 



Copyright © 2009. All Rights Reserved.