|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
Analysis |
AnalysisService.setAnalysisState(AnalysisDescriptor analysisDescriptor,
State state,
String comment)
Set the state for the analysis |
Analysis |
AnalysisService.updateAnalysis(Analysis analysis)
Updates an analysis |
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. |
Analysis |
AnalysisService.updateAnalysis(Analysis analysis)
Updates an analysis |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |