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

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

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

Methods in edu.nrao.sss.model.project.scan that return DelaySetting
 DelaySetting DelaySetting.clone()
          Returns a setting that is a copy of this one.
 

Methods in edu.nrao.sss.model.project.scan that return types with arguments of type DelaySetting
 List<DelaySetting> DelayScan.getDelays()
          Returns a set of delay settings.
protected  List<Validation<DelaySetting>> DelaySettingValidator.makeValidationList(ValidationPurpose purpose)
           
 List<DelaySetting> DelayScan.sortDelays()
          Sorts the internal list of delays and returns it.
 

Methods in edu.nrao.sss.model.project.scan with parameters of type DelaySetting
 int DelaySetting.compareTo(DelaySetting other)
          Compares this setting with other for order.
 

Method parameters in edu.nrao.sss.model.project.scan with type arguments of type DelaySetting
 void DelayScan.setDelays(List<DelaySetting> replacementSet)
          Sets the collection of delay settings held by this scan.
 



Copyright © 2009. All Rights Reserved.