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

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

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

Methods in com.sas.hls.drug.analysis that return Analysis
 Analysis Analysis.clone()
          Create and return a copy of this object.
 Analysis AnalysisService.createAnalysis(ProjectDescriptor projectContext, String analysisName, List<Attribute> attributes)
          Create an analysis in the specified project.
 Analysis AnalysisService.getAnalysisByIdentifier(String identifier)
          Get the analysis specified by its identifier.
 Analysis AnalysisService.getAnalysisByName(ProjectDescriptor project, String name)
          Get the analysis specified by name in the given project.
 Analysis AnalysisService.renameAnalysis(Analysis analysis, String newName)
          Rename the specified analysis with the new name specified.
 

Methods in com.sas.hls.drug.analysis that return types with arguments of type Analysis
 List<Analysis> AnalysisService.getAnalysesByProject(ProjectDescriptor project)
          Get all the analyses defined in the specified project.
 

Methods in com.sas.hls.drug.analysis with parameters of type Analysis
 Analysis AnalysisService.renameAnalysis(Analysis analysis, String newName)
          Rename the specified analysis with the new name specified.
 



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