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

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

Methods in edu.nrao.sss.model.resource that return CorrelatorName
static CorrelatorName CorrelatorName.fromString(String text)
          Returns the type of correlator represented by text.
 CorrelatorName TelescopeBackend.getName()
          Returns a more specific type for this backend.
static CorrelatorName CorrelatorName.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CorrelatorName[] CorrelatorName.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.nrao.sss.model.resource that return types with arguments of type CorrelatorName
 List<CorrelatorName> TelescopeType.getBackendTypes()
          Returns a list of the backend processors available on this telescope.
static List<CorrelatorName> CorrelatorConfiguration.getSupportedCorrelators()
          Returns a list of the correlators that are supported by the factory method of this class.
 

Methods in edu.nrao.sss.model.resource with parameters of type CorrelatorName
 TelescopeBackend Resource.getBackend(CorrelatorName backendType)
          Returns the backend of the given type held by this resource.
static CorrelatorConfiguration CorrelatorConfiguration.makeFor(CorrelatorName correlator, AntennaElectronics signalSrc)
          Creates and returns a new configuration for the given correlator that is initialized from signalSrc.
 TelescopeBackend Resource.removeBackend(CorrelatorName backendType)
          Removes from this resource the backend of the given type.
 

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

Methods in edu.nrao.sss.model.resource.evla that return CorrelatorName
 CorrelatorName EvlaWidarConfiguration.getName()
           
 

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

Methods in edu.nrao.sss.model.resource.vla that return CorrelatorName
 CorrelatorName VlaConfiguration.getName()
           
 



Copyright © 2009. All Rights Reserved.