Uses of Interface
edu.nrao.sss.model.UserAccountable

Packages that use UserAccountable
edu.nrao.sss.model.project Project object model. 
edu.nrao.sss.model.project.scan Scan object model. 
edu.nrao.sss.model.proposal Proposal object model. 
edu.nrao.sss.model.resource Resource object model. 
edu.nrao.sss.model.source Astronomical source object model. 
 

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

Classes in edu.nrao.sss.model.project that implement UserAccountable
 class ProgramBlock
          A set of observations that share a common telescope configuration.
 class Project
          A scientifically independent subset of the observations set forth in a Proposal.
 class SchedulingBlock
          The shortest allowable contiguous block of observing time on a telescope.
 

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

Classes in edu.nrao.sss.model.project.scan that implement UserAccountable
 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 ScanLoopElement
          The abstract parent of both Scan and ScanLoop.
 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.
 

Uses of UserAccountable in edu.nrao.sss.model.proposal
 

Classes in edu.nrao.sss.model.proposal that implement UserAccountable
 class Proposal
          Placeholder for time when we integrate proposal work. A request for time to perform one or more projects on one or more telescopes.
 

Uses of UserAccountable in edu.nrao.sss.model.resource
 

Classes in edu.nrao.sss.model.resource that implement UserAccountable
 class ResourceCatalog
          A catalog of Resources.
 

Uses of UserAccountable in edu.nrao.sss.model.source
 

Subinterfaces of UserAccountable in edu.nrao.sss.model.source
 interface SourceCatalogEntry
          An entry in a SourceCatalog.
 

Classes in edu.nrao.sss.model.source that implement UserAccountable
 class Source
          An astronomical emitter of radio waves.
 class SourceCatalog
          A catalog of Sources.
 class SourceLookupTable
          A lookup table where the index is of type Date and the value is of type Source.
 



Copyright © 2009. All Rights Reserved.