Uses of Class
edu.nrao.sss.model.resource.evla.WidarBaseband

Packages that use WidarBaseband
edu.nrao.sss.model.resource.evla EVLA hardware classes. 
 

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

Subclasses of WidarBaseband in edu.nrao.sss.model.resource.evla
 class WidarBasebandPair
          A baseband pair of the WIDAR correlator.
 class WidarBasebandSinglet
          An unpaired baseband of the WIDAR correlator.
 

Methods in edu.nrao.sss.model.resource.evla that return WidarBaseband
 WidarBaseband WidarBaseband.clone()
          Returns a copy of this baseband.
 WidarBaseband WidarSubband.getBaseband()
           
abstract  WidarBaseband WidarBaseband.getPartner()
          Returns the partner of this baseband, if any.
 WidarBaseband WidarBasebandSinglet.getPartner()
           
 WidarBaseband WidarBasebandPair.getPartner()
          Always returns null.
 WidarBaseband WidarBuilder.makeBaseband()
           
 

Methods in edu.nrao.sss.model.resource.evla with parameters of type WidarBaseband
 void WidarBuilder.configure(WidarBaseband bb)
           
abstract  boolean WidarBaseband.isPartnerOf(WidarBaseband other)
          Returns true if other is loosely partnered with this baseband.
 boolean WidarBasebandSinglet.isPartnerOf(WidarBaseband other)
           
 boolean WidarBasebandPair.isPartnerOf(WidarBaseband other)
          Always returns false.
 



Copyright © 2009. All Rights Reserved.