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

Packages that use PulsarSpecification
edu.nrao.sss.model.resource Resource object model. 
 

Uses of PulsarSpecification in edu.nrao.sss.model.resource
 

Methods in edu.nrao.sss.model.resource that return PulsarSpecification
 PulsarSpecification PulsarSpecification.clone()
          Returns a pulsar specification that is a copy of this one.
 PulsarSpecification ResourceBuilder.makePulsarSpecification()
           
 

Methods in edu.nrao.sss.model.resource that return types with arguments of type PulsarSpecification
 List<PulsarSpecification> ResourceSpecification.getPulsarSpecs()
          Returns this specification's list of pulsar specifications.
 

Methods in edu.nrao.sss.model.resource with parameters of type PulsarSpecification
static ResourceSpecification ResourceSpecification.makeFrom(PulsarSpecification specs)
          Creates a new instance based on the given specifications.
 List<ReceiverSelection> TelescopeType.selectReceivers(PulsarSpecification specs)
           
 List<ReceiverSelection> ReceiverSelector.selectReceivers(PulsarSpecification specs)
          Returns a list of one or more selections that satisfy the given specs.
 

Method parameters in edu.nrao.sss.model.resource with type arguments of type PulsarSpecification
 void ResourceSpecification.setPulsarSpecs(List<PulsarSpecification> newSpecs)
          Sets a new list of pulsar specifications.
 



Copyright © 2009. All Rights Reserved.