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

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

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

Methods in edu.nrao.sss.model.project that return ScanLoop
 ScanLoop SchedulingBlock.getScanSequence()
          Returns this scheduling block's sequence of scans.
 

Methods in edu.nrao.sss.model.project with parameters of type ScanLoop
protected  void AbstractScheduleIterator.afterScanLoopAction(ScanLoop scan)
           
protected  void AbstractScheduleIterator.beforeScanLoopAction(ScanLoop scan)
           
 

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

Methods in edu.nrao.sss.model.project.scan that return ScanLoop
 ScanLoop ScanLoop.addCopyOf(int index, ScanLoop loop)
          Adds a copy of the given loop to this loop at the given position.
 ScanLoop ScanLoop.addCopyOf(ScanLoop loop)
          Adds a copy of the given loop to this loop.
 ScanLoop ScanLoop.clone()
          Returns a scan loop that is a deep copy of this one.
static ScanLoop ScanLoop.fromXml(Reader reader)
          Creates a new scan loop based on the XML data read from reader.
static ScanLoop ScanLoop.fromXml(String xmlFile)
          Creates a new scan loop from the XML data in the given file.
 ScanLoop ScanBuilder.makeScanLoop()
           
 

Methods in edu.nrao.sss.model.project.scan that return types with arguments of type ScanLoop
protected  List<Validation<ScanLoop>> ScanLoopValidator.makeValidationList(ValidationPurpose purpose)
           
 

Methods in edu.nrao.sss.model.project.scan with parameters of type ScanLoop
 ScanLoop ScanLoop.addCopyOf(int index, ScanLoop loop)
          Adds a copy of the given loop to this loop at the given position.
 ScanLoop ScanLoop.addCopyOf(ScanLoop loop)
          Adds a copy of the given loop to this loop.
 DelayScan ScanBuilder.makeDelayScanFor(ScanLoop parentLoop)
           
 FocusScan ScanBuilder.makeFocusScanFor(ScanLoop parentLoop)
           
 PointingScan ScanBuilder.makePointingScanFor(ScanLoop parentLoop)
           
 Scan ScanBuilder.makeScanFor(ScanLoop parentLoop)
           
 void ScanBuilder.makeScansFor(ScanLoop parentLoop)
           
 SimpleScan ScanBuilder.makeSimpleScanFor(ScanLoop parentLoop)
           
 SwitchingScan ScanBuilder.makeSwitchingScanFor(ScanLoop parentLoop)
           
 TippingScan ScanBuilder.makeTippingScanFor(ScanLoop parentLoop)
           
 



Copyright © 2009. All Rights Reserved.