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

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

Fields in edu.nrao.sss.model.resource with type parameters of type CorrelatorBasebandAbs
protected  List<CorrelatorBasebandAbs> CorrelatorConfiguration.activeBBs
          The basebands of this configuration.
protected  Map<String,CorrelatorBasebandAbs> CorrelatorConfiguration.inactiveBBs
          Basebands that had been, but are not currently, active.
 

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

Methods in edu.nrao.sss.model.resource with parameters of type CorrelatorBasebandAbs
protected  void CorrelatorSubbandAbs.setContainer(CorrelatorBasebandAbs newContainer)
          Primarily for use by persistence mechanism.
 

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

Subclasses of CorrelatorBasebandAbs in edu.nrao.sss.model.resource.evla
 class WidarBaseband
          Common parent for the WIDAR baseband singlet and pair classes.
 class WidarBasebandPair
          A baseband pair of the WIDAR correlator.
 class WidarBasebandSinglet
          An unpaired baseband of the WIDAR correlator.
 

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

Subclasses of CorrelatorBasebandAbs in edu.nrao.sss.model.resource.vla
 class VlaBasebandPair
          A baseband pair of the VLA correlator.
 



Copyright © 2009. All Rights Reserved.