Uses of Class
edu.nrao.sss.model.resource.CorrelatorSubbandAbs

Packages that use CorrelatorSubbandAbs
edu.nrao.sss.model.resource Resource object model. 
edu.nrao.sss.model.resource.evla EVLA hardware classes. 
edu.nrao.sss.model.resource.vla VLA hardware classes. 
 

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

Fields in edu.nrao.sss.model.resource with type parameters of type CorrelatorSubbandAbs
protected  List<CorrelatorSubbandAbs> CorrelatorBasebandAbs.subbands
           
 

Methods in edu.nrao.sss.model.resource that return CorrelatorSubbandAbs
 CorrelatorSubbandAbs CorrelatorSubbandAbs.clone()
          Returns a copy of this subband.
protected  CorrelatorSubbandAbs CorrelationProductGroupAbs.getContainer()
          Primarily for use by persistence mechanism.
 CorrelatorSubbandAbs CorrelatorBasebandAbs.removeSubbandAt(int index)
           
 

Methods in edu.nrao.sss.model.resource with parameters of type CorrelatorSubbandAbs
protected  void CorrelatorBasebandAbs.addNewSubband(CorrelatorSubbandAbs newSubband)
          The CorrelatorBaseband.addSubband(CorrelatorSubband) method of classes that extend this one should call this method.
protected  boolean CorrelatorBasebandAbs.removeOldSubband(CorrelatorSubbandAbs unwantedSubband)
           
protected  void CorrelationProductGroupAbs.setContainer(CorrelatorSubbandAbs newContainer)
          Primarily for use by persistence mechanism.
 

Uses of CorrelatorSubbandAbs in edu.nrao.sss.model.resource.evla
 

Subclasses of CorrelatorSubbandAbs in edu.nrao.sss.model.resource.evla
 class WidarSubband
          A subband of a WIDAR correlator baseband.
 

Uses of CorrelatorSubbandAbs in edu.nrao.sss.model.resource.vla
 

Subclasses of CorrelatorSubbandAbs in edu.nrao.sss.model.resource.vla
 class VlaSubband
          A subband of a VLA correlator baseband.
 



Copyright © 2009. All Rights Reserved.