Package | Description |
---|---|
com.sas.hls.drug.analysis |
Service and class definitions for manipulating and creating SAS Life Science Analytics Framework analyses.
|
Modifier and Type | Class and Description |
---|---|
class |
Analysis
A data object that represents a SAS Life Science Analytics Framework analysis and contains all properties of a analysis defined
within a project in the system.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<AnalysisDescriptor> |
AnalysisService.getAnalysisDescriptorsByProject(ProjectDescriptor project)
Get light-weight representations of all the analyses defined in the specified project.
|
Modifier and Type | Method and Description |
---|---|
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) 2017, SAS Institute Inc., Cary, NC, USA