Uses of Class
com.sas.hls.drug.analysis.AnalysisDescriptor

Packages that use AnalysisDescriptor
com.sas.hls.drug.analysis Service and class definitions for manipulating and creating SAS Drug Development analyses. 
 

Uses of AnalysisDescriptor in com.sas.hls.drug.analysis
 

Subclasses of AnalysisDescriptor in com.sas.hls.drug.analysis
 class Analysis
          A client representation of an Analysis in SAS Drug Development.
 

Methods in com.sas.hls.drug.analysis that return AnalysisDescriptor
 AnalysisDescriptor AnalysisDescriptor.clone()
          Create and return a copy of this object.
 AnalysisDescriptor AnalysisService.getAnalysisDescriptorByIdentifier(String identifier)
          Get the light-weight representation of the analysis specified by its identifier.
 AnalysisDescriptor AnalysisService.getAnalysisDescriptorByName(ProjectDescriptor project, String name)
          Get the light-weight representation of the analysis specified by name in the given project.
 

Methods in com.sas.hls.drug.analysis that return types with arguments of type AnalysisDescriptor
 List<AnalysisDescriptor> AnalysisService.getAnalysisDescriptorsByProject(ProjectDescriptor project)
          Get light-weight representations of all the analyses defined in the specified project.
 

Methods in com.sas.hls.drug.analysis with parameters of type AnalysisDescriptor
 void AnalysisService.deleteAnalysis(AnalysisDescriptor analysis)
          Delete the specified analysis and all of its children.
 Analysis AnalysisService.setAnalysisState(AnalysisDescriptor analysisDescriptor, State state, String comment)
          Set the state for the analysis
 



Copyright (c) 2012, SAS Institute Inc., Cary, NC, USA