Uses of Interface
edu.nrao.sss.model.resource.CorrelatorSubband

Packages that use CorrelatorSubband
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 CorrelatorSubband in edu.nrao.sss.model.resource
 

Classes in edu.nrao.sss.model.resource that implement CorrelatorSubband
 class CorrelatorSubbandAbs
          A partial implementation of a CorrelatorSubband.
 

Methods in edu.nrao.sss.model.resource that return CorrelatorSubband
 CorrelatorSubband CorrelatorBaseband.makeNewSubband()
          Creates and returns a new subband that may later be added to this subband.
 CorrelatorSubband CorrelatorBaseband.removeSubbandAt(int index)
          Removes from this baseband the subband at the given index.
 

Methods in edu.nrao.sss.model.resource that return types with arguments of type CorrelatorSubband
 List<CorrelatorSubband> CorrelatorBaseband.getSubbands()
          Returns a list of this baseband's subbands.
 List<CorrelatorSubband> CorrelatorBasebandAbs.getSubbands()
           
 

Methods in edu.nrao.sss.model.resource with parameters of type CorrelatorSubband
 void CorrelatorBaseband.addSubband(CorrelatorSubband newSubband)
          Adds newSubband to this baseband if this baseband is not already full.
 boolean CorrelatorBaseband.removeSubband(CorrelatorSubband unwantedSubband)
          Removes the unwantedSubband from this baseband, if present.
 boolean CorrelatorBasebandAbs.removeSubband(CorrelatorSubband unwantedSubband)
           
 

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

Classes in edu.nrao.sss.model.resource.evla that implement CorrelatorSubband
 class WidarSubband
          A subband of a WIDAR correlator baseband.
 

Methods in edu.nrao.sss.model.resource.evla with parameters of type CorrelatorSubband
 void WidarBaseband.addSubband(CorrelatorSubband newSubband)
           
 boolean WidarBaseband.removeSubband(CorrelatorSubband unwantedSubband)
           
 

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

Classes in edu.nrao.sss.model.resource.vla that implement CorrelatorSubband
 class VlaSubband
          A subband of a VLA correlator baseband.
 

Methods in edu.nrao.sss.model.resource.vla with parameters of type CorrelatorSubband
 void VlaBasebandPair.addSubband(CorrelatorSubband newSubband)
           
 



Copyright © 2009. All Rights Reserved.