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

Packages that use Resource
edu.nrao.sss.model.project.scan Scan object model. 
edu.nrao.sss.model.proposal Proposal object model. 
edu.nrao.sss.model.resource Resource object model. 
edu.nrao.sss.model.resource.sort Aides for sorting resources. 
 

Uses of Resource in edu.nrao.sss.model.project.scan
 

Methods in edu.nrao.sss.model.project.scan that return Resource
 Resource Scan.getResource()
          Returns the resource to use for this scan, or null if one cannot be found.
 Resource SwitchSetting.getResource()
          Returns the resource to use for this scan, or null if one cannot be found.
 

Methods in edu.nrao.sss.model.project.scan with parameters of type Resource
 void Scan.setResource(Resource newResource)
          Sets the resource to be used for this scan.
 void SwitchSetting.setResource(Resource newResource)
          Sets the resource to be used for this scan.
 

Uses of Resource in edu.nrao.sss.model.proposal
 

Methods in edu.nrao.sss.model.proposal that return Resource
 Resource SessionPair.getResource()
          Returns this pair's resource.
 

Methods in edu.nrao.sss.model.proposal that return types with arguments of type Resource
 Set<Resource> Proposal.getResources()
           
 

Methods in edu.nrao.sss.model.proposal with parameters of type Resource
 void Proposal.addResource(Resource s)
           
 void Proposal.deleteResource(Resource s)
           
 void SessionPair.setResource(Resource newResource)
          Sets this pair's resource.
 

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

Methods in edu.nrao.sss.model.resource that return Resource
 Resource Resource.clone()
          Returns a resource that is a copy of this one.
 Resource ResourceProvider.findResourceById(long id)
          Returns the Resource with the given id, if any.
 Resource ResourceCatalog.findResourceById(long id)
          Returns the Resource with the given id, if any.
static Resource Resource.fromXml(Reader reader)
          Creates a new resource based on the XML data read from reader.
static Resource Resource.fromXml(String xmlFile)
          Creates a new resource from the XML data in the given file.
 Resource ResourceBuilder.makeResource(String name)
           
 Resource ResourceBuilder.makeResource(String name, TelescopeType telescopeType)
           
 

Methods in edu.nrao.sss.model.resource that return types with arguments of type Resource
 List<Resource> ResourceProvider.findResourceByName(String name)
          Returns the Resource(s) with the given name, if any.
 List<Resource> ResourceCatalog.findResourceByName(String name)
          Returns the Resource(s) with the given name, if any.
 List<Resource> ResourceProvider.getAllResources()
          Returns a list of all sources held by this provider.
 List<Resource> ResourceCatalog.getAllResources()
          Returns a list of all resources held by this provider.
protected  List<Validation<Resource>> ResourceValidator.makeValidationList(ValidationPurpose purpose)
           
 

Uses of Resource in edu.nrao.sss.model.resource.sort
 

Methods in edu.nrao.sss.model.resource.sort with parameters of type Resource
 int TelescopeBackendSortKey.compare(Resource a, Resource b)
           
 int TelescopeSortKey.compare(Resource a, Resource b)
           
 int ReceiverBandSortKey.compare(Resource a, Resource b)
           
 int CommentsSortKey.compare(Resource a, Resource b)
           
 



Copyright © 2009. All Rights Reserved.