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

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

Classes in edu.nrao.sss.model.resource that implement TelescopeBackend
 class CorrelatorConfiguration
          Configuration information for a correlator of a radio telescope.
 

Methods in edu.nrao.sss.model.resource that return TelescopeBackend
 TelescopeBackend TelescopeBackend.clone()
          Returns a copy of this backend.
 TelescopeBackend Resource.getBackend(CorrelatorName backendType)
          Returns the backend of the given type held by this resource.
 TelescopeBackend Resource.removeBackend(CorrelatorName backendType)
          Removes from this resource the backend of the given type.
 

Methods in edu.nrao.sss.model.resource that return types with arguments of type TelescopeBackend
 List<TelescopeBackend> Resource.getBackends()
          Returns a list of the backends currently held by this resource.
 List<TelescopeBackend> Resource.removeBackends()
          Removes all backends from this resource.
 

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

Classes in edu.nrao.sss.model.resource.evla that implement TelescopeBackend
 class EvlaWidarConfiguration
          The configuration of the WIDAR correlator.
 

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

Classes in edu.nrao.sss.model.resource.vla that implement TelescopeBackend
 class VlaConfiguration
          The configuration of the VLA correlator.
 



Copyright © 2009. All Rights Reserved.