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

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

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

Methods in edu.nrao.sss.model.project with parameters of type ScanLoopElement
 boolean SchedulingBlock.contains(ScanLoopElement scanOrScanLoop, EqualityMethod equalityMethod)
          Returns true if this scheduling block contains scanOrScanLoop.
 

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

Subclasses of ScanLoopElement in edu.nrao.sss.model.project.scan
 class DelayScan
          A scan that is used to determine the timing delays needed to synchronize the incoming signals for antennas in an array.
 class FocusScan
          A scan that holds a list of focus offsets.
 class PointingScan
          A scan that holds a list of pointing positions.
 class Scan
          A sequence of one or more observations that share a single goal.
 class ScanLoop
          A loop of scans and scan loops.
 class SimpleScan
          The simplest variety of a Scan.
 class SwitchingScan
          A scan that holds a list of switch settings.
 class TippingScan
          A scan that tips the telescope to several elevations along a given azimuth.
 

Methods in edu.nrao.sss.model.project.scan that return ScanLoopElement
 ScanLoopElement ScanLoopElement.clone()
          Returns a scan loop element that is a copy of this one.
 ScanLoopElement ScanLoop.getElement(int index)
          Returns the element at index.
 ScanLoopElement ScanLoop.remove(int index)
          Removes the element at index.
 ScanLoopElement ScanLoop.removeElement(int index)
          Deprecated. 
 

Methods in edu.nrao.sss.model.project.scan that return types with arguments of type ScanLoopElement
 List<ScanLoopElement> ScanLoop.getElements()
          Returns a list of the elements of this loop.
 

Methods in edu.nrao.sss.model.project.scan with parameters of type ScanLoopElement
 boolean ScanLoop.contains(ScanLoopElement element, EqualityMethod equalityMethod)
          Returns true if element is held either directly, or indirectly, by this loop.
 boolean ScanLoop.containsDirectly(ScanLoopElement element, EqualityMethod equalityMethod)
          Returns true if element is held directly by this loop.
 boolean ScanLoop.decrementIndexOf(ScanLoopElement element)
          Moves element to an index one lower than its current position in this loop.
 Validator ScanLoopValidator.getScanLoopElementValidator(ScanLoopElement element)
          Returns a validator for scan loop elements.
 boolean ScanLoop.incrementIndexOf(ScanLoopElement element)
          Moves element to an index one higher than its current position in this loop.
 void ScanLoop.remove(ScanLoopElement element, EqualityMethod equalityMethod)
          Removes all occurrences the given element from this loop.
 void ScanLoop.removeRecursively(ScanLoopElement element, EqualityMethod equalityMethod)
          Removes element from this loop and all nested loops.
 



Copyright © 2009. All Rights Reserved.